Skip to main content
Connectors link MeepaGateway agents to chat platforms. Each agent connects to one platform, configured in its agent.yaml under connectors.

Supported Platforms

MeepaChat

WebSocket bot gateway + REST API

Discord

Gateway v10 WebSocket + REST API

Slack

Socket Mode WebSocket + Web API

Telegram

Long polling or webhook

WhatsApp

Meta Cloud API webhook

Multi-Agent Routing

Even with a single connector, you can route messages to different agents based on server or channel. Messages not matched by any binding go to the agent marked default = true. Binding resolution order:
  1. Exact channel_id match
  2. channel_name glob match (e.g., "coding-*")
  3. server_id match
  4. Default agent
See Configuration for the full bindings reference.