Background
From the AI readiness audit (April 20, 2026). Mintlify auto-generates llms.txt and llms-full.txt for docs sites — these are the primary AI-optimized entry points. Quality depends on how well the docs are structured.
Problem
The auto-generated files may be incomplete or contain artifacts (e.g. the placeholder openapi.json entry, which is being addressed separately in #8). These files are what AI agents should read instead of crawling individual pages.
Actions
Notes
Mintlify supports overriding llms.txt content via configuration if the auto-generated output is insufficient. The llms-full.txt endpoint is the right long-term pattern for giving AI systems full content without sidebar noise.
Background
From the AI readiness audit (April 20, 2026). Mintlify auto-generates
llms.txtandllms-full.txtfor docs sites — these are the primary AI-optimized entry points. Quality depends on how well the docs are structured.Problem
The auto-generated files may be incomplete or contain artifacts (e.g. the placeholder
openapi.jsonentry, which is being addressed separately in #8). These files are what AI agents should read instead of crawling individual pages.Actions
https://www.datum.net/docs/llms.txtlists all major sections: AI Edge, Connectors, Platform, datumctl, CLI, Domains & DNS, Datum MCPhttps://www.datum.net/docs/llms-full.txtexists and contains full page contentllms.txtcontentNotes
Mintlify supports overriding
llms.txtcontent via configuration if the auto-generated output is insufficient. Thellms-full.txtendpoint is the right long-term pattern for giving AI systems full content without sidebar noise.