Create API Key
API Keys
Create API Key: Generate a New Bearer Token
Generate a new AgentDrop API key (agd_ Bearer token) scoped to your account or to a specific agent. Returned once at creation; store it securely on receipt.
POST
Create API Key
Generate a new API key for your account. Use separate keys for different agents, environments, or team members.
Creating a key beyond your plan’s limit returns
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxBody
A descriptive name for this key. Examples:
production-agent, staging, crewai-pipeline.Response
The key ID, used for revocation.
The name you assigned to this key.
The full API key. Starts with
agd_. Can be revealed again later from the dashboard.ISO 8601 creation timestamp.
Examples
Response
Key Limits by Plan
| Plan | Max API Keys |
|---|---|
| Free | 1 |
| Builder | 5 |
| Team | 15 |
| Scale | 50 |
| Enterprise | Custom |
403 Forbidden.
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
403 | KEY_LIMIT_REACHED | You’ve reached the API key limit for your plan |
