Cloud browsers for web automation and code sandboxes for secure execution — unified under a single SDK. Build scrapers, AI agents, testing pipelines, and more.
Launch fully isolated Chromium instances in the cloud. Each session gets its own micro-VM, IP address, and browser profile. Connect with Puppeteer, Playwright, or raw CDP — your existing code works unchanged.
import { BrowserCloud } from "banata-boxes/sdk"const cloud = new BrowserCloud()const { cdpUrl } = await cloud.launch({ stealth: true, proxy: { country: "US" },})const browser = await puppeteer.connect({ browserWSEndpoint: cdpUrl,})Every feature you need to scrape, test, and automate at scale. From stealth mode to live debugging, it's all included out of the box.
Sessions launch in the nearest region to your target. Automatic failover keeps sessions alive even if a region goes down.
Pre-warmed browser pools mean your session is ready before your code finishes the API call. No more waiting.
Every session ships with residential proxies, human-like fingerprints, and automatic CAPTCHA solving. Zero config.
Watch sessions in real-time, connect DevTools via CDP, or record full sessions as MP4 for later review.
Every browser runs in its own micro-VM with a dedicated IP. No session can see another — by design.
Go from 1 to 10,000 concurrent sessions with a single parameter change. Infrastructure scales automatically.
Spin up isolated containers to run untrusted code. Execute Python scripts, Node.js programs, or Bun applications in a fully sandboxed environment with file system access, package installation, and real-time output streaming.
import { BrowserCloud } from "banata-boxes/sdk"const cloud = new BrowserCloud()const sandbox = await cloud.sandbox({ runtime: "python", packages: ["pandas", "requests"],})const result = await sandbox.exec( `import pandas as pd print(pd.read_csv("data.csv").head())`)Sandboxes are perfect for AI agents that generate code, data processing pipelines, or any workflow that needs secure server-side execution.
Run code in Python, Node.js, or Bun. Each sandbox gets its own isolated filesystem, network stack, and resource limits.
Pre-warmed sandbox pools mean your code starts executing almost instantly. No container boot delays.
Install any package from pip, npm, or bunx on the fly. Dependencies persist for the lifetime of the sandbox.
Read, write, and manage files inside the sandbox. Upload input files, generate outputs, and download results.
Stream stdout and stderr in real-time via WebSocket. Watch your code execute live — perfect for long-running tasks.
Combine sandboxes and browsers in a single workflow. Scrape with a browser, process in a sandbox, repeat.
Whether you're building AI agents, scraping pipelines, or testing frameworks — Banata's browsers and sandboxes have you covered.
Give your AI agents real browsers and code execution. Let them browse the web, fill forms, extract data, and run analysis code — all through tool calls.
Scrape any website with stealth browsers and residential proxies. Process extracted data in sandboxes. Handle millions of pages per day.
Run your Playwright or Puppeteer test suites in the cloud. Parallel execution across regions. Full session recordings for debugging failures.
Run user-submitted or AI-generated code safely. Each execution is fully isolated with resource limits, network controls, and automatic cleanup.
Built on bare metal infrastructure optimized for browser and sandbox workloads. Every millisecond matters.
Free tier includes 5 browser hours and 5 sandbox hours per month. No credit card required.