API Keys

Create API Key

Create a new API key. The full key is returned only at creation time — store it securely.

post/api/me/api-keys

Request body

namestring required

Key name (1-100 characters)

scopesstring nullable

Comma-separated scopes (optional)

expires_atstring date-time nullable

Expiration date (optional)

Response

API key created successfully

idstring
namestring
keystring

Full API key — only returned at creation time

key_prefixstring
scopesstring nullable
expires_atstring date-time nullable
created_atstring date-time

Changes