How to create automations
Learn how to define automations that trigger actions based on events.
Create an automation
On the Automations page, select the + icon to create a new automation. You’ll be prompted to configure:
- A trigger condition that causes the automation to execute.
- One or more actions carried out by the automation.
- Details about the automation, such as a name and description.
You can manage automations with the Prefect CLI, Terraform provider, or Prefect API.
Create automations with the Python SDK
You can create and access any automation with the Python SDK’s Automation
class and its methods.