Build an agent team
This guide shows you how to create and manage agent teams.
What are teams?
Section titled “What are teams?”A team is a named group of agents within a workspace. Teams enable:
- Coordinated dispatch — send a task to the team and have it distributed among members
- Shared context — team members share a conversation channel
- Role-based assignment — the team lead (CEO or designated agent) can delegate to the right specialist
Create a team
Section titled “Create a team”- Navigate to Settings → Teams
- Click Create team
- Enter a name (e.g. “backend-team”, “review-squad”)
- Add agents to the team
Teams are workspace-scoped — agents from different workspaces cannot be on the same team.
Team dispatch
Section titled “Team dispatch”When you dispatch a task to a team:
- The team lead (first member or designated CEO) receives the task
- The lead can delegate subtasks to team members
- Each subtask creates a ticket and a conversation channel
- Team members report back to the team channel
This mimics how a real engineering team operates — a tech lead breaks down the work and delegates to specialists.
Team channels
Section titled “Team channels”Teams can have dedicated group channels where all members participate. This is useful for:
- Coordinating on complex tasks
- Sharing findings and blockers
- Asking questions across specializations
Create a team channel from Messaging by creating a group channel and adding all team members.
Reporting hierarchy
Section titled “Reporting hierarchy”Agents have a reportsTo field that establishes a reporting chain. Set this when hiring:
- Coders report to the CEO
- Reviewers report to the CEO
- Specialist agents can report to a lead agent
The hierarchy is used for:
- Memory access — role-based grants follow the hierarchy
- Delegation — agents can delegate to subordinates
- Analytics — roll up metrics by team and hierarchy
Team composition examples
Section titled “Team composition examples”Full-stack team
Section titled “Full-stack team”- CEO (lead) — coordination and delegation
- Coder — implementation
- Reviewer — code review
- QA — testing
Security review team
Section titled “Security review team”- CEO (lead)
- Security — security audit
- Reviewer — code review
DevOps team
Section titled “DevOps team”- DevOps (lead)
- Coder — infrastructure-as-code
- QA — integration testing