v1
latestOpenAPI 3.0.3MIT2026-07-17241338.5 KBWebhooks
Ingest agent webhook event
Ingests a raw webhook payload (from GitHub, Gitea, or other providers) and dispatches it to matching AgentTriggerRule resources. Normalizes the event type from the payload structure automatically.
post/api/orgs/{org}/agents/webhooks/ingest
Path parameters
orgstring required
Example:default
Organization slug
Request body
Example request
{
"action": "opened",
"repository": {
"full_name": "org/my-repo"
},
"sender": {
"login": "alice"
}
}Response
Webhook processed