API Keys
Programmatic access keys used for server-side or script-based API calls (no user login required).
All endpoints require Bearer Token authentication.
Create API Key
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name |
scopes | []string | No | Permission scope (defaults to inheriting creator's permissions) |
Response 201 Created
The
keyfield is returned only once at creation time. Please store it securely.
List API Keys
Response (does not include plaintext key)
Revoke API Key
Responds with 204 No Content. The key becomes invalid immediately after revocation.