Create Squad
Squads
Create Squad
Creates a new squad in the environment.
POST
Create Squad
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST https://gateway.orkeia.ai/squads
AuthenticationRequires header
authorization: <your_token>.
Request Body (JSON)
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.
Example (cURL)
Responses
Response - Success
response
