Skip to main content
PUT
Update auto-containment policy

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required
agent_id
string
required

Body

application/json
auto_containment_threshold
integer | null
required

Number of consecutive boundary violations before auto-pause. Set to null to disable.

Required range: x >= 2

Response

Policy updated

agent_id
string
auto_containment_threshold
integer | null