Skip to content

Multi-Channel Deployment

Reach employees and customers wherever they are. Deploy agents to web, Slack, Teams, LINE, Zalo, or your own API from a single configuration.

Capabilities

  • Unified agent config across all channels
  • Native integrations: Slack, Microsoft Teams, LINE, Zalo, WhatsApp
  • Webhook and REST API for custom channel builds

Supported Channels

ChannelUse Case
WebEmbedded chat on internal portals or public sites
SlackInternal employee workflows and notifications
Microsoft TeamsInternal collaboration and IT support agents
LINECustomer-facing flows for APAC markets
ZaloCustomer-facing flows for Vietnam market
WhatsAppInternational customer-facing flows
REST APICustom apps, mobile apps, IVR bridges
WebhookTrigger from any external system

Single Configuration, Many Channels

flowchart LR
  C[Agent Config] --> S[Slack]
  C --> T[Teams]
  C --> L[LINE]
  C --> Z[Zalo]
  C --> W[Web]
  C --> A[API]

One agent definition: personality, tool access, knowledge scope, RBAC. AgentBrain handles channel-specific message format conversion, attachment handling, threading, and rate limits.

Custom Channels

For channels not natively supported, use:

  • REST API: send a user message, receive an agent response synchronously
  • Webhook: register an endpoint that AgentBrain calls on each agent reply