Connect WhatsApp
Let your AI Agent reply to WhatsApp messages
How It Works
A small program on your computer bridges WhatsApp to your Agent. Your messages stay private.
Setup Steps
Install Docker
Docker is a free app that runs the WhatsApp bridge. Think of it as an app installer.
Install it like any normal app. After installing, open Docker Desktop and wait until the icon turns green (means it's running).
Get Your Docker Command
Go to your Agent's Brain panel on ClawCreek:
- Find the Channels section
- Click the Connect button next to WhatsApp
- A command appears β it's automatically copied to your clipboard
Open Terminal / PowerShell
Press Cmd + Space, type Terminal, press Enter
Press Win key, type PowerShell, press Enter
Paste and Run the Command
In the terminal window, paste the command:
- Mac: Cmd + V then Enter
- Windows: Ctrl + V then Enter
Wait about 30 seconds. You'll see a QR code appear in the terminal:
β βββ β βββββ β βββ β
β βΒ β βΒ ββββΒ β βΒ β β
βββββββ βββββ βββββββ
β QR code appears here
Scan the QR Code
On your phone:
- Open WhatsApp
- Go to Settings β Linked Devices
- Tap Link a Device
- Point your camera at the QR code in the terminal
After scanning, you should see:
Done!
Press Ctrl + C to stop watching logs. The bridge keeps running in the background.
Test it: Send yourself a WhatsApp message. Your Agent should reply!
π₯ Managing Who Can Chat
By default, only you can chat with your Agent via WhatsApp.
To allow other people:
- Go to Brain panel β Channels β WhatsApp
- Click the π₯ button
- Enter their phone number and name, click + Add
Common Questions
π Docker command not found?
Docker Desktop is not installed or not running. Download from docker.com and make sure to open Docker Desktop before running commands.
π· QR code doesn't appear?
Wait 30 seconds. If nothing shows, run docker logs clawcreek-whatsapp to see what happened.
π€ Agent doesn't reply?
Make sure "β WhatsApp connected" appeared in terminal. If you're not the owner, your number must be in the whitelist (Brain panel β π₯).
π΄ WhatsApp disconnects when computer sleeps?
The bridge needs your computer running. After waking up:
π Need to scan QR again?
Run these commands, then run your original Docker command again:
ποΈ How to completely uninstall?
Then uninstall Docker Desktop if you don't need it anymore.
π‘ Why can't WhatsApp work like Telegram?
Telegram has an open bot API β anyone can create a bot for free. WhatsApp doesn't offer this. The bridge approach lets you use your own personal WhatsApp number, with your messages staying on your device.
π Daily commands cheat sheet
Start: docker start clawcreek-whatsapp
Stop: docker stop clawcreek-whatsapp
Check status: docker logs clawcreek-whatsapp --tail 5
Restart: docker restart clawcreek-whatsapp