Skip to main content
Studio provides a visual Team Builder for composing multi-agent teams with coordination modes. No code required. Drag agents onto the canvas, configure coordination, and run teams.

Creating Teams

Create a new team by dragging agents from your Registry and configuring the team settings:
Agents can be created directly in Studio or registered via code—both are available for team composition.

Using Teams

Teams built in Studio can be used in multiple ways:
  • Chat directly with the team via the Chat page
  • Use in Workflows as step executors for complex automation

Save and Run

Once your team is configured:
  1. Save your team to persist it to the registry
  2. Navigate to the Chat page to interact with your team
  3. Send tasks and watch agents collaborate in real-time
  4. View individual agent contributions and coordination flow

Code Equivalent

A team instance created in Studio directly maps to the SDK Team class:

Developer Resources