# llms.txt

> How AI agents should discover ReelsRadar documentation.

# llms.txt

ReelsRadar publishes an [llms.txt](https://reelsradar.io/llms.txt) file so coding agents and LLM crawlers can discover the product surface quickly.

## Files

| URL | Purpose |
| --- | --- |
| [https://reelsradar.io/llms.txt](https://reelsradar.io/llms.txt) | Compact index of docs, API, and capabilities |
| [https://reelsradar.io/llms-full.txt](https://reelsradar.io/llms-full.txt) | Expanded agent-oriented documentation |
| [https://reelsradar.io/openapi.json](https://reelsradar.io/openapi.json) | Machine-readable REST schema |

## Convention

Every human docs page also has a markdown twin. Append `.md` to any `/docs/...` URL.

Example:

- Human: https://reelsradar.io/docs/getting-started
- Markdown: https://reelsradar.io/docs/getting-started.md
