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

# OpenAPI Reference

> Use the live OpenAPI document for endpoint schemas and interactive API exploration.

Mynth publishes a live OpenAPI document at:

* [api.mynth.io/openapi.json](https://api.mynth.io/openapi.json)

Use it when you need:

* endpoint schema details
* response models
* interactive request exploration
* generated clients in other languages

The document declares three bearer security schemes, all sent as `Authorization: Bearer <token>`:

* `apiKeyAuth` - a Mynth API key (`mak_...`)
* `oauthAuth` - a dashboard OAuth access token (JWT)
* `publicAccessTokenAuth` - a task-scoped Public Access Token (`pat_...`)

See [Authentication](/reference/authentication) for when to use each.

This documentation site focuses on workflow design and practical integration guidance. The OpenAPI reference remains the authoritative machine-readable API contract.
