Automations
Platform
Text size
Automations
Automations trigger agents and workflows on a schedule or via webhook. Use them for recurring work that should not wait for someone to start a chat.
Open Workspace Settings → Agents and automation → Automations.
Catalog
- Click Create Automation to open New Automation.
- Search schedules and webhooks.
- Filter by All, Schedule, or Webhook.
Each row shows type, status (for example Active), name, and the bound target.
Create a schedule automation
- Click Create Automation. The dialog title is New Automation.
- Keep Schedule selected (Runs automatically at a set time. Daily, hourly, or on a custom cron.).
- Under What should it target?, open the picker, choose Agent, Workflow, or App, then search and select one.
- Optionally click Generate Details to draft fields from a plain-English request.
- Under What should it do each time?, enter the action prompt.
- Under When should it run?, pick a frequency: Every 15 mins, Every 1 hr, Daily at 9:00 AM, Weekly Monday 9:00 AM, or Custom.
- Expand Other details to set the automation name (for example
docs-capture-hourly-sre-check). - Optionally click Create new channel or select existing notification channels. If none exist, the dialog shows No notification channels yet.
- Click Create Schedule to activate, or Cancel / Close to discard.
Example schedule values:
| Field | Example |
|---|---|
| Kind | Schedule |
| Target | Agent (pick any existing agent) |
| Name | docs-capture-hourly-sre-check |
| When | Every 1 hr |
| Action | Summarize open Grafana alerts for the Demo Workspace and list likely root causes. |
Create a webhook automation
- Click Create Automation.
- Select Webhook (Runs when triggered by an external tool like Grafana, PagerDuty and GitHub etc.).
- Choose a target (agent, workflow, or app).
- Enter a name, for example
docs-capture-github-pr-webhook. - Enter the action the target should run when the webhook fires.
- Optionally open advanced options and set allowed CIDRs (use Add my IP when available).
- Optionally select notification channels.
- Save, then copy the webhook URL into the external system. Or Cancel to discard without creating.
Pair an automation with a workflow when the task has multiple steps.