Skip to main content

Find your credentials

You need two values from your Adaptive deployment:

Generate an API key from the top left navigation switcher

Click the navigation switcher in the top left corner (labeled View all projects) and select Generate new API key. Your deployment URL is provided by your administrator.

Set environment variables

The SDK and HTTP clients use these environment variables to connect to Adaptive.

Service accounts

Create service accounts for CI/CD pipelines, automation, and programmatic integrations that don’t belong to a human user.
The API key is returned once at creation and cannot be retrieved later. Store it immediately. Authenticate the same way as personal accounts: set ADAPTIVE_API_KEY to the returned key. Service accounts follow the same role and team permission model as regular users.
Use the OpenAI Python library with your Adaptive deployment:
Set model to project_key/model_key.
Include your API key in the Authorization header: