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 |

Copy your API key from the top left navigation switcher
Set environment variables
Alternative: OpenAI client
Alternative: OpenAI client
Use the OpenAI Python library with your Adaptive deployment:Set
model to use_case_key/model_key.Alternative: HTTP requests
Alternative: HTTP requests
Include your API key in the
Authorization header:
