mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 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="HTTP Webhook" icon="webhook" href="/channels/webhook">
|
|
Send messages from external systems using a REST endpoint.
|
|
</Card>
|
|
</CardGroup>
|