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

# Overview

> Management API endpoint reference

The Management API exposes five resource groups:

| Resource      | Endpoints                                                                                             |
| ------------- | ----------------------------------------------------------------------------------------------------- |
| **Auth**      | `GET /v1/auth/me` — inspect current API key                                                           |
| **Clients**   | `GET /v1/clients` · `POST /v1/clients`                                                                |
| **Calls**     | `GET /v1/calls` · `GET /v1/calls/evaluations` · `GET /v1/calls/:id` · `GET /v1/calls/:id/evaluations` |
| **Customers** | `GET /v1/customers` · `GET /v1/customers/:id`                                                         |
| **Health**    | `GET /health` — no auth required                                                                      |

All protected endpoints scope responses to the organization the API key belongs to. You cannot access resources from other organizations.
