Playground
Write, Test, and Run
Browser Automation Scripts
An interactive environment with a built-in code IDE, sample scripts, and one-click execution against any browser profile. Supports Puppeteer and Playwright out of the box with full SDK and API access for Python and Node.js.
Zero configuration
The playground comes pre-loaded with all dependencies, autocomplete, and live console output so you start writing code immediately.
Run against any profile
Select a browser profile, hit run, and watch your script execute in a live cloud session with full VNC visibility.
Production-ready SDK
Everything you build in the playground can be deployed via the REST API or native SDKs with no changes to your code.
Developer tools
A complete environment for browser automation
const page = await browser.newPage(); await page.goto('https://...'); const data = await page.evaluate();
Built-In Code IDE
A full-featured editor with syntax highlighting, autocomplete, and error detection built directly into the dashboard. No external tools required.
Puppeteer & Playwright Support
Write scripts in Puppeteer or Playwright with all libraries pre-installed. Switch between frameworks in a single click.
Sample Script Library
Start from pre-built templates for common tasks like data extraction, form submission, and navigation flows. Modify and extend as needed.
Run Against Browser Profiles
Select any configured browser profile and execute your script in a live cloud session with that profile's fingerprint, cookies, and proxy.
SDK & API Access
Export scripts to production using the REST API or native SDKs. Trigger runs programmatically from your own backend with full documentation.
Python & Node.js Code Samples
Copy-paste ready code samples in both Python and Node.js so developers can integrate browser automation into any stack in minutes.
const page = await browser.newPage(); await page.goto('https://...'); const data = await page.evaluate();
Interactive Environment
From idea to running script in under a minute
The playground gives you a live coding environment where every change is reflected in real time. Write your logic, pick a target profile, and hit run. Console output and VNC streams show you exactly what the browser is doing at every step so you can iterate without switching between tools.
SDK & API
Move from prototype to production without rewriting
Everything you build in the playground uses the same API surface as the production SDK. When your script is ready, export it and trigger runs from your own codebase using Python or Node.js. Authentication, session management, and error handling are all documented with copy-paste examples.
Automate your browser workflows
Stop switching between tools. Start scripting in the browser.
Write, test, and deploy automation scripts from one interactive environment with zero configuration.