event:track
event family
Record one analytics event (agent_events_warm) and broadcast it to the workspace AnalyticsRelay
- Effect
- signal
- Fire-and-forget — the call returns once accepted, not once done.
- Caller
- public
- The class of authority the caller must already hold, decided from the attested context with no round trip.
- Cost
- free
- What one call costs, so you can budget before acting.
- Reversible
- no
- This cannot be undone. Dry-run it first where the contract allows.
- Idempotent
- yes
- Safe to retry as-is.