Overview
Deploy agents to messaging platforms
Channels Overview
Deploy your agents to 50+ messaging platforms with SwiftClaw's multi-channel support.
Supported Channels
- Slack: Team communication
- Discord: Community engagement
- WhatsApp: Direct messaging
- Telegram: Bot integration
- Microsoft Teams: Enterprise communication
- And 45+ more
Channel Binding
Bind agents to channels:
swiftclaw channels add slack --agent customer-support
swiftclaw channels add discord --agent community-botConfiguration
Configure channel access:
{
"channels": {
"slack": {
"enabled": true,
"workspace": "your-workspace"
},
"discord": {
"enabled": true,
"serverId": "your-server-id"
}
}
}One agent can be deployed to multiple channels simultaneously.
Next Steps
How is this guide ?
Last updated on