LLM integration
Machine-readable routes that serve the docs as plain text for LLMs and AI tools.
This site serves machine-readable routes so LLMs and AI tools can read the Pothos documentation without scraping HTML. Point a model at these URLs to give it the full, up-to-date reference.
Full documentation
/llms-full.txt concatenates every page into a single plain-text file, optimized for LLM consumption. Each entry carries the page title and URL, its description, and the full page content — enough for a model to answer questions across the whole corpus.
Individual pages
Append .mdx to any docs path to fetch that one page as clean, parseable MDX, for example /docs/fundamentals/objects.mdx. Use this to hand a model a single topic instead of the entire site.