A compact curated docs entrypoint for agents.
Root llms.txt gives agents a compact entrypoint into Expand docs: setup first, then docs, API Reference, and the full docs bundle.
https://expand.ai/llms.txtllms.txt is for agents and tools you explicitly point at Expand's docs. Do not treat it as a guarantee that major AI search engines crawl or rank the site differently. Its practical value is as a handoff URL for coding agents, IDE assistants, and MCP tools.
| URL | Use when | Source |
|---|---|---|
https://expand.ai/llms.txt | An agent needs first orientation. | Curated root route. |
https://expand.ai/docs/llms.txt | An agent needs the authored docs table of contents. | Generated from authored docs pages. |
https://expand.ai/docs/llms-full.txt |
Root llms.txt is curated. /docs/llms.txt is generated. /docs/llms-full.txt is the full authored-docs bundle.
Root llms.txt follows the llms.txt convention: an H1, a one-line blockquote summary, short guidance, then H2 sections of Markdown link lists with concise descriptions. Setup links come before general docs, and ## Optional holds links an agent can skip when context is tight.
# Expand
> Expand Fetch turns live web pages into agent-ready Markdown, State JSON, evidence, and replayable snapshots.
Use `start.md` when setting up an agent. Use `llms-full.txt` when you need the full authored docs bundle. Use API Reference Markdown routes for exact endpoint schemas.
## Start Here
- [Agent setup guide](https://expand.ai/start.md): Set up Expand across every detected coding agent.
- [Docs](https://expand.ai/docs): Human-authored docs.
-
The root file stays curated and small. It should include:
It should not become the full docs dump. Where a Markdown-readable target exists, link the .md or .mdx route instead of the HTML page so agents read Markdown directly.
/docs/llms.txt is a generated index of authored docs pages. It should list page titles, links, and short descriptions.
.md or .mdx routes./llms.txt for setup and routing./api-reference and its Markdown export routes./docs/llms-full.txt is a larger authored-docs bundle. Use it when the agent has enough context budget and needs the docs content, not just the index.
.md to the docs URL instead.| Resource | Purpose |
|---|---|
start.md | Agent setup guide and setup prompt. |
llms.txt | Compact curated agent entrypoint. |
llms-full.txt | Full authored-docs bundle. |
Docs .md / routes |
| An agent needs the full authored docs bundle. |
| Generated from processed authored docs Markdown. |
.mdx| One authored docs page as Markdown. |
| API Reference Markdown routes | Exact endpoint docs and schemas as Markdown. |