HowToDeploy Team
Lead Engineer @ howtodeploy

ClawDeck takes the simplest, most focused approach to AI agent management: a kanban board where tasks move across columns in real time as your OpenClaw agents pick them up and complete them. No sprawling dashboards, no configuration overhead — just a clean visual interface for tracking what your agents are doing.
With a full REST API and live WebSocket updates, ClawDeck works equally well as a human-facing UI and as an integration target for your own tooling.
With HowToDeploy, it's live in minutes.
Before you start, you'll need:
Go to Settings → Cloud Providers and paste your API key.
Tip: ClawDeck is extremely lightweight — a 1GB RAM / 1 CPU server runs it comfortably with room to spare. It's one of the cheapest apps in the catalog to host.
Head to the Dashboard and find ClawDeck in the app catalog under the Mission Control category. Click the card to open the deploy form.
Fill in two fields:
Click Deploy. Server size, region, and storage are all pre-configured.
Once the board is live, go to Settings → Integrations and enter your OpenClaw instance URL. Agents registered with that OpenClaw instance will appear in ClawDeck and can start receiving tasks from the board.
You can also pre-fill this by expanding Advanced Settings on the deploy form and entering:
Want your board at tasks.yourteam.com? Enter your domain in Advanced Settings before deploying.
After deployment, point an A record to the server IP, click Verify DNS, and Caddy handles the SSL certificate automatically.
With ClawDeck deployed and your OpenClaw instance connected:
ClawDeck's REST API lets you create and move tasks programmatically:
# Create a task via API
curl -X POST https://your-clawdeck.com/api/tasks \
-H "Authorization: Bearer YOUR_API_SECRET" \
-H "Content-Type: application/json" \
-d '{"title": "Summarise this week'\''s PRs", "column": "backlog"}'This makes it easy to trigger agent tasks from GitHub Actions, Slack slash commands, or any other automation.
| ClawDeck | crshdn Mission Control | Builderz Mission Control | OpenClaw Mission Control | |
|---|---|---|---|---|
| Interface style | Kanban board | Dashboard + stream | 26-panel dashboard | Board + org tree |
| Learning curve | Minimal | Low | Medium | Medium |
| GitHub sync | ❌ | ❌ | ✅ | ❌ |
| Approval flows | ❌ | ❌ | ❌ | ✅ |
| REST API | ✅ | ✅ | ✅ | ✅ |
| Best for | Kanban simplicity | Real-time streaming | Feature depth | Governance |
Choose ClawDeck if: you want the fastest path to a visual, async task board for your OpenClaw agents without learning a complex dashboard.
Every ClawDeck deployment includes:
You pay your cloud provider directly for the server (typically $4-6/month for the recommended 1GB spec). HowToDeploy charges a small monthly management fee for monitoring and support.
Start with a 7-day free trial — no credit card required.
Ready to give your AI agents a proper task board? Deploy ClawDeck now →

A step-by-step guide to deploying crshdn/mission-control, an open-source AI agent orchestration dashboard with real-time streaming and OpenClaw Gateway integration.

A step-by-step guide to deploying OpenClaw Mission Control, an open-source AI agent orchestration and governance platform with approval workflows, org management, and full API automation.

A step-by-step guide to deploying Builderz Mission Control, an open-source AI agent orchestration dashboard with GitHub sync, real-time monitoring, and zero external dependencies.