Skip to main content
POST
Mint an operator beta key for a user

Authorizations

Authorization
string
header
required

Supabase Auth access token passed as Bearer token

Path Parameters

user_id
string<uuid>
required

Self-serve account user ID

Body

application/json
name
string | null

Response

Operator key minted

id
string<uuid>
required
key
string
required

Plaintext operator-minted API key, returned exactly once.

prefix
string
required
Example:

"ns_live_beta_a1b2c3d4"

scope
string
required
Example:

"operator"

name
string | null