Skip to main content
PUT
Add an agent to a group (idempotent)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

group_id
string<uuid>
required

Agent-group identifier (UUID).

Response

Membership set

group_id
string
agent_id
string
added
boolean

true if the agent was newly added, false if already present