Prerequisites
- An organization API key. Create one in your organization’s dashboard under API Keys. Keys are prefixed
vrl_and sent asAuthorization: Bearer <key>. - Node.js 20+ (for the Playwright example). Python users can adapt the snippet to
playwrightfor Python.
1. Create a Web Simulator
Create a simulator withtype: "Payer" and pick a portal slug from the catalog (radmd or covermymeds).
2. Create a Sandbox
Provision a live instance from the simulator. Verial mints a fresh username + password bound to this sandbox.3. Read the Credentials
Fetch the sandbox to pull the portal URL and login.4. Log In with Playwright
5. Verify State via the API
Any action taken in the browser updates sandbox state. Read it back through the REST API at theapi_url from step 3, using your organization API key:
6. Tear Down
Next Steps
Web Simulator Catalog
The supported portals and their config options.
Benchmarks
Compose web simulators into scored benchmarks.