Browser automation agents for vertical AI companies

Simplex's agents handle branching logic and edge cases across long, 100+ question workflows.

Try for free

A team from world-
class institutions

MITY CombinatorWaymoTesla
Use Cases

Built for complex form filling.

Battle-tested on legacy portals across verticals.

Healthcare Portals

Fill out 200+ question prior authorization or provider enrollment forms, matching different ICD codes, states, or insurances automatically.

ERPs
Insurance Portals
Home Services Portals
... and more
How it works

Build browser automations with Simplex's editor.

Features
Branching logicCode executionDeterministic scrapingCAPTCHA solvingStealth browsersStructured outputsVariable schemasWorkflow IDE
Branching logicCode executionDeterministic scrapingCAPTCHA solvingStealth browsersStructured outputsVariable schemasWorkflow IDE

Features that handle edge cases for robust workflows.

Code execution with branching logic

Deterministic code with conditional paths, loops, and error handling.

Variables
typerequired
pharmacystring
flow.py
type="pharmacy"
1v = load("variables.json")
2
3await click("#login")
4
5if v["type"] == "pharmacy":
6 await select("Specialty Pharmacy")
7
8if v["type"] == "prescriber":
9 await select("Medical Clinic")
10
11await click("Next")
running

Structured Outputs

Type-safe schemas for predictable data extraction.

schema.json
{
"auth_number": "string",
"status": enum
}
Extracted
auth_numberstring
PA-2024-88471
statusenum
approved

Flexible variable definitions

Define inputs and test before deployment.

Test Data
patient_inforequired
{...}object
procedure_coderequired
99213string
submit_authoptional
default: Falseboolean

Ready to automate complex form filling?