Skip to main content
Automation AI lets you create, edit, and debug flows by describing what you want in plain language or by speaking your instructions. You don’t need to know the flow syntax to get started — the AI writes and updates the code for you. If you’d prefer to write flows manually, see Create a new flow.

Create a flow

From the Automate tab, open the AI chat panel on the right side of the screen.
Automate Chat

Type a description

Type a plain-language description of what you want the flow to do into the chat box and hit enter. For example: “Log in with a valid email and password and assert that the dashboard loads.”

Speak a description

Click the icon and speak your instructions.
Automation AI will create the required groups and flows if they don’t already exist.

What happens next

Automation AI generates the flow code and opens it in the editor. From here you can:
  • Run it immediately using the Run button to see it execute in the browser panel
  • Review the code if you want to understand or manually adjust what was generated
  • Ask the AI to change it by typing a follow-up instruction in the chat panel

Debug a failing flow

When a flow fails, click Fix with AI in the banner at the top of the editor. Describe the problem or let the AI interpret the error automatically. For manual debugging, see Debug tests & flows.

Import a third-party library

In the AI chat panel, ask Automation AI to import the package you need. It will handle the entire process automatically.
Last modified on March 31, 2026