Loading your dashboardโฆ
1
AI Model
2
Telegram
3
Deploy
Choose your AI model
Pick a provider and add your API key โ we keep it encrypted on your account.
๐ฃ
Claude
Sonnet 4.5
๐ข
GPT-4
4o-mini
๐ต
Gemini
2.0 Flash
โ๏ธ
Ollama
Local model
๐ Stored on your account โ only you can use it
Connect a channel
Choose where your bot will live โ Telegram or WhatsApp.
โ๏ธ
Telegram
Bot token required
๐ฌ
WhatsApp
Scan QR after deploy
How to get your token:
1. Open Telegram โ search @BotFather
2. Send
3. Copy the token (looks like
1. Open Telegram โ search @BotFather
2. Send
/newbot โ follow the prompts3. Copy the token (looks like
123456:ABC-DEF...)
Leave blank to allow anyone.
๐ฌ WhatsApp โ Bring Your Own WhatsApp (BYOW)
No token needed upfront. After deploying, you'll scan a QR code with your phone to link your WhatsApp account. Your AI agent will reply to any incoming message.
No token needed upfront. After deploying, you'll scan a QR code with your phone to link your WhatsApp account. Your AI agent will reply to any incoming message.
Review & Deploy
Everything looks good? Hit deploy to launch your bot.
AI Model
โ
Provider
โ
API Key
โ
Telegram Token
โ
Plan
FREE
Launching your botโฆ 15โ30 seconds
๐ค Your Bots
No bots yet.
๐ฌ WhatsApp โ Scan to connect
Loading QR codeโฆ
โ
WhatsApp Connected! Your bot is live.
Open WhatsApp โ Settings โ Linked Devices โ Link a device โ Scan this QR
Logs
Loadingโฆ
Deploy another bot
๐ Pro Plan Required
Webhooks and API keys require a Pro subscription ($19/mo).
API Keys
Use API keys to authenticate requests to POST /api/v1/chat from your apps and integrations.
Webhooks
OpenClaw will POST to your URL on bot_deployed, bot_stopped, and message events. Requests are HMAC-signed with your secret.
Add webhook
Quick Start
Send a message to your AI bot from any app:
curl -X POST https://openclaw.aiindigo.com/api/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "What is the weather in Singapore?"}'
# Response:
# { "reply": "...", "model": "anthropic/claude-sonnet-4-5", "ms": 823 }
Verify webhook signatures: X-OpenClaw-Signature: sha256=<hmac_hex>
Loadingโฆ
AI Model
Credentials
Leave blank to keep your existing key.
Leave blank to keep your existing token.
Comma-separated Telegram usernames allowed to use your bots.
โ ๏ธ Danger Zone
Permanently delete your account, all bots, and all saved data. This cannot be undone.