Remove BROWSERBASE_PROJECT_ID requirement (#625)

* Remove BROWSERBASE_PROJECT_ID requirement

The Browserbase API no longer requires a project ID to create sessions —
it is inferred from the API key. Remove the env var requirement from both
the TypeScript daemon and Rust CLI, and update docs accordingly.

* Remove unnecessary Content-Type header since no body is sent
This commit is contained in:
Derek
2026-03-11 22:40:30 -05:00
committed by GitHub
parent 18c3112dbd
commit cc82dd137c
4 changed files with 4 additions and 16 deletions
-1
View File
@@ -120,7 +120,6 @@ Use cloud browser infrastructure when local browsers aren't available:
```bash
# Browserbase
export BROWSERBASE_API_KEY="your-api-key"
export BROWSERBASE_PROJECT_ID="your-project-id"
agent-browser -p browserbase open https://example.com
# Browser Use