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

# API overview

> How to use the public API description alongside these guides

The MrAssistant HTTP API is described by a published **OpenAPI** document. The **Endpoints** section of this site is generated from that description so it stays aligned with the product.

## Specification

Your engineering team can import the machine-readable file from the **OpenAPI** link in the site header when they need request and response schemas, or browse **Endpoints** in this tab.

## Base URL

Production traffic uses the **api** host for MrAssistant; exact paths and versioning appear in the OpenAPI listing your team imports.

## Using the reference responsibly

* Treat the API reference as **engineering documentation**, not end-user help.
* Prefer **organization standards** for environments, change management, and review of generated clients.

## Major areas (conceptual)

| Area           | Typical focus                                       |
| -------------- | --------------------------------------------------- |
| Agents         | Configuration, conversations, and related resources |
| Providers      | Speech and language stack choices                   |
| Voice services | Realtime connectivity and regional options          |
| Platform       | Organization-level boundaries and operational views |

For **consumer-facing** explanations, stay in the **Documentation** tab; use the API reference when you are implementing or reviewing integrations.
