browser-use-sdk
Official Python SDK for Browser Use Cloud.
Install
uv add browser-use-sdk
Quick Start
Get your API key at cloud.browser-use.com/settings.
export BROWSER_USE_API_KEY=your_key
from browser_use_sdk import AsyncBrowserUse
client = AsyncBrowserUse()
result = await client.run("Find the top 3 trending repos on GitHub today")
print(result.output)
v3 Bring Your Own LLM Key
Add your provider API key in Browser Use project settings, then enable BYOK for v3 agent runs:
from browser_use_sdk.v3 import BrowserUse
client = BrowserUse(use_own_key=True)
result = client.run("Find the top 3 trending repos on GitHub today")
print(result.output)
Docs
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
browser_use_sdk-3.11.0.tar.gz
(216.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file browser_use_sdk-3.11.0.tar.gz.
File metadata
- Download URL: browser_use_sdk-3.11.0.tar.gz
- Upload date:
- Size: 216.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a86b388c230a7105d777bfe924095b24e00752c2dfe83f2a07d1745accd4a56c
|
|
| MD5 |
7330aa8527157b944770c85fedc74cb2
|
|
| BLAKE2b-256 |
524fe017060e3dcf437fed5381800cea7ab59169cc172585b5e3b3e8ccfd0f00
|
File details
Details for the file browser_use_sdk-3.11.0-py3-none-any.whl.
File metadata
- Download URL: browser_use_sdk-3.11.0-py3-none-any.whl
- Upload date:
- Size: 81.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3449549fabb2d93099bda32a5195f1e316f4c1bb7ebb8d552346e19bc9d87bb
|
|
| MD5 |
440d79722436ffe6fb0285fda9df1644
|
|
| BLAKE2b-256 |
112521feab2af838677811a43028a017bd3483f78824f0115b39a8eeae6689b5
|