Skip to main content
Connect IronClaw to Signal so you can talk to your agent in direct messages.
If you haven’t set up your agent yet, follow our Quickstart guide
Signal channel documentation is coming soon. The channel is fully implemented — full setup steps and configuration details are being written.See Configuration Reference for all SIGNAL_* environment variables.

Set up a Signal channel

The Signal channel connects IronClaw to a running signal-cli HTTP daemon. Before configuring IronClaw, start signal-cli in daemon mode on your machine.

Configuration Options

Configure the Signal channel through environment variables:
VariableDescription
SIGNAL_HTTP_URLURL of the signal-cli HTTP daemon
SIGNAL_ACCOUNTYour Signal phone number (e.g. +1234567890)
SIGNAL_ALLOW_FROMComma-separated list of phone numbers allowed to message the bot
export SIGNAL_HTTP_URL=http://127.0.0.1:8080
export SIGNAL_ACCOUNT=+1234567890
export SIGNAL_ALLOW_FROM=+0987654321,+11234567890