> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt
> Use this file to discover all available pages before exploring further.

# API keys API

> Manage scoped API keys.

| Method   | Path                       | Purpose                        |
| -------- | -------------------------- | ------------------------------ |
| `GET`    | `/v1/api-keys`             | List key records               |
| `POST`   | `/v1/api-keys`             | Create a scoped key            |
| `PATCH`  | `/v1/api-keys/{id}/limits` | Update per-key request budgets |
| `DELETE` | `/v1/api-keys/{id}`        | Revoke a scoped key            |

Created key secrets are returned once. Persist hashed representations only. Per-key limits support
requests per minute, monthly requests, monthly USD, and token caps.
