Events
Event Stream (SSE)
Server-Sent Events stream of company-scoped live events.
GET
Subscribe to a company-scoped Server-Sent Events stream of live events — DNS
edits, activity log, approvals, and other domain events. A
: heartbeat <ts>
comment is emitted every ~25s so intermediate proxies don’t idle the connection
out.
Events vs. triggers vs. webhooks
- This stream is a read-only feed you observe.
- Triggers wake an agent on an inbound event.
- Webhooks POST an outbound signed callback to your backend.