Skip to main content
These docs are built to be read by a program, not just a person. Nothing here needs an API key, a scraper, or an HTML parser — every page has a plain-text form at a predictable URL. The site lives at 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:
The four rules are the ones worth knowing before you drive anything, and they arrive whether or not you asked for them. You do not have to read this page first. The slug is the filename in 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.

Which page to read

You rarely need more than one.
Last modified on August 14, 2026