Your AI companion, free in your browser.
Connect your own OpenClaw and start talking.
No account needed. Free forever.
Step 1 / 3
Get a free key at aistudio.google.com
Your OpenClaw server must be publicly accessible.
Pick one option to expose your local OpenClaw:
Option 1 β Tailscale Funnel (recommended)
Built into OpenClaw. Gives you a permanent public URL.
1. Install Tailscale (free)
2. Add to your OpenClaw config:
{ "gateway": { "bind": "loopback",
"tailscale": { "mode": "funnel" },
"auth": { "mode": "token" } } }
3. Restart OpenClaw β your URL appears in the dashboard
Option 2 β Cloudflare Tunnel (one command)
Free, no account needed, instant public URL.
cloudflared tunnel --url http://localhost:18789
Install: cloudflare.com/cloudflared
Found in OpenClaw Settings β API Keys