Dispatch The First Agentic Integrated Overview Environment (IOE)
Stop typing code. Start directing agents. Dispatch orchestrates specialized AI coding agents across a structured pipeline with human review gates.
Cmd+K Navigate Cmd+M Mission
A View Pipeline Pipeline DAG and progress
N Quick Launch One-off agent task (Cmd+N)
S Sessions Import from Claude, Codex, Gemini
R Import Paper arXiv, URL, or paste abstract
Pre-flight 1
Gemini SECURITY
OWASP scan: auth endpoints
Checking injection vectors on /api/auth/*...
Steer agent
Implement 1
Claude IMPLEMENT
JWT verification middleware
Writing src/middleware/auth.ts...
Steer agent
Verify 2
Codex VERIFY
Run test suite: db-layer
Waiting for implementation...
Steer agent
Qwen Coder CLOUD IMPLEMENT
Generate API client SDK
Building typed client from OpenAPI spec...
Steer agent
Review 1
HITL REVIEW
Rate limiting implementation
Ready for human review
Approve Reject
GOAL Add JWT auth middleware Running
SPEC Auth spec Done
TEST SPEC Test coverage Done
SEC SPEC OWASP audit Running
IMPLEMENT auth.ts Claude
VERIFY test suite Codex
REVIEW human gate HITL
ACTIVE_GOALS
JWT auth middleware 43%
DB refactor 71%
Rate limiting REVIEW
AGENT_STATUS
AGENTS 3 / 5 active
TOKENS 142.8k
COST $1.42
TTB 6m 14s
SPEC
Auth spec
Claude
COMPLETE
SECURITY
OWASP scan
Gemini
RUNNING
IMPLEMENT
JWT middleware
Claude
RUNNING
VERIFY
Test suite
Codex
PENDING
REVIEW
Rate limiting
HITL
AWAITING
PIPELINE SPEC → SECURITY → IMPLEMENT → VERIFY → REVIEW
Powered by Three.js in the desktop app
now-8m now-6m now-4m now-2m now
Claude
Generate auth spec
JWT verification middleware
Active Plans + New Plan
Auth system rollout Running
3 goals · 12 tasks · Started 2h ago
JWT middleware Done
OWASP audit Running
Rate limiting Pending
DB refactor sprint Scheduled
5 goals · 20 tasks · Starts tomorrow
Abstract
The dominant sequence transduction models are based on complex recurrent or convolutional neural networks. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms. Experiments on two machine translation tasks show these models are superior in quality while being more parallelizable and requiring significantly less training time.
Use as context for next goal
Sessions
Import conversations from Claude, Codex, or Gemini to continue as Dispatch goals.
Claude Auth middleware discussion 2h ago
14 messages · 22.4k tokens
Import as goal Codex DB schema design Yesterday
8 messages · 11.1k tokens
Import as goal Gemini Security review notes 2 days ago
6 messages · 8.3k tokens
Import as goal Activity Log
now Claude writing src/middleware/auth.ts
1m ago Gemini flagged XSS risk in token storage
3m ago HITL review approved: rate limiting implementation
4m ago Codex completed test spec generation
6m ago Claude completed auth spec
8m ago Goal dispatched: Add JWT auth middleware
Gate Status Pass No issues
Secrets Detected 0 Clean
OWASP Findings 1 XSS flag
Destructive Ops 0 None blocked
Recent Findings SEC XSS risk: token stored in localStorage. Recommend httpOnly cookie. 2m ago
OK No hardcoded secrets detected in auth.ts 3m ago
OK RS256 algorithm properly configured, no weak ciphers 4m ago
Replays Missions
JWT auth pipeline 12 decisions · 4m ago
DB refactor 8 decisions · 1h ago
Rate limiter 5 decisions · 2h ago
JWT auth pipeline - Decision Replay SPEC Generated auth spec with RS256 + refresh token rotation 4m ago
TEST Created 14 test cases covering token expiry, rotation, revocation 3m ago
SEC Flagged: token in localStorage (XSS risk). Recommended httpOnly cookie. 2m ago
IMPL Writing middleware with httpOnly cookie per security spec now
Total Tokens 142.8k +12% efficiency
Est. Cost $1.42 3 goals today
Agents Active 3/3 All healthy
Review Queue 1 Awaiting approval
Settings Dispatch Pro
PRO Active subscription
Cloud AI models included. 5M tokens/mo, 9 models, worktree isolation. Local adapters (Claude, Gemini, Codex) are always free.
Gemma 4 Qwen Coder Qwen 3 Llama 3.3 DeepSeek R1 Llama 4 Scout Kimi K2.5 GPT-OSS 20B Mistral Small
Token Usage
1.7M / 5M tokens
Agent Connections
Claude connected
claude v1.0.18
/usr/local/bin/claude
Gemini connected
gemini v0.3.6
/usr/local/bin/gemini
Codex connected
codex v0.1.2
/usr/local/bin/codex
Pipeline Profiles
Pool & Automation
Token Budget (per goal) 500k
Default HITL Tier Block Notify Auto
Rate Limit Fallback Fall back to specific agent Claude
Remote Hosts
No remote hosts configured + Add Host
Desktop
3/5 agents 2 queued 1 review 142k tokens 0 errors
Output Diff Spec
Analyzing security requirements from spec...
Identified 3 core constraints from sec-spec.
Token storage: httpOnly cookie (per security flag)
> Writing src/middleware/auth.ts
import { verify } from 'jsonwebtoken';
import { getCookie } from '../utils/cookie';
export const verifyJWT = async (req, res, next) => {
const token = getCookie(req, 'auth_token');
if (!token) return res.status(401).json({
error: 'Authentication required'
});
try {
const decoded = verify(token, process.env.JWT_SECRET, {
algorithms: ['RS256']
});
req.user = decoded;
next();
} catch (err) {
return res.status(401).json({
error: 'Invalid token'
});
}
};
> Implementing token refresh rotation...
Installed Adapters
claude v1.0.18
gemini v0.3.6
codex v0.1.2
Runtime
Server 0.1.0
Mode local
Uptime 42m 18s
Platform macOS (arm64)
Command palette search M New Mission Dispatch a quick mission to any agent (Cmd+M)
R Import Research Paper Import from arXiv or paste an abstract
Rp Papers Library Browse imported papers, status tracking, linked goals
F Floor Live agent monitoring
3D Floor (3D) Immersive agent monitoring
A Agentflow Pipeline DAG view
T Task Board Kanban-style task overview
P Plans Goal decomposition and execution plans
V Vault Replay files and snapshots
O Observatory Metrics, costs, insights
X Sessions Import external agent sessions
L Activity Searchable log of all agent actions
R Performance Improvement Adapter metrics and correction rules
Sc Security Security findings, secret detection, gate status
Mission description Adapter Claude
Mode Standard
Run Mission
QUALITY PIPELINE 6 gates between agents and your codebase
Every change passes 6 quality gates before it reaches your codebase. Tests before code. Security scanning. Clean code enforcement. Design quality. Performance checks. Human review.
Agents follow industry best practices for your domain out of the box — from auth patterns to database design. No instruction files needed.
Spec
Tests
Security
Clean Code
Perf
Review
Learn how the pipeline works →
ORCHESTRATION Right agent, right job Claude, Codex and Gemini. Auto-route each pipeline stage to the best agent based on task type and model strengths.
SECURITY Secure by default OWASP-mapped specs, destructive command detection and dual-agent security audits before any code ships.
VISIBILITY See everything, miss nothing Dashboard, Floor swimlanes, pipeline DAG, task board, cost observatory. Every view designed for a different decision.
D Dashboard F Floor A Agentflow O Observatory
MEMORY Full decision trail Every agent decision, spec revision and human override is recorded in the Vault. Replay any pipeline from start to finish.
PRIVACY Local-first, always Everything runs on your machine. SQLite database, no cloud dependency, no telemetry by default.
GITHUB PRs and issues, connected Auto-create pull requests from completed goals. Import GitHub issues as goals. Review comments flow back as agent feedback.
VERIFICATION Adversarial cross-review Multiple independent verifiers review every change. You only see the disputes. Consensus findings are auto-resolved.
RESILIENCE Self-healing agents Crash recovery, checkpoint resume and cross-agent state transfer. Agent sessions survive crashes, sleep and network drops.
ROUTING Smart task routing Dispatch learns which agents perform best in your codebase and routes tasks accordingly. Optimize for speed, cost or quality.
CLOUD TOOLS Server-side tool execution Cloud models run file operations in ephemeral workspaces. No round-trips, automatic cleanup, secret scanning before upload.
Pro