Webhooks
Create Webhook
Register a webhook for events
POST
Register a webhook endpoint to receive real-time notifications for test runs, evaluations, and optimizations.
Supported Events
string
required
Webhook endpoint URL (must be HTTPS)
array
required
Events to subscribe to
string
required
Secret for signature verification (use for validating webhook authenticity)
string
required
Webhook identifier
string
required
Webhook URL
array
required
Subscribed events
boolean
required
Whether webhook is active
Webhook Payload
When an event occurs, Playgent sends a POST request to your webhook URL:Verifying Signatures
Verify webhook authenticity using theX-Playgent-Signature header:

