create_squad
Organize agents into a team by creating a squad with a required name and leader ID. Optionally include a description and workspace ID for context.
Instructions
Create a squad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| leader_id | Yes | agent id leading the squad | |
| description | No | ||
| workspace_id | No | Workspace/company id. Omit to use the default or your only workspace. |