Skip to main content

AI Agent Orchestration Dashboard

Manage agent fleets, track tasks, monitor costs, and orchestrate workflows — all from a single pane of glass. Built with Next.js, SQLite, and real-time WebSocket monitoring.

$ pnpm dev
✓ Mission Control starting…
→ 5 agents online
→ 12 tasks in progress

Quick Start

Get Mission Control running in minutes

1

Install dependencies

Mission Control requires Node.js 20+ and pnpm. Install pnpm if you haven’t already:
npm install -g pnpm
2

Clone and configure

Clone the repository and set up your environment:
git clone https://github.com/builderz-labs/mission-control.git
cd mission-control
pnpm install
cp .env.example .env
Edit .env to set your AUTH_USER and AUTH_PASS credentials.
3

Start the dashboard

Launch the development server:
pnpm dev
Open http://localhost:3000 and log in with your credentials.
4

Connect your first agent

Register an agent via the API or use direct CLI integration:
curl -X POST http://localhost:3000/api/agents \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"name": "my-agent", "role": "developer", "status": "online"}'
Your agent now appears in the dashboard.

Core Features

Everything you need to orchestrate AI agents at scale

Agent Management

Monitor agent status, spawn sessions, and manage the full agent lifecycle from registration to retirement.

Task Board

Kanban board with drag-and-drop, priorities, assignments, and quality review gates.

Real-time Monitoring

Live activity feed, session inspector, and WebSocket connection for instant event delivery.

Cost Tracking

Token usage dashboard with per-model breakdowns, trend charts, and cost analysis.

Background Automation

Scheduled tasks for backups, cleanup, and heartbeat monitoring.

CLI Integration

Connect Claude Code, Codex, or any CLI tool directly without requiring a gateway.

Resources

Additional resources to help you get the most out of Mission Control

API Reference

Complete API documentation with request/response schemas, authentication, and examples.

Deployment Guide

Production deployment with Docker, environment variables, and security best practices.

GitHub Repository

View source code, report issues, and contribute to the project.

OpenClaw Integration

Connect Mission Control to OpenClaw gateways for advanced agent orchestration.

Ready to orchestrate your agent fleet?

Get started with Mission Control today and bring all your AI agents under unified management.

Get Started