Skip to content

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.

  1. Go to ChannelsAdd ChannelCLI
  2. Select the agent to connect
  3. Click Create
  4. Use the chat panel in claw-control to send messages

Telegram

  1. Create a bot via @BotFather and copy the token
  2. Go to ChannelsAdd ChannelTelegram
  3. Paste your bot token
  4. Select the agent to connect
  5. 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:

  1. Go to ChannelsAdd ChannelWebhook
  2. Select an agent
  3. Click Create
  4. Copy the generated webhook URL

POST messages to the URL with { "message": "..." }. The agent responds synchronously in the response body.