What is delivered
Today notifications cover two kinds of event:
Other event kinds (agent state changes, membership events) are
intentionally not surfaced here — for those, use
Webhooks and have your own system react.
Reading and dismissing
The notifications page shows:- The most recent notifications, paginated.
- A filter to hide read items.
When to use what
- Notifications — you’re already in Cloud and want a quick inbox of what finished.
- Webhooks — you want another system (Slack, your own service) to react to task events.
- SSE on the task detail page — you want sub-second live progress for a single task.
- MCP-driven AI clients — you want an AI assistant to drive and monitor tasks for you.
Related
- Tasks — the events notifications cover.
- Webhooks — for machine-to-machine event delivery.
- Set up notifications — walkthrough.
