Docs

Automations

Automations

Schedule and trigger agent tasks automatically.

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:

ExpressionMeaning
0 9 * * 1-5Weekdays 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

  1. Go to Automations > New
  2. Choose a trigger type
  3. Select an agent
  4. Write a prompt describing what the agent should do
  5. Save and enable

Monitoring

View run history, status, and output from the automation detail page.