Skip to content
Spreadsheets & DatabasesReal-timeUpdated May 2026

Browserbase

Browserbase headless browser sessions

Browserbase runs managed headless Chromium sessions on its own infrastructure — built for AI agents and scrape workflows that need a stable browser without the operational headache of managing the runtime. Tiny Command exposes six actions against the session lifecycle: Create Session (returns a session ID, connect URL, and a debug URL), Get Session, List Sessions, Get Debug URL (returns the live VNC-style viewer link for an in-flight session), Get Recording (returns the rrweb-format recording of a completed session for replay), and Close Session (terminates and releases the session slot). There are no triggers — Browserbase is action-only, fitted into workflows that orchestrate scraping or LLM-driven browsing. The connection authenticates with a Browserbase API key at project scope; sessions billed against the project. The typical pattern: Create Session → run Playwright/Puppeteer code against the connect URL (in a Code step or separate process) → Close Session in a finally block to avoid stranded sessions on partial failures.

0triggers
6actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Browserbase can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Close SessionStops a session early and releases the slot. Call this in a workflow's finally block to avoid orphaned sessions consuming slots. Sessions auto-close at the configured timeout (default 60min); explicit close saves cost on short jobs.
Create Browser SessionStarts a new headless Chromium session. Returns a session ID, connect URL (for Playwright), and debug URL (live VNC viewer). Optional context_id to reuse a saved auth profile, optional proxies for residential routing.
Get Debug URLReturns the short-lived live-viewer URL for an in-flight session. Open in a browser to watch the headless Chromium in real time — useful for debugging "why did the scrape break" or "what did the agent actually see" mysteries.
Get Session RecordingReturns the rrweb-format recording of a completed session. Replay with the rrweb-player library to reconstruct the session's DOM mutations and user input. Useful for after-the-fact debugging of failed runs.
Get SessionReturns metadata for a specific session — status, runtime, region, configured proxies. Useful for monitoring active sessions or auditing past runs.
List SessionsPaginated session history with status filters. Useful for "any orphaned sessions still consuming slots?" cleanup or for capacity planning around session quota usage.
Recipes

Pre-built Browserbase workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Browserbase once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Browserbase field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Browserbase integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Browserbase to Tiny Command?
Open the Tiny Command workflow builder, drop in a Browserbase node, and click Connect. Authorize Browserbase once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Browserbase triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Browserbase today. Use Tiny Command's universal Webhook or Schedule trigger to start Browserbase workflows, then run any Browserbase action you need.
What Browserbase actions can I run from a workflow?
6 Browserbase actions are available out of the box, covering spreadsheets & databases operations like "Close Session". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Browserbase integration real-time?
Browserbase actions execute synchronously inside your workflow. Tiny Command waits for Browserbase's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Browserbase with Tiny Command?
No. Every Browserbase trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Browserbase API endpoint directly.
How much does the Browserbase integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Browserbase integration itself has no per-app surcharge.
Related

More spreadsheets & databases apps people connect.

Same category as Browserbase, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Browserbase.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.