Webhooks
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.