Docs
Webhooks
Webhooks
Receive event notifications from AITracer in external systems.
Webhooks allow external systems to react to operational events in real time.
Supported events
- policy violations
- trace completion
- verification completed
- workflow failures
- alert triggers
Register endpoint
POST /v1/webhooksExample payload
{
"event": "policy.violation",
"trace_id": "tr_123"
}Common integrations
- SIEM and log pipelines (forward JSON events to your aggregator)
- Ticketing and on-call workflows (Jira Service Management, PagerDuty, Opsgenie, and similar)
- Custom HTTP endpoints you operate (automation, internal dashboards)
- Security tooling that consumes signed webhook deliveries