Docs for AI agents
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 | An index of every page with a one-line summary. |
llms-full.txt | /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 | One page as clean Markdown. |
| OpenAPI 3.1 | /developers/api/openapi/bloomtext-api.yaml | Generating clients, tools, and typed SDKs. |
| Agent skill | /developers/api/skills/bloomtext-api/SKILL.md | Teaching Claude Code, Codex, and other agents the API’s rules. See Agent skill. |
| MCP server | https://mcp.bloomtext.com/mcp | Letting an agent act in BloomText. See MCP server. |
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
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.
Last updated on