Available regions
Choose fromus-east, eu-west, and ap-southeast.
Region selection is available on Start-Up and Enterprise plans, at the same usage rates as default browsers. If you omit region when creating a browser or pool, it defaults to us-east.
Regional browsers support CPU browsers, browser pools, and Managed Auth. Regional support for GPU browsers, Apps, and Invocations is coming soon.
Create a regional browser
Setregion when creating a browser. You can run browsers in multiple regions within the same project; there’s no account-wide region setting.
cdp_ws_url as usual. Your existing Playwright or CDP code doesn’t need to change, and the browser’s live view connects to the selected region.
You can also choose Region in the browser configuration dialog in the dashboard before launching a browser.
A browser’s region is fixed when you create it. To use a different region, create a new browser.
Run Managed Auth in a region
A Managed Auth connection stores a default browser region for its initial login, health checks, and automatic reauthentication. In the dashboard, choose Region under Advanced options when you create a connection, or under Browser defaults when you edit one. With the CLI, pass--region when you create or update a connection:
--region to kernel auth connections login. The override applies only to that login.
The MCP server exposes the same behavior through browser_region on manage_auth_connections:
region to open_auth_login. See Connection Configuration for SDK examples and update semantics.
Create a regional browser pool
Setregion when creating a pool, or choose Region in the dashboard’s pool creation dialog:
List browsers by region
Passregion to filter a browser list:
region; requests to get or delete a resource by ID don’t need a region parameter.
What stays global
- Profiles and extensions aren’t tied to a region. You can reuse your existing profiles and extensions with browsers in any region within the same project.
- Proxy configurations can be reused across regions. Browser region chooses where the browser runs; proxy location controls the exit IP websites see.
- Concurrency and rate limits apply across all regions combined, not separately in each region. Browser pool capacity counts toward the same concurrency limit.