Manage API keys
An authorized user manages keys through these User API methods:
The Service API returns
401 Unauthorized when the bearer token is missing,
invalid, or revoked.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate Service API requests with an organization API key.
Authorization: Bearer <api-key>
| Method | Path | Purpose |
|---|---|---|
GET | /api/api-keys | List key metadata. |
POST | /api/api-keys | Create a key and return its secret once. |
DELETE | /api/api-keys/{id} | Revoke a key. |
401 Unauthorized when the bearer token is missing,
invalid, or revoked.