Webhooks (Coming Soon)
Planned: receive events when runs or monitor evals finish.
Outbound webhooks are on the PeerLM roadmap. When available, webhooks will notify your systems when key events occur — such as evaluation runs completing, monitor evals finishing, or model versions changing.
Planned Capabilities
- Event notifications — receive HTTP POST callbacks when runs complete, fail, or when monitor evals produce recommendations
- Signed payloads — HMAC-SHA256 signature verification for secure integrations
- CI/CD integration — use pass/fail verdicts to gate deployments automatically
Available Now
In the meantime, you can use these alternatives:
- REST API polling — use
GET /runs/:idorGET /audits/:idto check status programmatically. See API Endpoints. - Email notifications — configure email alerts for auto-run and auto-eval completions in your suite or monitor settings
- Slack notifications — add a Slack webhook URL to your monitor schedule for auto-eval alerts
Note: Webhooks are under active development. Check back for updates, or contact support to express interest and help prioritize specific event types.