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.

Good evening, Jason

Describe what you want to build...

Active Goals

Add JWT auth middleware3 of 7 stages
Refactor database layer5 of 7 stages
Add rate limitingAwaiting review
Pre-flight1
GeminiSECURITY

OWASP scan: auth endpoints

Checking injection vectors on /api/auth/*...
Implement1
ClaudeIMPLEMENT

JWT verification middleware

Writing src/middleware/auth.ts...
Verify1
CodexVERIFY

Run test suite: db-layer

Waiting for implementation...
Review1
HITLREVIEW

Rate limiting implementation

Ready for human review
GOALAdd JWT auth middlewareRunning
SPECAuth specDone
TEST SPECTest coverageDone
SEC SPECOWASP auditRunning
IMPLEMENTauth.tsClaude
VERIFYtest suiteCodex
REVIEWhuman gateHITL
Done 3
Claude

Generate auth spec

2.1k · 45s
Codex

Write test spec

1.8k · 38s
Gemini

Generate sec spec

3.4k · 1m 12s
Running 2
Claude

Implement JWT middleware

28.1k · 4m 32s
Gemini

OWASP endpoint scan

12.4k · 2m 14s
Pending 2
Codex

Run verification tests

Blocked by: implement
HITL

Human review gate

Blocked by: verify
Review 1
HITL

Rate limiting review

Ready for approval
JWT auth pipeline12 decisions · 4m ago
DB refactor8 decisions · 1h ago
Rate limiter5 decisions · 2h ago

JWT auth pipeline — Decision Replay

SPECGenerated auth spec with RS256 + refresh token rotation4m ago
TESTCreated 14 test cases covering token expiry, rotation, revocation3m ago
SECFlagged: token in localStorage (XSS risk). Recommended httpOnly cookie.2m ago
IMPLWriting middleware with httpOnly cookie per security specnow
Total Tokens142.8k+12% efficiency
Est. Cost$1.423 goals today
Agents Active3/3All healthy
Review Queue1Awaiting approval

Agent Cost Breakdown

Claude
$0.82
Gemini
$0.39
Codex
$0.21

Settings

Agent Pool Size
3
Default HITL Tier
BlockNotifyAuto
Auto Model Selection
Sandbox Mode
Token Budget (per goal)
500k
Telemetry

Agent Pool

Claude Claude Code
Detected
Codex Codex CLI
Detected
Gemini Gemini CLI
Detected
3/3 agents · 2 queued 1 review 142.8k tokens
AUTO v0.1.0
ClaudeJWT verification middleware
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...
D Dashboard
F Floor
A Agentflow
T Task Board
V Vault
O Observatory
S Settings
Mission
AdapterClaude
ModeStandard
CORE ARCHITECTURE

Goals in, code out

Describe what you want to build. Dispatch decomposes your goal into specs, tasks and agent runs. Every stage has a human review gate. You approve, agents implement.

Goal
Spec
Implement
Review
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.

Ready to direct instead of type?

Get Dispatch