Reference

Webhooks

Planned outbound events for Slack, PagerDuty, Linear, and custom systems. Not available during early access.

Planned — not available yet
This documents the intended design. Nothing here ships in the product today. Install the GitHub App and use the playground for what is live now.

Events

  • review.created — a new review started.
  • review.completed — verdict ready.
  • review.blocked — verdict was block.
  • drift.detected — production schema diverged from declared.

Payload shape

json
{
  "event": "review.completed",
  "delivery": "01HXY9...",
  "review": {
    "id": "rev_3a7f9c1b",
    "repo": "your-org/api",
    "pr": 1284,
    "verdict": "review",
    "risk": 71,
    "url": "https://app.bedrock.dev/r/rev_3a7f9c1b"
  }
}
Docs · Webhooks — Bedrock