Deploy your AI agent in 60 seconds. No terminal needed.
OpenClaw Cloud is a one-click deployment service for OpenClaw agents. Pick a template, name your agent, connect a messaging platform, add your API key — and you're live.
- 4-step deploy wizard — grandmother-friendly, no CLI required
- Agent templates — Personal Assistant, Community Manager, Customer Support, Creative Writer, or Custom
- Multi-platform — Telegram and Discord support (WhatsApp coming soon)
- BYOK — Bring Your Own Key for Anthropic, OpenAI, or OpenRouter
- Dashboard — Manage, restart, and delete agents
- Docker provisioning — Each agent runs in an isolated container
- REST API — Programmatic access to all features
npm install
node server.jsOpen http://localhost:3456 and deploy your first agent.
| Method | Path | Description |
|---|---|---|
| GET | / |
Deploy wizard |
| GET | /dashboard |
Agent management dashboard |
| POST | /api/deploy |
Deploy a new agent |
| GET | /api/agents |
List all agents |
| GET | /api/agents/:id/status |
Get agent status |
| POST | /api/agents/:id/restart |
Restart an agent |
| DELETE | /api/agents/:id |
Delete an agent |
{
"template": "assistant",
"agentName": "My Bot",
"provider": "anthropic",
"model": "claude-sonnet-4-5",
"apiKey": "sk-ant-...",
"telegramToken": "123456:ABC...",
"allowGroups": true
}- Stripe billing integration
- WhatsApp support
- Proper domain + production VPS (Hetzner)
- Agent logs viewer
- Custom skills marketplace
MIT