> ## Documentation Index
> Fetch the complete documentation index at: https://developers.scrunch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks: Pipeline Stage Completion Callbacks

> Subscribe to real-time webhook callbacks for Optimize and Deploy pipeline events including audit, optimization, and AXP deployment completion.

<Note>
  Webhook documentation is coming soon. Contact your Customer Success representative for early access setup instructions.
</Note>

Webhooks let you receive HTTP callbacks at each stage of the Optimize and Deploy pipeline — eliminating the need to poll for status.

## Events

| Event                    | Fired when                                                                                                                         |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `audit.completed`        | A page audit finishes                                                                                                              |
| `optimization.completed` | Content optimization finishes. Payload includes `status: "staged"` when optimized content was staged to AXP via `stage_axp: true`. |
| `deployment.completed`   | An AXP deployment finishes                                                                                                         |
| `pipeline.completed`     | All URLs in a batch have finished                                                                                                  |

## Coming soon

Full documentation including payload schemas, signature verification, and retry behavior will be published here when webhooks reach general availability.
