https://docs.reticle.sh.
Fetch one page
Append.md to any documentation URL and you get the source Markdown, with the page’s frontmatter and no site chrome:
What comes back
Every Markdown page is prepended with two things before its content, so a single fetch orients you without a second call:docs/ — so docs/token-efficiency.md in the repo is /token-efficiency on the site and /token-efficiency.md as raw text.
Fetch the index, or everything
Start with
llms.txt. It is small enough to read in full and tells you which single page answers the question — which is almost always cheaper than pulling llms-full.txt.
Pull a page into your harness
Every page has a menu in its top-right corner: copy the page as Markdown, or open it directly in Claude, ChatGPT, Cursor or VS Code with the source already attached. That is the fastest route when a human is driving and wants the agent to have the page.
None of this is Reticle itself. These endpoints serve the documentation. Reticle runs on your machine and verifies your app — you get it with npx reticle init. See Getting started.