Plain-text, machine-readable exports of the documentation. Designed for systems that fetch and parse docs over HTTP, such as agents, MCP servers, and crawlers.Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
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