API keys authenticate calls to the public API. These management endpoints use the dashboard JWT. For how keys are used on requests, see authentication. Each endpoint lives on its own page:
- List keys:
GET /v1/api-keys - Create a key:
POST /v1/api-keys - Revoke a key:
DELETE /v1/api-keys/{key_id}