Skip to main content
POST
Create Squad

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Squad creation model with intelligent routing support.

name
string
required
Required string length: 1 - 255
members
SquadMember · object[]
required

Squad members with configurations

Minimum array length: 1
description
string | null
transfer_rules
TransferRule · object[] | null

Intelligent transfer rules

routing_strategy
string
default:round_robin
Pattern: ^(round_robin|load_balanced|skill_based|sentiment_based|context_aware)$
default_member
string | null

Default member role for initial routing

agents
string<uuid>[] | null

Legacy: Simple agent ID list

Response

Successful Response

Squad response model.

id
string<uuid>
required
tenant_id
string<uuid>
required
name
string
required
agents
Agents · object[]
required
routing_strategy
string
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
transfer_rules
Transfer Rules · object | null