Skip to main content
POST
Create an agent group

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Body

application/json
org_id
string
required

Organization that owns this group

name
string
required

Display name (unique among active groups in the org)

Maximum string length: 100
description
string | null

Optional description

color
string | null

Optional group colour as #rrggbb hex. Omit or null for no colour.

Pattern: ^#[0-9A-Fa-f]{6}$
agent_ids
string[]

Agent IDs to add as initial members (optional)

Maximum array length: 50
metadata
object

Freeform metadata

Response

Group created

group_id
string
org_id
string
name
string
color
string | null
status
enum<string>
Available options:
active
member_count
integer
members
object[]