Resources
LLMs.txt
Machine-readable documentation endpoints for LLMs and AI agents.
Baseline provides llms.txt endpoints so that LLMs, AI agents, and other tools can consume our documentation programmatically.
Endpoints
| Endpoint | Description |
|---|---|
/llms.txt | Overview of Baseline, key concepts, FAQ, and a linked index of all documentation pages |
/docs/llms-full.txt | Full text of every documentation page in a single file |
/docs/llms.mdx/{slug} | Raw MDX source for a single doc page (e.g. how-it-works/blv) |
/blog/llms.txt | Blog index with post titles, dates, and descriptions |
/blog/llms-full.txt | Full text of every blog post |
Usage
Start with /llms.txt for an overview and index. Use /docs/llms-full.txt to ingest all documentation at once, or fetch individual pages via /docs/llms.mdx/{slug} when you only need specific topics.
All endpoints return plain text with a 1-hour cache (Cache-Control: public, max-age=3600).