squads
Create Squad
Create a new squad with intelligent routing.
Supports:
- Multiple agents with specialized roles
- Intelligent transfer rules (context-aware, sentiment-based)
- Warm transfers with conversation context
- Load balancing and skill-based routing
POST
Create Squad
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/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
Squad creation model with intelligent routing support.
Required string length:
1 - 255Squad members with configurations
Minimum array length:
1Intelligent transfer rules
Pattern:
^(round_robin|load_balanced|skill_based|sentiment_based|context_aware)$Default member role for initial routing
Legacy: Simple agent ID list
Response
Successful Response
Squad response model.
Create Squad