Pixee · AsyncAPI Specification
Pixee Webhooks
Version 1.0
Pixee webhooks deliver real-time HTTP POST notifications when remediation events occur. This AsyncAPI document is a faithful reconstruction of the event types and payload schemas documented at https://docs.pixee.ai/api/webhooks (no provider-published AsyncAPI exists as of the generated date).
View Spec
View on GitHub
CompanySecurityApplication SecurityAppSecVulnerability RemediationStatic AnalysisSARIFCode SecurityAIDeveloper ToolsAsyncAPIWebhooksEvents
Channels
pixeeEvents
Endpoint that receives Pixee webhook POSTs.
Messages
fixGenerated
fixGenerated
A fix passes evaluation and is ready for delivery.
prOpened
prOpened
A pull request or merge request is created.
prMerged
prMerged
A fix PR is merged by a developer.
prClosed
prClosed
A fix PR is closed without merging.
triageCompleted
triageCompleted
A finding finishes triage classification (TRUE_POSITIVE / FALSE_POSITIVE / WONT_FIX).
scanCompleted
scanCompleted
A repository scan finishes processing.
Servers
https
subscriber
Customer-hosted endpoint registered via POST /api/v1/webhooks (signed with a shared secret).