Team Management
Update API Key
Update the name and rate limit of an existing API key.
PUT
Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get your Exa API key
Overview
The Update API Key endpoint allows you to modify an existing API keyPath Parameters
- id: The unique identifier of the API key to update (UUID format)
Optional Parameters
- name: New descriptive name for the API key
- rateLimit: New rate limit in requests per minute
Authorizations
Service API key for team authentication
Path Parameters
The unique identifier of the API key to update
Body
application/json
Optional new name for the API key
Example:
"Updated Production Key"
Optional new rate limit for the API key (requests per second)
Example:
2000
Optional new spending budget for the API key, in cents. Set to null to remove the budget.
Required range:
x >= 0Example:
5000
Response
API key updated successfully

