Skip to main content
Programmatic key creation, listing, revocation, and per-key usage telemetry are available today. Keys can also be managed via the account dashboard.

Endpoint catalog

POST /v1/keys — Create a key

Returns:
The full 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)