Skip to main content
POST
Create API key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required

Body

application/json
name
string
default:Public API key
expires_at
scopes
string[]

Response

200 - application/json

Created API key with one-time secret.

token
object
secret
string

Full API key secret. Returned only once.

Last modified on June 30, 2026