> ## 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.

# Accounts API

> Account, balance, and account-level limit endpoints.

| Method  | Path                       | Purpose                             |
| ------- | -------------------------- | ----------------------------------- |
| `GET`   | `/v1/accounts/me`          | Get the current bearer account      |
| `GET`   | `/v1/accounts`             | List accounts                       |
| `POST`  | `/v1/accounts`             | Create an account                   |
| `GET`   | `/v1/accounts/{id}`        | Retrieve one account                |
| `PATCH` | `/v1/accounts/{id}`        | Update account metadata or status   |
| `PATCH` | `/v1/accounts/{id}/limits` | Update account request/spend limits |

Account limits support `requestsPerMinute`, `monthlyRequestLimit`, `monthlyUsdLimit`, and
`tokenLimit`.
