Python SDK for the Browser Use cloud API
Project description
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
Project details
Release history Release notifications | RSS feed
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.8.0.tar.gz
(214.9 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.8.0.tar.gz.
File metadata
- Download URL: browser_use_sdk-3.8.0.tar.gz
- Upload date:
- Size: 214.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b172b582c973d665b6947ad9ca916ee041341d0b3764f426403faf4eacdb8c62
|
|
| MD5 |
5df67bb4f8bc056d02c8fb4e626cac0a
|
|
| BLAKE2b-256 |
a642feefdbba5463ec269e4e30d5b4e692caddd28a3d3f287af05dce4defc6d9
|
File details
Details for the file browser_use_sdk-3.8.0-py3-none-any.whl.
File metadata
- Download URL: browser_use_sdk-3.8.0-py3-none-any.whl
- Upload date:
- Size: 64.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7f73799583d7cc4e9d7f1f2cd495437899c202511efdd795899d13616b76447
|
|
| MD5 |
db4900226460bed2dc5b7303ae76ab3c
|
|
| BLAKE2b-256 |
b131c0b16134d0c2c29604f3b81d2f08a997119af1ef57ac71cba4648a6cf6ac
|