Lexmount provides cloud-based browser instances for running browser automation tasks. Supports session persistence, login state management, and large-scale parallel execution.Documentation Index
Fetch the complete documentation index at: https://docs.bubench.lexmount.io/llms.txt
Use this file to discover all available pages before exploring further.
Service Endpoints
Lexmount offers two production regions. Choose the one closest to where your evaluation is running:| Environment | Console | API base URL |
|---|---|---|
| Production (mainland China) | browser.lexmount.cn | https://api.lexmount.cn |
| Production (international) | browser.lexmount.com | https://api.lexmount.com |
LEXMOUNT_BASE_URL in .env or lexmount_base_url in config.yaml when running from outside mainland China.
Prerequisites
Get API Key
Register at the Lexmount console (browser.lexmount.cn for mainland China, browser.lexmount.com for international) and apply for an API Key.
Configuration
Add credentials to.env:
cp config.example.yaml config.yaml), then configure the cloud browser for the target agent in the root config.yaml:
Login Contexts
For tasks requiring login, use thebubench login subcommand to create a persistent Lexmount context that stores the login state. At evaluation time the runtime auto-forks this context based on each task’s target_website — one login serves many concurrent runs.
Step 1: Save a Login
Step 2: Login Flow
Run the command
bubench login add <site> creates the context, opens a remote session, and prints an Inspect URLLog in via the browser
Open the Inspect URL locally — the remote Chrome is already navigated to the target site. Log in normally
browser_data/login_contexts/index.json.
Step 3: Other Commands
Running Tasks with Login
Any task withlogin_required: true whose target_website resolves to a saved site will auto-mount the matching context — no extra flags needed:
Advantages
No Local Browser
Runs in server environments without Chrome installed
Session Persistence
Login state persists across tasks, no repeated logins
Parallel Execution
Supports multiple browser instances running in parallel
Stable & Reliable
Cloud-isolated environment avoids local resource conflicts