Now in public beta

Browsers & sandboxes
on demand

Spin up isolated browser sessions and code sandboxes through a single API. Automate anything on the web.

Developer first

Three lines to a
live browser or sandbox

Call cloud.launch() for a browser or cloud.sandbox() for a code sandbox. Connect with Puppeteer, Playwright, or run code in Python, Node.js, and Bun.

Browser cold start~1.2s
Sandbox warm start~50ms
Per-second billingFrom $29/mo
launch.ts
123456789101112131415
import { BrowserCloud } from 'banata-boxes/sdk'
import puppeteer from 'puppeteer-core'
 
const cloud = new BrowserCloud({
apiKey: process.env.BANATA_API_KEY!
})
 
const { cdpUrl, close } = await cloud.launch({
weight: 'medium',
stealth: true,
})
 
const browser = await puppeteer.connect({
browserWSEndpoint: cdpUrl,
})
TypeScriptUTF-8Ln 15
Built for scale

Everything you need to
automate the web

us-east-1
eu-west-1
ap-se-1

Global edge network

Sessions launch in the region closest to your target. 12 edge locations across North America, Europe, and Asia-Pacific with automatic failover and sub-second cold starts.

12 regions< 1.2s cold startAuto-failover
sandbox
$
$

Code sandboxes

Run untrusted code in fully isolated containers. Python, Node.js, and Bun — each sandbox gets its own filesystem, network stack, and resource limits.

PythonNode.jsBun50ms warm start

Full session isolation

Every browser session runs in its own micro-VM with a dedicated IP. Zero data leaks between sessions. Browser state, cookies, and cache are wiped on disconnect.

Micro-VMDedicated IPAuto-cleanup
UNDETECTED

Built-in stealth mode

Residential proxies across 195 countries, human-like browser fingerprints, and automatic CAPTCHA solving. Every session looks like a real user.

195 countriesAnti-detectCAPTCHA solving
LIVE

Live session debugging

Watch sessions in real-time with live screenshots. Record full sessions as MP4. Connect DevTools via CDP for step-through debugging while automations run.

Live viewMP4 recordingDevTools
18 / 10,000

Scale to thousands

Go from 1 to 10,000 concurrent sessions with a single API call. No infrastructure to manage, no pools to pre-warm. Pay only for the seconds you use.

10k concurrentPer-second billingAuto-terminate
Compatibility

Works with your
existing stack

Connect browsers with any CDP-compatible client, or spin up sandboxes in Python, Node.js, and Bun. Swap one line — your endpoint — and everything else stays the same.

Browser automation
Sandbox runtimes
Protocols
Puppeteer
Full API support
Playwright
All browsers
Se
Selenium
WebDriver protocol
Chromium
Native CDP access
CDP
Raw WebSocket
Python
Browsers & sandboxes
JS
Node.js
First-class SDK
Bun
Sandbox runtime
Docker
Self-hosted option
WebSocket
Real-time streams

Browsers via browserWSEndpoint. Sandboxes via sandbox.exec(). One SDK for both.

Browsers & sandboxes.
One API call away.

Launch isolated browser sessions or spin up code sandboxes in Python, Node.js, and Bun — all through a single SDK. Free tier included, no credit card required.

12 edge regions
3 sandbox runtimes
Sub-second cold starts
5 hrs
Free browser time
5 hrs
Free sandbox time
< 2s
First session
$29
Starting price
terminal
$ npm install banata-boxes/sdk
$ export BANATA_API_KEY=your_key
✓ Ready to launch browsers & sandboxes
Banata

© 2026 Banata. All rights reserved.