Skip to main content
Configure a webhook URL on a dataset to have AgentX POST the gate result to your server immediately after a CI run is finalized.

Configuration

Set webhookUrl on the dataset in Settings → Datasets → [dataset] → CI/CD, or include it when creating a dataset via the API:

Delivery

  • Sent as a single POST request with Content-Type: application/json
  • Fire-and-forget: AgentX does not retry on failure or timeout
  • Delivery is best-effort; build idempotency into your handler using run_id

Payload

Fields

scores[n] fields

Example receiver

Verifying delivery

Because AgentX does not sign webhook payloads currently, restrict your endpoint to known AgentX IP ranges or use the run_id to fetch the authoritative result from the API: