Changelog
Changes to the BloomText API, MCP server, and CLI. The API is versioned in the URL (/v1). Additive changes, like new endpoints, fields, or event types, ship within v1, so build clients that ignore fields they don’t recognize. Breaking changes would ship as a new version, announced here first.
September 22, 2026
BloomText API v1
The first public version of the BloomText API.
- REST API at
https://api.bloomtext.com/v1, with organization-scoped API keys and scopes. - Resources: organization, users, conversations, messages and replies, reactions, participants, broadcasts, and exports.
- Webhooks for messages, reactions, participants, and exports, signed with HMAC-SHA256.
- Idempotency keys on every write, cursor pagination, and problem details errors.
- MCP server at
https://mcp.bloomtext.com/mcp, thebloomtextCLI, and an agent skill. - OpenAPI 3.1 spec and docs for AI agents.
Last updated on