Create Browser Session
infra.browser.create_sessionCreate a managed headless browser session. Returns session ID and WebSocket URL for Puppeteer/Playwright with region and proxy options.
Instructions
⚡ ACTION: Create a managed headless browser session on Browserbase infrastructure. Returns session ID and WebSocket connect URL for Puppeteer/Playwright. Choose region (US/EU/Asia) and optional residential proxy. Sessions auto-expire after 5 minutes of inactivity (Browserbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxy | No | Use residential proxy for the session (default false) | |
| region | No | Browser region (default us-west-2) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |