Skip to main content
Event-based triggers start Autonomous Agent Graphs on a schedule or when an external event occurs.
Platform Cron jobs are configured in IntegrationsTriggers or DeployCron job in Graph Studio. HTTP webhooks use Trigger APIs.

Trigger types

Cron example

  1. Create an Agent Build for the Autonomous Agent Graph.
  2. IntegrationsTriggers → create Cron trigger (or DeployCron job in Studio).
  3. Set the cron expression and initial message / user_variables if exposed in the UI.
  4. Assign the build to DEV; confirm in Observability logs.
  5. Promote to UAT / PROD when validated.
Design Cron flows to be idempotent — a missed or duplicate tick should not corrupt data.