llms-full.txt
The whole docs + blog corpus as one plain-text file, cross-linked to the API surface.
/llms-full.txt is the entire documentation and blog corpus concatenated
into one plain-text file — every page's processed markdown, in reading order,
with a header block that cross-links the API surface. It is the single-pull way to
give an agent everything OpenPhonex's docs know.
When to use which
/llms.txt— an index. Cheap to fetch; the agent follows links to the pages it needs./llms-full.txt— the whole corpus in one request. Use it to prime an agent with all of the docs at once./docs/<page>.md— one page's raw markdown, when the agent already knows which page it wants.
Cross-linked to the API
The header of /llms-full.txt links the API's own agent surface —
/control-plane/openapi.json, /control-plane/llms-full.txt, and
POST /control-plane/mcp — so a single pull of the docs corpus also points the
agent at the machine-readable API. On-brand for "works with any AI".