Skip to main content
Once a channel is linked, a route binds a specific platform thread to a Compose agent. A route is the record that says “messages from this Telegram chat / Slack channel / Discord thread / WhatsApp number go to this agent wallet.” The status() and disconnect() methods let you inspect and remove these bindings.

Check status

ChannelStatusResponse

ChannelRoute

Each route describes a single binding between a platform thread and an agent:

Disconnect

This removes the matching route. The platform-side connection (bot membership, linked device) is revoked, and messages from that thread will no longer reach the agent. To reconnect, create a new link with link().