API Keys
List Keys
List all API keys for the authenticated user (masked). Accepts X-API-Key or Bearer JWT.
GET
List Keys
Authorizations
Issue from /v1/keys (or admin-issued for enterprise tier).
Headers
Previous
Create KeyGenerate a new API key.
The raw key is returned ONCE in the response. Only the SHA-256 hash
is stored in the database.
Closed-beta gating (``CLOSED_BETA_MODE=true``, default): only users
who already hold an ACTIVE admin-issued key — i.e. cohort members
admitted via ``POST /admin/api-keys/issue`` or
``/admin/api-keys/issue-beta`` — can self-service additional keys.
Admins themselves bypass the gate. A waitlisted user with no key
yet receives a 403 CLOSED_BETA envelope pointing at the apply URL.
Next
List Keys