Skip to main content
GET
/
realtime
/
governance
Subscribe to live governance signal updates (SSE)
curl --request GET \
  --url https://api.mnemom.ai/v1/realtime/governance \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

scope
enum<string>
default:org

Subscription scope. platform requires staff; the rest require the matching scope id.

Available options:
platform,
org,
team,
agent
org_id
string
team_id
string
agent_id
string

Response

SSE stream of governance signal events.

Newline-delimited SSE frames: event: ready then event: signal\ndata: <GovernanceSignal JSON> per update, plus :heartbeat comments.