# Docs for AI agents

> Machine-readable BloomText API docs for LLMs and coding agents, including llms.txt, per-page Markdown, and the OpenAPI spec.

Source: https://www.bloomtext.com/developers/api/llms/

These docs are built to be read by agents as easily as by people. Point your coding agent or LLM at any of these.

| Resource | URL | Use it for |
| --- | --- | --- |
| `llms.txt` | [`/developers/api/llms.txt`](https://www.bloomtext.com/developers/api/llms.txt) | An index of every page with a one-line summary. |
| `llms-full.txt` | [`/developers/api/llms-full.txt`](https://www.bloomtext.com/developers/api/llms-full.txt) | Every page's full text in one file, ready to drop into context. |
| Page Markdown | Add `.md` to any page URL, like [`/developers/api/quickstart.md`](https://www.bloomtext.com/developers/api/quickstart.md) | One page as clean Markdown. |
| OpenAPI 3.1 | [`/developers/api/openapi/bloomtext-api.yaml`](https://www.bloomtext.com/developers/api/openapi/bloomtext-api.yaml) | Generating clients, tools, and typed SDKs. |
| Agent skill | [`/developers/api/skills/bloomtext-api/SKILL.md`](https://www.bloomtext.com/developers/api/skills/bloomtext-api/SKILL.md) | Teaching Claude Code, Codex, and other agents the API's rules. See [Agent skill](https://www.bloomtext.com/developers/api/mcp/#agent-skill). |
| MCP server | `https://mcp.bloomtext.com/mcp` | Letting an agent act in BloomText. See [MCP server](https://www.bloomtext.com/developers/api/mcp/). |

## Copy any page

Every page has a **Copy page** menu at the top. It copies the page as Markdown or opens it in ChatGPT or Claude so you can ask questions about it.

## Give your agent the whole API

**Build a BloomText integration:**

```text
Use the BloomText API docs at https://www.bloomtext.com/developers/api/llms-full.txt and the OpenAPI spec at https://www.bloomtext.com/developers/api/openapi/bloomtext-api.yaml. Authenticate with the BLOOMTEXT_API_KEY environment variable as a Bearer token, and send an Idempotency-Key on every POST. Then help me build an integration.
```
