Skip to main content

Get started with a Puppeteer Node.js template

Get started with Browserbase and Puppeteer in Node.js.
1

Get your API key

Your API key is displayed in the Dashboard Navigation row. The API key is all you need to get started. The project is inferred from your API key.
Copy your API key and update your .env by adding the BROWSERBASE_API_KEY entry.Alternatively, you can temporarily set the environment variable for a single bash command by prefixing it with BROWSERBASE_API_KEY=<your_api_key> in your terminal.
2

Install dependencies


3

Update your code or clone a template

Running your existing code with Browserbase only requires a few line changes:
Set your BROWSERBASE_API_KEY in the environment variables.
4

Inspect the completed session

Find your recent sessions on the overview dashboard:
Select a session to inspect it with the Session Inspector.

Start building

Using browser sessions

Learn how to connect to and interact with browser sessions effectively.

Managing sessions

Understand how to properly end sessions and manage their lifecycle.