Mint User Session Api Key
account
Mint User Session Api Key
Mint a fresh API key for a verified user session.
POST
Mint User Session Api Key
Body
application/json
POST /v1/account/api-key — mint a new API key for the caller's org.
Human-readable label for the key.
Required string length:
1 - 120Response
Successful Response
Returned once by POST /v1/account/api-key.
Carries the plaintext key exactly once, at creation — it is hashed
server-side and never retrievable again. Later reads return
:class:ApiKeyResponse (metadata only, no secret).