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

# Inboxes API

> Create, list, update, and delete inboxes.

Endpoints:

* `GET /api/v1/inboxes`
* `POST /api/v1/inboxes`
* `PATCH /api/v1/inboxes/{id}`
* `DELETE /api/v1/inboxes/{id}`

See full schema in `openapi/openapi.yaml`.
