Notifications in Cyberun Cloud are in-app messages about tasks that have finished. They appear in your user notifications page and serve as a lightweight signal — no email, no push channel, just “check here when you want to know what’s done”. If notifications aren’t enabled on this deployment, the Notifications entry won’t appear in your user menu.Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
What is delivered
Today notifications cover two kinds of event:| Kind | When it fires |
|---|---|
task_completed | A task you submitted reached completed. |
task_failed | A task you submitted reached failed. |
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.
