Requested https://docs.anthropic.com — received HTTP redirect to https://platform.claude.com. Mintlify platform confirmed via response headers.
https://docs.anthropic.com/llms.txt resolved (forwarded to platform.claude.com/llms.txt) and returned a valid 1541-page English index plus multilingual stubs.
Known URL https://docs.anthropic.com/llms-full.txt confirmed via community references (8,364-token index / 481K-token full file). Direct fetch timed out — likely due to file size (>2MB). File existence is verified.
# Anthropic Developer Documentation
> blockquote 1–2 sentence description immediately below the H1. Standard requires this for LLM context framing.
https://platform.claude.com/... paths.
## Optional section
Best practice is to include an Optional section for secondary content to help LLMs prioritize. Not present.
docs.anthropic.com/llms-full.txt is well-known and externally verified.## Documentation Sets section or explicit link to llms-full.txt within the file body. Reduces discoverability from within the file.Insert a 1–2 sentence > blockquote immediately after # Anthropic Developer Documentation. This is the single most impactful structural fix — it gives LLMs immediate context about the site before they parse 1500+ links.
Create a ## Documentation Sets section at the top linking to the full file: - [Complete documentation](https://docs.anthropic.com/llms-full.txt): full content of all pages (~481K tokens). Makes the companion file self-discoverable.
## Optional section for secondary content
Move blog posts, changelogs, release notes, and less-critical pages into an ## Optional section. Helps LLMs focus on core API content and skip non-essential material.
With 1,541 pages, consider creating focused files: llms-api.txt, llms-tools.txt, llms-safety.txt. Similar to Cloudflare's per-product pattern. Allows AI coding assistants to load only what's relevant.
Many entries repeat the page title as the description. Adding 5–8 words of actual context (e.g. "Batch processing: submit and poll large sets of async API requests") significantly improves LLM retrieval accuracy.