v3

OpenAPI 3.1.0Proprietary2026-07-31692196.8 KB
API Keys

Create API key

Creates a new API key scoped to the current organization. The full key value is returned only once — store it securely, as it cannot be retrieved again.

post/api-keys

Request body

namestring

Descriptive name for the key (defaults to 'API Key')

expiresIninteger

Expiration in seconds (e.g., 2592000 = 30 days). Omit for no expiry.

Example request

{
  "name": "Production API Key",
  "expiresIn": 2592000
}

Response

API key created successfully