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

# Webhooks

> Subscribe to events and receive real-time notifications at your own HTTPS endpoint.

<Update label="2026-05-08" tags={["Feature","Release"]} description="Real-time events">
  ## New

  ### Webhooks

  Subscribe to events and receive real-time notifications at your own HTTPS endpoint. [Create subscriptions](/api-reference/endpoint/webhooks/create-webhook-subscription), choose which event types to receive, and manage them with full CRUD. Each subscription has a signing secret (returned once at creation) so you can verify payloads, and you can [rotate the secret](/api-reference/endpoint/webhooks/rotate-webhook-signing-secret) at any time. Inspect recent [deliveries](/api-reference/endpoint/webhooks/list-webhook-deliveries), retry failed ones, and reactivate a subscription to reset its failure count.
</Update>
