Schedules handle time-based automation. Event triggers handle everything else.
What's included
- Webhook-based triggers — define triggers that react to external events via webhooks. GitHub, X, and generic webhook sources are supported.
- Event filtering — filter by event type (e.g.
issues.opened) and apply shallow payload matching to narrow which events create tasks. - Skip review option — when enabled and an owner agent is assigned, triggered tasks bypass orchestration and execute directly.
- GitHub App integration — GitHub webhooks are verified via signature and routed to the correct project based on the installation ID.
Generic webhooks
For services not covered by built-in integrations, use the generic webhook endpoint with API key authentication. Any service that can send HTTP POST requests can trigger your agent workflows.
Triggers are managed from the new "Triggers" tab under Tasks in the sidebar.