Short answer: Drop the "Browserbase → Create Browser Session" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Viewport Width browser_settings_viewport_width | string | Optional | Viewport Width |
Viewport Height browser_settings_viewport_height | string | Optional | Viewport Height |
Keep Alive keep_alive | options | Optional | Keep Alive. Options: No, Yes |
Proxies proxies | options | Optional | Proxies. Options: No, Yes |
{"browser_settings_viewport_width": "{{trigger.browser_settings_viewport_width}}","browser_settings_viewport_height": "{{trigger.browser_settings_viewport_height}}","keep_alive": "{{trigger.keep_alive}}","proxies": "{{trigger.proxies}}"}
{"id": "sess-abc","status": "RUNNING","connectUrl": "wss://...","seleniumRemoteUrl": "https://..."}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.