Authentication
The RetellAI SDK uses Bearer token authentication with your Retell AI API key.
Getting Your API Key
- Sign in to the Retell AI Dashboard
- Navigate to Settings > API Keys
- Copy your API key
Basic Usage
1 2 3 | |
Using Environment Variables
Store your API key in an environment variable for security:
1 2 3 4 | |
API Key Format
Retell AI API keys use the Bearer authentication scheme. The SDK handles the Authorization: Bearer <key> header automatically.