Loading...
Loading...
Use the Browserbase CLI (`browse`) for Browserbase Functions and platform API workflows. Use when the user asks to run `browse`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use the top-level `browse` driver commands (`browse open`, `browse get`, etc.) only when the user explicitly wants the CLI path.
npx skill4agent add team2027/browserbase-skills browserbase-clibrowsewhich browse || npm install -g browse
browse --helpexport BROWSERBASE_API_KEY="your_api_key"browsebrowse templatesbrowserfetchbrowse openbrowse getbrowse clickbrowsebrowse functionsbrowse cloud sessionsbrowse cloud projectsbrowse cloud contextsbrowse cloud extensionsbrowse cloud fetch <url>browse cloud search "<query>"browse templatesbrowse openbrowse getbrowse clickbrowse skills installbrowse open <url> --localbrowse open <url> --auto-connectbrowse functions init my-function
cd my-function
browse functions dev index.ts
browse functions publish index.ts
browse functions invoke <function_id> --params '{"url":"https://example.com"}'browse functions invoke --check-status <invocation_id>browse cloud projects list
browse cloud sessions create --proxies --verified --region us-east-1
browse cloud sessions create --solve-captchas --context-id ctx_abc --persist
browse cloud sessions get <session_id>
browse cloud sessions downloads get <session_id> --output session-artifacts.zip
browse cloud contexts create --body '{"region":"us-west-2"}'
browse cloud extensions upload ./my-extension.zipbrowse cloud fetch https://example.com
browse cloud fetch https://example.com --allow-redirects --output page.htmlbrowse cloud search "browser automation"
browse cloud search "web scraping" --num-results 5
browse cloud search "AI agents" --output results.jsonbrowse templates list
browse templates list --tag Python --source Browserbase
browse templates clone form-filling --language typescript
browse templates clone amazon-product-scraping --language python ./my-scraperbrowse --help--help--output <file>browse cloud fetchbrowse cloud search--body--paramsbrowse functions ...browse cloud ...--base-urlBROWSERBASE_API_KEY--api-key--helpnpm install -g browsewhich browse