Click Add Workflow. This opens a single wizard with three steps:
Source — choose how you want to start: Template (browse a curated gallery of ready-made templates), Blank (start empty, triggered or lambda), Marketplace (browse and install a community-published workflow, with its permissions shown before you install), or Import (load a workflow from a .awf file or a URL).
Choose — pick the specific template, marketplace listing, or file/URL for the source you selected (skipped for Blank).
Details — name your workflow, add an optional description, and pick where it’s saved (this defaults to your storage preference; anonymous users save to Local).
Click Create, then Add first step… on the canvas.
Search for a node you want (for example Get Selected Text) and add it.
Click the node to open its settings and choose the options you want.
Add more nodes and connect them.
To test, open the page you want to automate, then click Execute Workflow.
Click each node to see its output.
When you open a template (or any pre-wired workflow) for the first time, the editor shows a checklist of what’s missing before you can run it — such as a credential to connect or a required field to fill in. Fix each item from the checklist, then click Run once everything is ready.
You can automate tasks such as:
Extracting page content
Interacting with forms or elements
Processing data with AI
Branching logic or loops
Combining browser and external data
If you’re new, try the Quick Intro Tutorial first to experiment with basic browser nodes.
Best for testing, or when you want to decide exactly when to run:
Open the page you want to automate.
Open the extension and choose your workflow.
Click Execute Workflow.
Nodes will run in order using the current page state.
After a run finishes, the canvas shows what actually happened in plain words — not raw logs. On success, you get the real-world effect of the run (for example, “Sent to #general”) plus a link to verify it yourself. On failure, you get the plain-language cause and one concrete next action to try, with the option to show technical details if you need them.