API keys
Every key on this account, its state, and where it was last used from.
| Key | Label | State | Created | Expires | Last seen from |
|---|---|---|---|---|---|
| agb_demo…00ab | production this session | active | 38d ago | never | 203.0.113.42 |
| agb_demo…11cd | ci | active | 12d ago | in 9d | 198.51.100.7 |
Manage keys from the API, with any active key
POST /keys/generateA new key, with an optional label and expiry in days.
POST /keys/rotateA new key now; the old one keeps working for 24 hours, then revokes itself.
POST /keys/revokeRevokes the calling key immediately, or another by its prefix. A revoked key ends this session on its next request.
Sample keys: neither authenticates anything.
Every number on this page is on the API too:
GET /decisions for refusals, /tasks for budgets, /customers for balances, /keys for keys, each with Authorization: Bearer <your key>.