Creates a new squad in the environment.
POST https://gateway.orkeia.ai/squads
Authenticationauthorization: <your_token>.
The service expects a wrapper with the property squad.
Main fields ofSquad
Field Type Required Description name string Yes Friendly name of the squad. tasks Task[]Yes List of tasks orchestrated by the squad. order "sequential"|"hierarchical"Yes Execution strategy of the tasks. enabled boolean Yes Activates/deactivates the squad. do_plan boolean Yes If there is a planning step before execution. sectors string[] Yes Sectors with permission to use the squad. publisher string Yes Publisher/organization responsible. planningAgent { id: string, coordinates? }No (Optional) Agent dedicated to planning. supervisor { id: string, coordinates? }No (Optional) Supervisor/validator agent.