AI Version (llms.txt)

ProxyHat publishes machine-readable copies of this documentation so AI assistants can read and reason about the API directly. If you use Claude, Cursor, Codex, or any other LLM-powered tool to build your integration, hand it these files and it will have the full, accurate picture of the API without guessing.

Give your AI the whole API

One click copies the complete documentation plus a short primer that tells your assistant how to use it — like installing a skill. Paste it into a new chat and the AI knows the whole ProxyHat API.

Works with Claude, ChatGPT, Cursor, Codex, Gemini, and any other assistant.

Two artifacts, one convention. ProxyHat follows the llmstxt.org convention. /llms.txt is a concise, curated index of links to every documentation page. /llms-full.txt is the entire documentation flattened into a single self-contained Markdown file — everything an assistant needs in one paste.

The two files

Link index — a short Markdown file listing every docs page with a one-line summary and its URL. Small enough to keep in an assistant's context permanently; the model fetches individual pages on demand.

https://docs.proxyhat.com/llms.txt

Full documentation — every page concatenated into one Markdown document. No links to follow, no fetching required: paste it once and the assistant knows the whole API.

https://docs.proxyhat.com/llms-full.txt

How to use it with your tool

Two approaches work everywhere:

Tool-specific notes

What the AI will learn

From these files an assistant gets everything it needs to write a working integration, including:

Always current. Both files are generated from the same source as the pages you're reading now, so an assistant working from them stays in sync with the live API. When in doubt, prefer llms-full.txt — it is complete and self-contained.