Documentation

One base-URL change to adopt DriftWatch. Pick a topic to see the exact snippet.

Webhooks

Drift and schema-failure events post to your endpoint with an HMAC signature you should verify.

{
"type": "drift.detected",
"created_at": "2026-08-03T00:31:12Z",
"data": {
"model": "gpt-4o",
"window": 100,
"malformed_json_delta": 0.032,
"recommended_action": "route_to_backup",
"backup_model": "claude-3-5-sonnet"
}
}