API REFERENCE
API Keys
API Keys
Manage keys for per-project rotation. These endpoints use a JWT dashboard session. The plaintext key is returned only once, at creation.
GET
/api-keysList all API keys.
POST
/api-keysCreate a new API key (returns the plaintext key once).
DELETE
/api-keys/{key_id}Revoke an API key.
Most integrations create one key in the dashboard and pass it via the X-API-Key header — see Authentication.