> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Verified forge ingress and replay behavior

Veridical accepts forge webhooks for GitHub, GitLab, and Azure DevOps. Each
adapter verifies its provider signature or shared secret before parsing the
event. A durable delivery reservation prevents duplicate in-flight processing
and makes completed delivery replays idempotent.

Return codes distinguish invalid signatures, duplicates already processing,
completed replays, unsupported events, and accepted work. Preserve the provider
delivery ID when routing through a proxy.

<Note>
  The current public webhook contract is forge ingress. Product events for Slack,
  Teams, Jira, Linear, and Confluence are delivered through managed provider
  adapters rather than arbitrary customer callback URLs.
</Note>
