Skip to main content

Triggers

Triggers let agents run from events and schedules, not only manual chat requests.

Trigger Types

  • One-shot/manual trigger runs.
  • Scheduled cron triggers.
  • Webhook-driven triggers.
  • Event stream triggers.

Operational Pattern

  1. Configure trigger type and payload contract.
  2. Attach an agentspec and runtime settings.
  3. Execute and track run status.
  4. Review trigger history and failure behavior.

Best Practices

  • Keep trigger payloads explicit and versioned.
  • Apply approvals and guardrails to high-impact actions.
  • Monitor trigger success/failure rates over time.

See also