AgentStack Docs

llms.txt

Understand the generated machine-readable documentation index.

AgentStack publishes a machine-readable documentation index at /docs/llms.txt. The route is static plain text with text/plain; charset=utf-8 and a shared-cache lifetime of one hour. It is generated from the same Fumadocs source tree that powers the documentation site, so it is not a manually maintained list of pages.

Each current documentation page contributes its URL, title, and description under the https://www.agentstack.build origin. Entries are sorted lexicographically, which makes a diff or crawler result predictable. Adding a properly registered MDX page therefore updates the index automatically; deleting or moving a page removes or changes its matching entry when the docs build is regenerated.

Use this index as a discovery aid for language-model or search integrations, not as a replacement for the rendered docs or generated API reference. Content still needs accurate titles, descriptions, and navigation metadata. The documentation verifier checks parity with the docs tree so stale hand-curated entries cannot quietly accumulate.