Skip to content
Skip to content

Mission Control ULTRA

Mission Control is the command center for your AI agent workforce. Available exclusively on the Ultra plan ($350/mo), it provides a unified operations hub where you can orchestrate tasks, monitor agent performance, track sessions, and respond to events in real time.

Why Mission Control?

Running a fleet of AI agents across multiple channels generates enormous operational complexity. Mission Control consolidates everything into a single, real-time interface so you can manage workloads, identify bottlenecks, and keep your agents running at peak efficiency.

  • Centralized task management with drag-and-drop Kanban boards
  • Live agent monitoring with health indicators & performance metrics
  • Real-time event streaming via Server-Sent Events (SSE)
  • Session tracing with step-by-step execution timelines
  • Keyboard-driven workflow with command palette & shortcuts

Core Components

Mission Control is organized into five interconnected components. Each is accessible from the Mission Control sidebar and works together to give you full visibility into your agent operations.

Overview Dashboard

The Overview Dashboard is the default landing view when you open Mission Control. It surfaces the most important operational metrics so you can assess the state of your agent workforce at a glance.

Key Metrics

  • Active Agents — Number of agents currently online and processing requests
  • Pending Tasks — Tasks awaiting assignment or currently in progress
  • Running Sessions — Live sessions with step-by-step status indicators
  • Recent Events — The latest events from your agent fleet, updated in real time
  • Task Completion Rate — Percentage of tasks completed successfully over the last 24 hours
  • Average Resolution Time — Mean time from task creation to completion

Real-Time Updates

The Overview Dashboard connects to the Mission Control SSE stream and updates all metrics automatically. There is no need to refresh the page. When an agent changes status, a task moves between columns, or a session completes, the dashboard reflects it instantly.

Tip: Use the Overview Dashboard as your primary monitoring screen. Its lightweight design makes it ideal for display on a secondary monitor or wall-mounted dashboard where you need continuous visibility into operations.

Getting Started

Mission Control is available immediately when you subscribe to the Ultra plan. Navigate to the Mission Control section in your dashboard sidebar to access all five components. No additional configuration is required — Mission Control automatically discovers your deployed agents and begins tracking their activity.

Prerequisites

  • Active Ultra plan subscription ($350/mo)
  • At least one deployed AI agent
  • A modern browser with JavaScript enabled (for SSE real-time updates)

Navigation

All Mission Control components are accessible from the dedicated sidebar section. You can also use the command palette (Cmd+K / Ctrl+K) to jump between components quickly, search for specific tasks, or execute common actions without leaving the keyboard.

Tip: Explore each component in detail using the links above. The Task Board documentation is the most comprehensive, covering all four view modes, keyboard shortcuts, automation rules, and bulk operations.

Architecture

Mission Control is built on a real-time event-driven architecture. All state changes flow through a centralized event bus, which broadcasts updates via Server-Sent Events to connected clients. This ensures every open dashboard reflects the current state within milliseconds.

  • Event Bus — Central message broker for all Mission Control events
  • SSE Stream — Persistent HTTP connection delivering real-time updates to the browser
  • Optimistic Updates — UI updates immediately on user action, reconciles with server state
  • Conflict Resolution — Last-write-wins with timestamp comparison for concurrent edits