Skip to main content
POST
Create API key
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Body

application/json
name
string
required

A descriptive label for the key (e.g. Production CI, Backups Lambda)

Required string length: 1 - 128
rate_limit_tier
enum<string>
default:standard

standard (30 RPS) by default. high (100 RPS) requires support approval — request via email if you need it.

Available options:
standard,
high
expires_at
string<date-time>

Optional expiration timestamp. Omit for never-expires keys.

role_id
string<uuid>

Account-level role to assign. The key inherits this role's account.* permissions. To grant per-project access, add the key as a Project Member after creation.

Response

API key created (full secret returned once)

success
boolean
data
object
Last modified on May 8, 2026