Builder Agent
Purpose
Turn a business process into structured workflow context for our browser agent.How it works
- Kick‑off – Open a new workflow in the dashboard and describe the task. You can paste a detailed SOP or simply type a high‑level goal like “Log in and fill out this tracking form.”
- Schema discovery – Optionally provide JSON schemas for input variables and expected output. Skip this, and the agent infers them automatically.
- Interactive build – The agent launches a live browser preview, navigates the target site, and asks clarifying questions only when needed (e.g., login credentials, ambiguous clicks).
- Credential capture – Any secrets you share are stored in your vault and reused securely in subsequent runs.
- Graph generation – Each confirmed action converts into a node‑edge graph you can inspect, edit and version.
- Save & run – Once the agent completed the graph generation, hit Save to get a dedicated API endpoint for triggering this workflow.

