llms.txt
The site's llms.txt index — a titled map of every doc and blog page plus the API surface.
OpenPhonex publishes an llms.txt index at the site root: a titled, linked map of every documentation and blog page, plus links to the API surface. It follows the llms.txt convention so an agent can discover the whole corpus from one file.
/llms.txt
The index — titled links to every doc and blog page.
/llms-full.txt
The full corpus in one pull (see next page).
What is in it
- Every docs page, grouped by section, as a titled link.
- Every blog post as a titled link.
- The API surface:
/control-plane/openapi.json,/control-plane/llms.txt, andPOST /control-plane/mcp.
Per-page markdown
Every page on this site is also available as raw markdown by appending .md to
its URL — for example /docs/quickstart.md or /blog/launch.md. These dotted
URLs are public and locale-neutral, so an agent can fetch a single page's clean
markdown without scraping HTML.
Two llms.txt files, on purpose
This site's /llms.txt describes the docs/blog corpus. The API serves its
own /control-plane/llms.txt describing the API. They are different paths
and cross-link each other — pull both for the complete picture.