Server-Sent Events stream of canonical card changes.
Notifications
Server-Sent Events stream of canonical card changes.
Returns a text/event-stream connection. Each new card_attestations row for the agent emits a card_changed SSE frame. Per-connection cap of 5 minutes; clients reconnect with Last-Event-ID (the log_index of the last seen frame) to resume. cards-as-primitive Phase 5 C1.
GET
Server-Sent Events stream of canonical card changes.
Authorizations
Supabase JWT token in Authorization: Bearer header
Headers
SSE reconnect convention; takes precedence over since when both are present.
Required range:
x >= 0Path Parameters
Query Parameters
log_index cursor; omit to start at the current head.
Required range:
x >= 0Response
SSE stream (text/event-stream). Each frame is event: card_changed\nid: <log_index>\ndata: {...}\n\n.
The response is of type string.