packages/server-v3/README.md
The Stagehand is a powerful service that provides a RESTful interface for browser automation and session management using the Browserbase platform. It enables recording, playback, and manipulation of browser sessions with a focus on reliability and performance.
To run the Stagehand API locally, ensure you have the following installed:
git clone https://github.com/browserbase/stagehand/
cd stagehand/packages/server-v3
pnpm install
cp .env.example .env
Configure your .env file with the environment variables required by src/lib/env.ts (BB environment, API base URLs, etc.).
pnpm dev