WhatUp Persona Bot +1 (888) 431-4585

One WhatsApp number, your own bot. Create an account, upload a config for your phone number, and the bot answers you — and only you — with your name, tone, and tools. Your bots are private to your account; everyone else gets the general line.

Your account

Prefer the terminal?

curl -fsSLO https://whatup-bot-server.vercel.app/cli.mjs
node cli.mjs signup you@example.com   # once — prints your token
node cli.mjs init 14155550123         # your WhatsApp number
node cli.mjs upload persona-14155550123.json

Standalone, zero-dependency (Node 18+) — same account, same API as this page. node cli.mjs lists every command.

Have an AI agent set it up

Set up my personal WhatsApp bot on WhatUp (shared number +1 888 431-4585):
1. Download the CLI: curl -fsSLO https://whatup-bot-server.vercel.app/cli.mjs
2. Ask me for my email, then run: node cli.mjs signup <email> — the printed wup_ token is shown ONCE (it's saved to ~/.whatup/credentials.json; remind me to back it up).
3. Ask me for the WhatsApp number I text from (country code + digits), then: node cli.mjs init <number>
4. Ask me for my bot's name, tone, standing instructions, and which tools to grant (current_time, calculator, web_fetch, memory); edit the generated persona-<number>.json to match.
5. Run: node cli.mjs validate <file> then node cli.mjs upload <file>
6. Tell me to text +1 (888) 431-4585 from my number to meet my bot.

Paste that into Claude Code (or any agent with a terminal) and it walks you through the whole setup.