Skip to main content
Manage API keys for programmatic access. Create a new key with a name and optional scopes, then list all existing keys to review their metadata. The full key value is visible only in the create response.

Create API Key

Endpoint

Authentication

Pass one of Authorization: Bearer <api-key> or Authorization: ApiKey <key>.

Request Body

string
required
Human-readable name for the key.
array
Optional array of permission scopes.

Response

string
Unique key identifier.
string
Key name.
string
The raw API key. Shown only once.

List API Keys

Endpoint

Response

array
Array of key metadata objects.
string
Key identifier.
string
Key name.
string
Visible prefix of the key.
string
ISO 8601 creation timestamp.