API keys
List, mint and revoke API keys. POST /v1/keys mints a new key (secret returned once); DELETE /v1/keys/{id} revokes one.
Response fields
| Field | Type | Description |
|---|---|---|
keys[].id | string | Key id (for revocation). |
keys[].prefix / lastFour | string | Masked display (the secret is shown only at creation). |
keys[].lastUsedAt | string | null | Last time the key was used. |