Trigger Types
Event Triggers
Internal agent events that reactive routines can listen for:
Event triggers can filter by additional criteria. For example, a routine can listen for
memory.write on a specific path:
Webhook Triggers
Reactive routines can expose an HTTP endpoint that fires the routine when called:Webhook trigger endpoints are not yet exposed in the web gateway UI. Create webhook routines via the
routine_create tool or via direct chat until UI support is added.