DialogBrain Developer Platform
DialogBrain is an AI-powered messaging hub that connects all your communication channels — Telegram, WhatsApp, Instagram, Email, and more — into a unified inbox with an AI agent layer.
What You Can Build
- Respond to messages automatically — send replies, handle FAQs, route conversations
- React to events in real time — get webhook notifications when messages arrive, conversations start, or contacts update
- Control the AI agent — trigger handoffs, create drafts, search your knowledge base
- Connect to n8n workflows — trigger automations from any channel event
- Embed DialogBrain tools in your LangChain agents — access all tools via the MCP protocol
Authentication Methods
| Method | Use case |
|---|
X-API-Key header | REST API, MCP server, programmatic access |
Bearer JWT | Browser apps (managed by DialogBrain frontend) |
Base URLs
| Environment | URL |
|---|
| Production API | https://api.dialogbrain.com |
| MCP server | https://api.dialogbrain.com/mcp |
| Docs | https://docs.dialogbrain.com |
Next Steps