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 the type text/plain; charset=utf-8 and a shared-cache lifetime of one hour. The same Fumadocs source tree that powers the documentation site generates the index. 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. The index sorts entries in lexicographic order. This order makes results predictable for a diff or a crawler. Adding a properly registered MDX page updates the index automatically. Deleting or moving a page removes or changes its entry when the docs build regenerates the index.

Use this index as a discovery aid for language-model or search integrations. Do not use it as a replacement for the rendered docs or the 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.