Files
Kilo-Org_kilo/packages/kilo-docs/pages/getting-started/using-docs-with-agents.md
T
Alex Gold c524ec6c8a Remove use cases section from documentation
Removed use cases section detailing AI coding agents, custom MCP servers, and RAG pipelines.
2026-02-17 14:43:02 -05:00

1.1 KiB

title, description
title description
Using Kilo Docs with Agents Access the full Kilo Code documentation in machine-readable formats for LLMs and AI agents

Using Kilo Docs with Agents

You can access the full text of the Kilo Code documentation in machine-readable formats suitable for LLMs and AI agents. This is useful when you want an AI assistant to reference Kilo Code's documentation while helping you with a task.

Full documentation

The complete documentation is available as a single text file at:

https://kilo.ai/docs/llms.txt

This file contains the full content of every page in the Kilo Code docs, formatted for easy consumption by language models.

Individual pages

You can also fetch any individual documentation page as raw Markdown via the API:

https://kilo.ai/docs/api/raw-markdown?path=<url-encoded-path>

For example, to fetch the "Code with AI" overview page:

https://kilo.ai/docs/api/raw-markdown?path=%2Fcode-with-ai

The path parameter should be the URL-encoded path of the documentation page, without the /docs prefix.