Webhooks
Overview
Webhooks let Cerbera AI push events to your own systems the moment they happen, rather than waiting for you to poll the API or open the app. Typical uses include routing a new alert into an internal workflow engine, opening a ticket, or posting to a Slack channel.
Example Events
| Event | When it fires |
|---|---|
| Alert created | A rule matches and produces an alert |
| Rule match | A monitor, redact, or block rule is triggered |
| Exception requested | A user requests an exception for a blocked tool or MCP server |
These pair naturally with the exception workflow: a blocked request can notify your approvers in Slack, who approve or reject without opening the Cerbera app.
Status
Webhooks are on the roadmap rather than available today. They are straightforward to add; the reason they are not shipped yet is that the right event shape depends on what teams want to do with them. If this is on your critical path, let us know so we can prioritize it and design the payload with you.
In the meantime, the same events are available through OpenTelemetry export and the API.