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
- Configure trigger type and payload contract.
- Attach an agentspec and runtime settings.
- Execute and track run status.
- 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.