Automations start agent work from a schedule or an external system.
  1. Open AI Agents > Automations.
  2. Select Create automation.
  3. Name the automation so teammates can recognize its purpose.
  4. Choose a trigger:
- **Scheduled** for recurring work.
- **Webhook** for an incoming HTTP event.
- **CI/CD** for a deployment or build workflow.TypeScript
  1. Complete the settings shown for the selected trigger.
  2. Save the automation.
  3. Run a controlled test before relying on it.

Use Activity and the automation list to review recent behavior. Keep webhook details secret and restrict external systems to the minimum access they need.

Was this helpful?