Skip to main content
These docs publish two plain-text files built for LLMs and AI agents to consume directly, without scraping HTML.

llms.txt

A structured index of every page in these docs — titles and descriptions — for fast lookup by an LLM before it decides what to fetch in full.

llms-full.txt

The complete Bolna documentation concatenated into a single Markdown file, for pasting into a chat context or feeding to a RAG pipeline.

When to use which

  • Use llms.txt when an agent needs to decide which pages are relevant before reading them.
  • Use llms-full.txt when you want the entire documentation set in one context window — for example, priming an LLM before asking it to write Bolna API integration code.

Per-page AI actions

Every individual page in these docs also has its own AI actions menu:
  • Copy page — copy the page content as Markdown
  • View as Markdown — open the raw Markdown source for that page
  • Open in ChatGPT — ask ChatGPT questions about that page
  • Open in Claude — ask Claude questions about that page
For API-level integration facts an LLM needs (base URL, auth, response shapes, status lifecycles), see AGENTS.md.