API Keys
For programmatic access to the adaptlive REST API at /api/v1. Closed beta — request access if your settings page is locked.
Mint a key
- Settings → API Keys → Create key.
- Give it a name (you'll thank yourself later).
- Copy the full key —
ak_live_.... You'll see it once. We store only the prefix and a hash.
Use it
Pass it as a Bearer token:
Authorization: Bearer ak_live_abc123...
Revoke it
When a key is compromised or a teammate leaves, revoke from the same page. Revocation is immediate — pending requests using that key fail with 401 inside seconds.
Scopes
Keys are org-scoped, not user-scoped. Treat them like service credentials — store in your secrets manager, not in code.
