Keys
Mint, list, and revoke Console API keys.
Every Console request is authenticated with a key minted from this resource. Keys prefixed sk_live_ debit real credits; keys prefixed sk_test_ return fixture responses and never consume balance. The list endpoint returns prefix, created timestamp, last-used timestamp, and revoked status, never the plaintext. The mint endpoint returns the plaintext once, in the response body, and never again.
Revocation is instant. A revoked key fails with 401 key_revoked on the next request.
GET
/
keysSuccessful Response
POST
/
keysSuccessful Response
DELETE
/
keys/{key_id}Successful Response