AsyncAPI channel · Pixee
· Pixee Webhooks
/webhooks/pixee
Endpoint that receives Pixee webhook POSTs.
Channel address
/webhooks/pixee
Operations
receive
receiveEvents
Messages
fix.generated
A fix passes evaluation and is ready for delivery.
Content-Type:
pr.opened
A pull request or merge request is created.
Content-Type:
pr.merged
A fix PR is merged by a developer.
Content-Type:
pr.closed
A fix PR is closed without merging.
Content-Type:
triage.completed
A finding finishes triage classification (TRUE_POSITIVE / FALSE_POSITIVE / WONT_FIX).
Content-Type:
scan.completed
A repository scan finishes processing.
Content-Type:
About AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.