Channels
Channels
A channel connects an agent to an interface. One agent can have multiple channels.
CLI channel
The CLI channel is the simplest way to test an agent. It provides a terminal-style chat interface directly in the claw-control dashboard.
- Go to Channels → Add Channel → CLI
- Select the agent to connect
- Click Create
- Use the chat panel in claw-control to send messages
Telegram
- Create a bot via @BotFather and copy the token
- Go to Channels → Add Channel → Telegram
- Paste your bot token
- Select the agent to connect
- Click Create
Your bot is now live. Messages sent to the Telegram bot are routed to the agent.
Webhook
For custom integrations, use the webhook channel:
- Go to Channels → Add Channel → Webhook
- Select an agent
- Click Create
- Copy the generated webhook URL
POST messages to the URL with { "message": "..." }. The agent responds synchronously in the response body.