v1
latestOpenAPI 3.1.02026-08-046031.9 KBTeam Management
Create API Key
Creates a new API key for the authenticated team. Optionally specify a name, rate limit, and budget for the API key.
post/api-keys
Request body
Example request
{
"name": "Production API Key",
"rateLimit": 1000,
"budgetCents": 5000
}Response
API key created successfully