Prerequisites
There are two main ways to get started with Hyperbrowser:- For SDK use, install the SDK and grab your API key from the Hyperbrowser Dashboard.
- For CLI use, install
hxand runhx configure --api-key <your_api_key>once.
Setup
Quick Example
Start Here
Creating Sandboxes
Create a sandbox from a base image or snapshot and configure runtime options.
Base Images
Choose from the built-in
node, python, and node-chromium images.Custom Images
Build and upload your own Docker-based runtime image with the CLI.
Local Filesystem
Read, write, watch, upload, download, and presign file transfers.
Core Capabilities
Processes
Run one-shot commands or manage long-running background processes.
Terminal
Open interactive terminal sessions inside a running sandbox.
Snapshots
Capture memory snapshots and restore new sandboxes from them.