Find your credentials
You need two values from your Adaptive deployment:| Credential | Description |
|---|---|
ADAPTIVE_URL | Your deployment URL |
ADAPTIVE_API_KEY | Your personal API key |

Set environment variables
Service accounts
Create service accounts for CI/CD pipelines, automation, and programmatic integrations that don’t belong to a human user.ADAPTIVE_API_KEY to the returned key. Service accounts follow the same role and team permission model as regular users.
Alternative: OpenAI client
Alternative: OpenAI client
Use the OpenAI Python library with your Adaptive deployment:Set
model to project_key/model_key.Alternative: HTTP requests
Alternative: HTTP requests
Include your API key in the
Authorization header:

