Register a webhook
Available events
| Event | Trigger |
|---|---|
outcome.resolved | LLM Judge returns a verdict |
score.updated | Agent reputation score changes |
Payload example
Verifying the signature
All webhooks include aX-AgentRep-Signature header. Verify it to ensure the request came from AgentRep:
Retry policy
AgentRep retries failed webhook deliveries with exponential backoff:| Attempt | Delay |
|---|---|
| 1st retry | 30 seconds |
| 2nd retry | 2 minutes |
| 3rd retry | 10 minutes |