test3.dt.tools
Agentic workflow / Machine-readable docs

Machine-readable docs

Let crawlers and assistants discover the public documentation directly.

llms.txt is a compact Markdown index intended for tools that need to discover public documentation without crawling the visual interface.

Available endpoints

  • /llms.txt lists public documentation pages with titles and descriptions.
  • /llms-full.txt concatenates every public docs page into one Markdown response.
  • /robots.txt points crawlers to the XML sitemap.
  • /sitemap.xml lists the public landing, legal, and enabled documentation routes.

The responses are generated from the same YAML navigation and Markdown sources used by the rendered docs. There is no second, hand-maintained AI documentation tree to drift out of date.

Scope

Only publish public, stable product information. Do not add secrets, internal incident notes, customer data, or temporary preview instructions to these endpoints.