Endpoint catalog
POST /v1/keys — Create a key
key value is returned once at creation. Store it
immediately; we don’t display it again.
GET /v1/keys — List your keys
Returns metadata for all keys owned by the calling user:
DELETE /v1/keys/{prefix} — Revoke a key
Revokes the key. Subsequent requests with this key return 401.
GET /v1/keys/{prefix}/usage — Per-key usage
Scopes (future)
| Scope | Grants |
|---|---|
query | Read access to all GET endpoints on this account’s tier |
admin | Manage keys (POST / DELETE on /v1/keys); usually not needed for application keys |