Skip to Content
API keys are issued to organizations with a signed BAA. Request API access →
Docs for AI agents

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.

ResourceURLUse it for
llms.txt/developers/api/llms.txtAn index of every page with a one-line summary.
llms-full.txt/developers/api/llms-full.txtEvery page’s full text in one file, ready to drop into context.
Page MarkdownAdd .md to any page URL, like /developers/api/quickstart.mdOne page as clean Markdown.
OpenAPI 3.1/developers/api/openapi/bloomtext-api.yamlGenerating clients, tools, and typed SDKs.
Agent skill/developers/api/skills/bloomtext-api/SKILL.mdTeaching Claude Code, Codex, and other agents the API’s rules. See Agent skill.
MCP serverhttps://mcp.bloomtext.com/mcpLetting 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