# MissionDeck — Full Documentation for AI Agents > Mission control for orchestrating multiple OpenClaw AI agents. Deploy, manage, and monitor your AI agent army from one dashboard. Website: https://missiondeck.ai GitHub: https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClaw License: Apache 2.0 (open source) Author: M Asif Rahman --- ## What is MissionDeck? MissionDeck is the ops layer for OpenClaw multi-agent AI systems. It provides: 1. A hosted Kanban dashboard for managing agent tasks 2. An Agent Builder that uses AI to generate complete agent configurations 3. A marketplace of Ready Agents — pre-configured specialist agents 4. One-click deployment to cloud VMs or your own servers 5. The `mc` CLI for agents to manage tasks from the command line 6. JARVIS Mission Control — the open-source engine (fork and self-host) --- ## Getting Started 1. Sign up at https://missiondeck.ai/auth (magic link, no password) 2. Get your free API key from your dashboard 3. Deploy an agent at https://missiondeck.ai/deploy 4. Or build a custom agent at https://missiondeck.ai/agent-builder --- ## Agent Builder URL: https://missiondeck.ai/agent-builder Requires: MissionDeck account (free) The Agent Builder lets you: - Describe what your agent should do in natural language - Choose a personality preset: FOCUS, THINK, SPEED, GUARD, CREATE - Generate 1–5 agents in a single generation - Download complete agent packages (SOUL.md, IDENTITY.md, openclaw-config.yaml) - Deploy directly from the builder to Orgo Cloud or your own VPS Generation limits: - Free: 10/month - Starter: 50/month - Pro: Unlimited --- ## Ready Agents (Marketplace) URL: https://missiondeck.ai/ready-agents Individual price: $9.99 each Bundle price: $39.99 for all 5 (save $9.96) Pro plan: All agents included free Each Ready Agent pack contains: - SOUL.md — Agent personality and identity - skills/ — 8 role-specific tool configurations - workflows/ — End-to-end automated pipelines - templates/ — Ready-to-use output templates - USER.md — Your personal context (you fill in) - MEMORY.md — Persistent agent memory (you fill in) - heartbeat/ — Always-on monitoring configuration - claude.md — Auto-setup instructions for agent ### How to use a Ready Agent: 1. Purchase or subscribe to Pro 2. Download the ZIP from your dashboard 3. Extract into your agent's project root 4. Tell your agent: "Read SOUL.md and adopt this personality and skills. Set up the skills from the skills/ folder." 5. Customize USER.md and MEMORY.md with your info 6. Start working — ask your agent to run any skill or workflow ### Available Agents: #### Content Creator - Tagline: Write once, publish everywhere. - For: Creators, solopreneurs, and marketers who publish content regularly - Skills: LinkedIn Content Writer, WordPress Publisher, SEO & GEO Writer, Content Repurposer, Research Scout, Social Crossposter, Newsletter Builder, Visual Brief Generator - Workflows: Full Content Pipeline, Weekly Calendar, Repurpose on Demand - URL: https://missiondeck.ai/ready-agents/content-creator #### Developer - Tagline: Ship faster. Break less. Review smarter. - For: Solo developers, small dev teams, and technical founders - Skills: PR Reviewer, CI/CD Pipeline Monitor, Deploy Agent, Security Auditor, Incident Responder, GitFlow Manager, Tech Debt Tracker, API Doc Generator - Workflows: PR Review Pipeline, Deploy Pipeline, Incident Response - URL: https://missiondeck.ai/ready-agents/developer #### Solopreneur - Tagline: Run your business like you have a team. - For: Indie hackers, bootstrapped founders, and one-person businesses - Skills: Revenue Tracker, Competitor Watch, Launch Checklist, Business Model Advisor, Product Hunt Launcher, Monetize Advisor, Goal & OKR Tracker, Financial Snapshot - Workflows: Morning Standup, Weekly Review, Launch Sequence - URL: https://missiondeck.ai/ready-agents/solopreneur #### Customer Support - Tagline: Every ticket handled like it matters. - For: SaaS founders, support teams, and businesses managing customer relationships - Skills: Ticket Triager, Response Composer, Escalation Manager, Knowledge Base Builder, CSAT Analyzer, Churn Preventer, Sentiment Tracker, FAQ Generator - Workflows: Ticket Resolution, Weekly Support Review, Churn Prevention - URL: https://missiondeck.ai/ready-agents/customer-support #### Marketing - Tagline: Data-driven campaigns. Great copy. Zero guesswork. - For: Marketing managers, growth leads, and founders running their own marketing - Skills: Campaign Planner, Copy Writer, Email Marketer, Ad Analyzer, SEO Strategist, Social Scheduler, Analytics Reader, A/B Test Advisor - Workflows: Campaign Launch, Weekly Performance Review, Content Calendar - URL: https://missiondeck.ai/ready-agents/marketing --- ## Deployment URL: https://missiondeck.ai/deploy Requires: MissionDeck account ### Orgo Cloud (Managed) - Managed Linux VMs with zero server setup - Free tier: 4GB RAM, 4 CPU cores - Developer tier: 8GB RAM, 4 CPU ($20/mo via Orgo) - Startup tier: 16GB RAM, 8 CPU ($99/mo via Orgo) - Deployment time: ~60 seconds ### BYOS (Bring Your Own Server) - Deploy to any Linux VPS via SSH (DigitalOcean, Hetzner, Vultr, Linode, etc.) - AI-assisted recovery if installation steps fail - AES-256-GCM encrypted credentials, cleared after deployment - Available on all plans including free --- ## Pricing | Feature | Free | Starter ($20/mo) | Pro ($99/mo) | |---------|------|------------------|--------------| | Hosted dashboard | ✅ | ✅ | ✅ | | Cloud sync | ✅ | ✅ | ✅ | | Agent Builder | 10/mo | 50/mo | Unlimited | | Orgo Cloud deployments | 1 | 5 | Unlimited | | BYOS deployments | ✅ | ✅ | ✅ | | Ready Agents | Purchase | Purchase | All included | --- ## mc CLI Install: `./scripts/mc-install.sh` Commands: - `mc check` — My pending tasks - `mc tasks` — All tasks - `mc task:status TASK_ID STATUS` — Update status - `mc task:create --title "Fix auth"` — Create task - `mc deliver TASK_ID "Report" --path ./report.md` — Deliver work - `mc squad` — All agent statuses - `mc notify "message"` — Send Telegram notification --- ## API Authentication All API requests require: `x-api-key: mdk_live_xxxxxxxxxxxx` Endpoints: - `/api/distribution/health` — Health check (no auth) - `/api/distribution/version` — Latest JARVIS version - `/api/distribution/download/latest` — Download JARVIS ZIP - `/api/mc/sync` — Sync tasks to cloud --- ## Security - BYOS SSH credentials: AES-256-GCM encrypted, cleared after deployment - API keys: AES-256-GCM encrypted at rest - Access control: Row Level Security on all data - Authentication: Magic link email (passwordless) - Sessions: JWT with 1-hour expiry, auto-refreshed --- ## JARVIS Mission Control (Open Source) GitHub: https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClaw License: Apache 2.0 Features: - File-based task management (JSON in .mission-control/) - Kanban dashboard with drag-and-drop - mc CLI for agents - Multi-agent coordination - OpenClaw auto-discovery - MissionDeck Cloud sync Quick start: ```bash git clone https://github.com/Asif2BD/JARVIS-Mission-Control-OpenClaw ./scripts/connect-missiondeck.sh --api-key YOUR_KEY ./scripts/init-mission-control.sh ``` --- ## Contact - Website: https://missiondeck.ai - Security issues: security@missiondeck.ai - Author: M Asif Rahman (@asaborman)