Build the workflow
Our browser agent executes workflows. You can think of a workflow as a container for all the necessary context our agent needs to automate a business process reliably. Here’s how you can build your first workflow:- Navigate to your workflows page and hit “New Workflow”.
- Build the workflow by chatting with our builder agent. The agent will suggest variables to parameterize your workflow and make it reusable.
- Test the workflow using our playground. Make edits with our workflow editor.
Run the browser agent
Now that you have built the initial context, you can trigger the browser agent over our API. Note that therun_input_variables were automatically generated by the builder agent including a full JSON schema. Check our API spec for more info.

