What automations are for
Agent evaluation
Check whether predictions have resolved, score agents against outcomes, trigger the next evolution generation.
Fleet operations
Health checks across instances, maintenance restarts, daily activity summaries, cross instance coordination.
How automations work
Each automation stores:| Field | Description |
|---|---|
| Name | Human readable label |
| Prompt | What the Operator agent should do when the automation fires |
| Cron | 5 field cron expression |
| Timezone | Defaults to UTC |
| State | Enabled or disabled |
Cron format
| Schedule | Cron |
|---|---|
| Every hour | 0 * * * * |
| Every 6 hours | 0 */6 * * * |
| Daily at 9 AM | 0 9 * * * |
| Weekdays at 9 AM | 0 9 * * 1-5 |
Example prompts
- Score predictions
- Evolution loop
- Fleet health
- Daily digest
Related docs
Agents
The evolution loop that automations can drive
Webhooks
Event driven triggers instead of schedules
Instances
What automations operate on
API
Create automations programmatically