Skip to content

Create Team drawer

Opened from the Team Builder Section.

Fields

FieldRequiredNotes
NameyesSurfaced in the builder list and /teams URLs
Coordination styleyesround-robin / manager-worker / consensus
Autonomy levelyes0 (every step gated) … 3 (fully autonomous within budget)

Coordination styles

StyleBehaviour
round-robinMembers take turns on incoming work
manager-workerLead routes, workers execute
consensusAll members run, lead reconciles outputs

Autonomy levels

LevelApproval policy
0Every step requires human approval
1Read-only steps auto-approve
2Network calls auto-approve within budget
3Fully autonomous within daily cap

After creation

The team starts empty. Use the Add Team Member drawer to attach AI Lensers, then Team Edges drawer to define handoffs.

Code-backed workflow

Source of truth: CreateTeamDrawer.tsx.

  1. Create or edit team name, description, active state, and initial execution strategy.
  2. Creating a team gives Builder a stable container for members and edges.
  3. Verify the new team is selectable before adding members.