Automations let you run agent tasks on a schedule or in response to events.
Trigger Types
Cron Schedule
Run tasks at specific times using cron expressions:
| Expression | Meaning |
|---|---|
0 9 * * 1-5 | Weekdays at 9 AM |
0 */6 * * * | Every 6 hours |
0 0 1 * * | First of every month |
Event Triggers
React to webhook events from:
- GitHub — push, pull_request, issues, releases
- Linear — issue create/update, comments, project updates
Creating an Automation
- Go to Automations > New
- Choose a trigger type
- Select an agent
- Write a prompt describing what the agent should do
- Save and enable
Monitoring
View run history, status, and output from the automation detail page.