Short answer: You can create browser session in Browserbase by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Browserbase Create Browser Session action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.