Skip to main content
POST
Add members to an agent group

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

group_id
string<uuid>
required

Agent-group identifier (UUID).

Body

application/json
agent_ids
string[]
required

Agent IDs to add

Required array length: 1 - 50 elements

Response

Members added

group_id
string
added
string[]
already_present
string[]