Files
ironclaw/docs/channels/overview.mdx
Coffee d1c100dca0 docs: document WeChat and WeCom channels (#3680)
* docs: wechat

* docs: wechat

* docs: document wecom channel setup

* docs: address channel doc review comments

* docs: localize Chinese channel names
2026-06-14 15:35:09 +00:00

41 lines
1.4 KiB
Plaintext

---
title: "Overview"
description: "Set up messaging channels to interact with your agent"
---
Channels define how people send messages to your agent. You can start local for development, then add messaging apps or webhooks as your integration needs grow.
<Card title="Tunnel" icon="link" href="/tunnel" horizontal>
Configure a tunnel so webhook-based channels can receive incoming requests.
</Card>
<CardGroup cols={2}>
<Card title="Local" icon="terminal" href="/channels/local">
Built-in terminal UI and web gateway for local usage and testing.
</Card>
<Card title="Telegram" icon="send" href="/channels/telegram">
Talk to your agent in Telegram direct messages and group chats.
</Card>
<Card title="Signal" icon="message" href="/channels/signal">
Connect IronClaw to Signal through a signal-cli HTTP daemon.
</Card>
<Card title="Discord" icon="discord" href="/channels/discord">
Integrate with Discord to chat in servers, channels, and DMs.
</Card>
<Card title="WeChat" icon="message" href="/channels/wechat">
Connect through a WeChat iLink bot account with QR login and long polling.
</Card>
<Card title="WeCom" icon="message" href="/channels/wecom">
Talk to your agent through a WeCom intelligent bot with a WebSocket long connection.
</Card>
<Card title="HTTP Webhook" icon="webhook" href="/channels/webhook">
Send messages from external systems using a REST endpoint.
</Card>
</CardGroup>