Create your first workflow
Create a new workflow
Click Create new workflow from your Dashboard. We provide the starting URL and test data the agent will need to complete
the task below.We’ll use a U.S. Department of Transportation form with VIN (vehicle identification number) data:
Starting URL
Example Test Data
Prompt the agent
Prompt the agent through chat to start the task. The agent generates and executes code to follow your instructions.We’ll start with a simple prompt.You can continue prompting to build on top of the workflow, including scraping information from the page.In this example, we’ll scrape all the vehicle information found.
Example prompt
Scrape vehicle info
This is a simple example to get you started. In production, Simplex handles forms with 100+ fields, branching logic, and multi-step flows across complex web portals.
Run the workflow
Now that we’ve built our workflow, let’s run it in production.Step 1: Open production view
Click Workflow Runs in the top right for your newly created workflow, then click Run Production Workflow.
Step 2: Fill variables
Simplex automatically generates a variables schema for our production workflow based on the shape of the test data you provide.With the example case, this means that the production workflow expects a
VIN and Year field, both strings.We’ll test our production flow with the same data for verification and just do 1 run.Example Test Data
Next steps
- Variables and Test Data — Dynamic data in workflows
- Branching Logic — Conditional paths in complex forms
- Structured Outputs — Extract specific data from workflows
- How Simplex Works — Understand the full lifecycle
- Python SDK — Integrate via the Python SDK
- TypeScript SDK Examples — Integrate via the TypeScript SDK
