What
When the guardrail runtime denies or redacts a request (PII, prompt injection, secrets), optionally fire an outbound webhook (Slack / Teams / generic HTTP) so teams get notified in real time.
Why
Blocks are visible in the dashboard and logs today, but there's no push notification. A webhook on deny (and optionally allow_with_redaction) decisions would make this usable for on-call / security workflows.
Idea
- A config toggle (global or per-workspace) with a webhook URL.
- Payload includes the stage, matched policy, and reason.
Happy to discuss the shape before anyone picks it up.
What
When the guardrail runtime denies or redacts a request (PII, prompt injection, secrets), optionally fire an outbound webhook (Slack / Teams / generic HTTP) so teams get notified in real time.
Why
Blocks are visible in the dashboard and logs today, but there's no push notification. A webhook on
deny(and optionallyallow_with_redaction) decisions would make this usable for on-call / security workflows.Idea
Happy to discuss the shape before anyone picks it up.