Skip to main content

API Keys

Create a key​

POST /api/v1/keys
Authorization: (session cookie)

{ "name": "Production Key" }

Response:

{ "id": "uuid", "key": "aut_live_...", "name": "Production Key" }

The key field is returned once — store it securely.

List keys​

GET /api/v1/keys

Revoke a key​

DELETE /api/v1/keys/:id

Revoked keys stop working immediately.