Stagehand CLI
The official CLI for the Stagehand REST API.
It is generated with Stainless.
Installation
Installing with Go
go install 'github.com/browserbase/stagehand-cli/cmd/stagehand@latest'
Running Locally
go run cmd/stagehand/main.go
Usage
The CLI follows a resource-based command structure:
stagehand [resource] [command] [flags]
stagehand sessions start
For details about specific commands, use the --help flag.
Global Flags
--debug - Enable debug logging (includes HTTP request/response details)
--version, -v - Show the CLI version