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

# Endpoint reference map

> Scan public API v1 endpoints by stability level before opening generated schemas.

Check the stability tag on each endpoint group below before building against
it. Stable endpoints are ready for production integrations. Preview and
legacy compatibility endpoints need narrower rollout judgment.

| Group                | Stability                                                                                 | Use it for                                                                                   |
| -------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Search               | Production discovery workflows for messages, conversations, workspace members, and calls. | Start here when an integration needs context ids before reading or writing.                  |
| Messaging            | Production message workflows.                                                             | List, create, fetch, and reply to conversation messages.                                     |
| Realtime             | Preview realtime session setup.                                                           | Open a short-lived connection token from a trusted server before a realtime client connects. |
| Webhook endpoints    | Preview webhook endpoint management.                                                      | Create, list, update, rotate, and test webhook destinations.                                 |
| Webhook deliveries   | Preview webhook delivery operations.                                                      | Inspect recent deliveries and replay a delivery when it is safe to retry.                    |
| Preview              | Exploratory integrations.                                                                 | Build only when the risk of shape changes is acceptable.                                     |
| Legacy compatibility | Existing compatibility behavior.                                                          | Avoid for new integrations unless no stable route covers the use case.                       |

The generated endpoint pages show request parameters, response schemas, and
examples for each route. Start from [API overview](/api-reference/overview)
when you need the resource model, auth header, response envelope, pagination,
idempotency, and error model in one place.
