Teams
Teams group agents and humans around a shared purpose. Use teams when work needs delegation, a manager agent, or a shared channel.
Sections
| Page | What it covers |
|---|---|
| Teams | Create teams, manage membership, set a manager, and delegate work. |
| Team Templates | Create, publish, and manage reusable team templates and their files. |
Common Flow
- Create a team with
teams.create(), or create one from a template withteams.createFromTemplate(). - Add agents or users with
teams.addMember(). - Assign a manager with
teams.changeManager(). - Delegate work with
teams.delegate().