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.7.1.tar.gz
(203.1 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.7.1.tar.gz.
File metadata
- Download URL: browser_use_sdk-3.7.1.tar.gz
- Upload date:
- Size: 203.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f41ec24a965c5fe04bfbf3673f300a0a4358d8045ec957af5424e1d671746a1
|
|
| MD5 |
3f07f4e6934fff0f8dc733bae5968025
|
|
| BLAKE2b-256 |
ce0ad29e5452cc014fdd1698f097be712578cd65ac1abaca41293ff948eecb76
|
File details
Details for the file browser_use_sdk-3.7.1-py3-none-any.whl.
File metadata
- Download URL: browser_use_sdk-3.7.1-py3-none-any.whl
- Upload date:
- Size: 63.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61ed50597c5d63b5ab24186397c5fe6182b244b9338753e07f0ac792bd309763
|
|
| MD5 |
903ebdded494d186ffd438c96319fdf4
|
|
| BLAKE2b-256 |
3f69906bdb2f67a1683376f666ab2d9efd51ecaabe852444769345eb665ffe26
|