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

EndpointDescription
/llms.txtOverview of Baseline, key concepts, FAQ, and a linked index of all documentation pages
/docs/llms-full.txtFull 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.txtBlog index with post titles, dates, and descriptions
/blog/llms-full.txtFull 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).

On this page