llms.txt Generator
llms.txt is an emerging convention that helps AI agents discover the canonical structure of your site. Build a markdown-formatted index by adding sections, links, and short summaries.
Header
Renders as a markdown blockquote (>).
Generated llms.txt
markdown · 15 lines · 395 B
# Example > A short, factual description of the site. Plain-language paragraph that summarizes what the site does, who it serves, and what an agent can find here. ## Docs - [Getting Started](https://example.com/docs/start): Install and first run - [API Reference](https://example.com/docs/api): Endpoints and schemas ## Optional - [Changelog](https://example.com/changelog): Release notes
Apply this with your coding agent
Get a ready-made prompt that wraps the output above with implementation steps. Paste it into your AI assistant and let it ship the change.
Where to put llms.txt
Place the file at the root of your site so it resolves at https://yourdomain/llms.txt. Serve it with content-type: text/plain or text/markdown.
llms.txt is a community convention for an agent-readable site index. Keep it short and link to canonical resources rather than duplicating content. For deep ingestion, pair it with an llms-full.txt that embeds full content.
Verify on a real URL
Run a full agent readiness scan to see how your live site responds end to end.