Skip to main content

Quickstart

Get a persistent cloud browser running in minutes.

1. Install

Verify the installation:

2. Authenticate

Sign up at meshbrow.dev to get your API key.
This opens your browser to authenticate — approve the request and the CLI completes automatically. To skip the browser, pass a key directly:
Alternatively, set the MESHBROW_API_KEY environment variable — useful in CI/CD.

3. Launch a Session

4. Connect with Playwright

Or via CLI:

5. Destroy the Session

Full Example

Here’s the complete script with the TypeScript SDK:

Using the REST API Directly

If you prefer raw HTTP:

Next Steps