Endpoints
Both endpoints are public over HTTPS and require no API key. Fetch directly inside a tool or pipeline: agents with web fetch or read URL tools, MCP servers, or custom crawlers. llms.txt (default)Condensed index aligned with the
llms.txt convention (llmstxt.org). Use it when your system can fetch specific docs over HTTP.
- Smaller context
- Faster processing
- Better for retrieval workflows
Fuller coverage of the docs site. Use it when your system needs broader upfront content in one fetch. Consumes more context and tokens when fed to your LLM.
- More URLs and text
- Higher recall
- Better for indexing and batch jobs