# Agent setup

Set up an AI coding agent to use Komo developer documentation.

Use this page to give an AI coding agent access to Komo developer documentation in Markdown format.

## Quick setup

Paste this prompt into your coding agent:

```text
Use the Komo developer documentation as your source of truth.

Start by reading /llms.txt to discover available docs pages.
When you need page content, fetch the page's index.md file, for example /docs-for-agents/index.md.
If you need the full documentation set, fetch /llms-full.txt.

Do not invent Komo features, APIs, SDKs, or integrations that are not documented there.
```

If your agent needs a full URL, use the current docs site origin before each path.

## What this enables

- Discover available Komo developer docs through `/llms.txt`.
- Read individual pages as Markdown through each page's `index.md`.
- Load all current docs content through `/llms-full.txt`.
- Copy the current page as Markdown from the Agents Toolkit in the right sidebar.

## Boundaries

Komo does not currently publish agent Skills, MCP servers, or vendor-specific setup bundles from this documentation site. Use the Markdown endpoints above as the supported agent integration surface.
