Create Custom Team
Canvas
Create Custom Team
Create a custom team from canvas composition.
Body: {
"team_name": "My Team",
"members": [{"slug": "...", "name": "...", "role": "specialist", "capabilities": [...]}],
"coordinator": {"name": "...", "slug": "...", "system_prompt": "..."}, // optional
"canvas_layout": {...} // node positions
}
POST
Create Custom Team
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type Body · object.
Response
Successful Response
The response is of type Response Create Custom Team Api V1 Canvas Teams Custom Post · object.