The llms.txt standard helps AI tools find your docs the way a sitemap helps search engines.
Docfiy generates and hosts llms.txt for every published site. You do not need to maintain the file by hand.
Open https://your-slug.docfiy.com/llms.txt on your live site (also available at /.well-known/llms.txt).
Example for this docs portal: docs.docfiy.com/llms.txt.
What is included
An llms.txt file typically contains:
- Site title and short description
- Links to each documentation page (with
.mdURLs when available) - Optional API / OpenAPI links if your site includes them
Page descriptions come from each page’s frontmatter description field.
llms-full.txt
Docfiy also hosts llms-full.txt — a single file that concatenates more of your site for tools that want fuller context. Open it at /llms-full.txt on your live docs URL.
Discovery headers
Published pages include headers so tools can find these files without guessing:
Link: </llms.txt>; rel="llms-txt"X-Llms-Txt: /llms.txt