Skip to main content
POST
Enable or change the Safe House posture for an org

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Body

application/json
mode
enum<string>
default:observe

Target Safe House mode. Defaults to observe when omitted.

Available options:
disabled,
off,
observe,
enforce,
enforce_sync

Response

Mode applied. Response shape mirrors the staff endpoint.

The response is of type object.