AgentHub Docs
AgentHub is a single-binary control plane for long-lived AI agents, Team workflows, and optional remote execution nodes.
What AgentHub Gives You
Most agent tools are optimized for one terminal and one short-lived session. AgentHub is built for the operational side of agent work:
- keep agent sessions alive after the browser tab closes
- inspect structured ACP history instead of relying on raw scrollback
- manage Team workflows with explicit shared conversation and task surfaces
- route execution to remote nodes with actor p2p control and mailbox relay when one machine is not enough
- keep runtime state, history, and operator control in one place
Why This Matters
AgentHub is useful when you want the browser to be an operator surface rather than the runtime itself.
That changes a few things:
- reconnecting to a session should be normal, not a recovery edge case
- output should stay structured and reviewable after the original run ends
- multi-agent collaboration should use explicit coordination surfaces instead of ad-hoc shell copy/paste
- remote execution should preserve the same actor and mailbox model instead of introducing a separate control plane
Core Surfaces
AgentHub has four primary user-facing surfaces:
- Agents: create, start, stop, reconnect, and inspect single-agent runs
- Conversation and ACP timelines: review plans, tool calls, command output, and debug events as structured history
- Teams: coordinate leader/worker collaboration with shared conversation and task tracking
- Agent Nodes and actor p2p: extend execution onto remote machines without moving the control plane, while keeping mailbox/control traffic on the same operational model
Choose Your Path
Evaluate AgentHub
Start Running Locally
- Installation and Startup
- Configuration Basics
- Login and Access
- First Task Walkthrough
- Create Your First Agent
Operate Teams Or Distributed Execution
- Team Workbench
- Agent Nodes and Remote Execution
- Deployment Overview and Topology
- Production Checklist
- Troubleshooting
Documentation Map
- Overview: what AgentHub is, which surfaces matter, and how the system is structured.
- Getting Started: install, configure, log in, and complete one first task.
- Core Workflow: create agents, choose workdirs/worktrees, run tasks, inspect output, and review changes.
- Advanced Usage: Team workflows, OpenAPI-based automation, and connection recovery.
- Deployment and Operations: rollout, production checks, security, and troubleshooting.
After The Basics
- Inspect session persistence and history: Run and Interact, View Output, Session Lifecycle
- Learn the workdir and review flow: Workdir and Worktree Strategy, Review and Apply Changes
- Go deeper on Team operation: Team Workbench