Skip to main content

What is Mission Control?

Mission Control is the open-source dashboard for AI agent orchestration. It provides a centralized command center to manage agent fleets, track tasks, monitor costs, and orchestrate complex multi-agent workflows.
Mission Control is alpha software under active development. APIs, database schemas, and configuration formats may change between releases. Review the security considerations before deploying to production.

Why Mission Control?

Running AI agents at scale means juggling sessions, tasks, costs, and reliability across multiple models and channels. Mission Control solves this with:

28 Specialized Panels

Tasks, agents, logs, tokens, memory, cron, alerts, webhooks, pipelines, and more

Real-time Everything

WebSocket + SSE push updates with smart polling that pauses when you’re away

Zero External Dependencies

SQLite database with WAL mode. No Redis, Postgres, or Docker required

Role-based Access

Viewer, operator, and admin roles with session + API key authentication

Quality Gates

Built-in review system that blocks task completion without sign-off

Multi-gateway Support

Connect to multiple OpenClaw gateways simultaneously with device identity authentication

Core Features

Agent Management

Monitor agent status, spawn new sessions, view heartbeats, and manage the full agent lifecycle from registration to retirement. Track agent health with automatic heartbeat monitoring.

Kanban Task Board

Full-featured task board with six workflow columns (inbox → backlog → todo → in-progress → review → done). Includes drag-and-drop, priority levels, assignments, and threaded comments.

Real-time Monitoring

Live activity feed, session inspector, and log viewer with filtering. WebSocket connection to gateway for instant event delivery with automatic reconnection.

Cost Tracking

Token usage dashboard with per-model breakdowns, trend charts, and cost analysis. Track spending across Claude, GPT, and other models with automatic price updates.

Direct CLI Integration

Connect Claude Code, Codex, or any CLI tool directly to Mission Control without requiring a gateway. Auto-register agents and report token usage inline with heartbeats.

Agent SOUL System

Define agent personality, capabilities, and behavioral guidelines via SOUL markdown files. Edit in the UI or directly in workspace files—changes sync bidirectionally.

Claude Code Session Tracking

Automatically discovers and tracks local Claude Code sessions from ~/.claude/projects/. Extracts token usage, model info, and cost estimates from JSONL transcripts.

Architecture Overview

Mission Control is built with modern web technologies optimized for performance and developer experience:
LayerTechnology
FrameworkNext.js 16 (App Router)
UIReact 19, Tailwind CSS 3.4
LanguageTypeScript 5.7
DatabaseSQLite via better-sqlite3 (WAL mode)
StateZustand 5
ChartsRecharts 3
Real-timeWebSocket + Server-Sent Events
Authscrypt hashing, session tokens, RBAC
ValidationZod 4
TestingVitest + Playwright (148 E2E tests)

Authentication & Authorization

Mission Control supports three authentication methods:
  • Session cookie — Web dashboard login with 7-day expiry
  • API key — Headless access via x-api-key header
  • Google Sign-In — OAuth with admin approval workflow
Three role levels control access:
  • Viewer — Read-only access to all panels
  • Operator — Read + write (tasks, agents, chat)
  • Admin — Full access (users, settings, system operations)

Use Cases

Multi-Agent Coordination

Orchestrate teams of agents working together on complex projects with task assignment and inter-agent messaging

Development Teams

Track Claude Code sessions, monitor token usage, and manage coding agents from a single dashboard

Production Monitoring

Real-time visibility into agent health, performance metrics, and cost tracking for production deployments

Quality Assurance

Review gates ensure agent output meets quality standards before marking tasks complete

What’s Next?

Quickstart

Get Mission Control running in 5 minutes

Installation

Detailed setup instructions for all environments