Multi-provider
Run Claude Code, Codex, and OpenCode sessions side by side — each with their own models and configs.
● multi-agent dashboard
Manage multiple AI coding agents simultaneously.
Claude Code, Codex, OpenCode — real-time feed, persistent history, token tracking.
see it in action
multi-agent orchestration
Orbit includes a built-in MCP server. Any agent can delegate tasks to other providers through standard tool calls — no configuration needed.
orbit_create_agent orbit_send_message orbit_get_status orbit_cancel_agent "tool": "orbit_create_agent", "input": "provider": "codex", "task": "Refactor the user API to use async handlers", "cwd": "/home/dev/project"
what it does