Docs for agents
Komo developer documentation is available in agent-friendly Markdown formats. These endpoints reduce page chrome and make it easier for AI tools to read only documentation content.
Available endpoints
| Endpoint | Description |
|---|---|
/llms.txt | Index of available documentation sections and pages. |
/llms-full.txt | Full current documentation set in one text file. |
/embedding/llms.txt | Section index for Embed SDK pages. Replace embedding with any section path. |
/embedding/llms-full.txt | Full current Embed SDK section in one text file. |
/docs-for-agents/index.md | Markdown version of this page. Replace docs-for-agents with any page path. |
/index.md | Markdown version of the documentation home page. |
Copy from the current page
On any documentation page, use Copy as Markdown in the Agents Toolkit to copy that page’s Markdown version to your clipboard. The browser page URL, such as /docs-for-agents/, serves HTML. The Markdown version is served from that page’s index.md URL.
Recommended agent workflow
- Fetch
/llms.txtto discover available documentation sections. - Fetch the section
llms.txtfile that matches the task. - Fetch only the
index.mdfiles relevant to the task. - Use a section
llms-full.txtfile when broad context is more useful than a narrow page set.
The Markdown output is generated from the same MDX source as the docs site. It preserves headings, prose, code blocks, tables, and links while removing frontmatter and local component imports.