API keys
Manage server-to-server credentials for your tenant.
| Method | Path | Description |
|---|---|---|
GET | /v1/api-keys | List active keys |
POST | /v1/api-keys | Create key (plaintext shown once) |
DELETE | /v1/api-keys/:key_id | Revoke key |
The full secret is only returned on create. Store it immediately — it cannot be retrieved later.