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.0.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.0.tar.gz.
File metadata
- Download URL: browser_use_sdk-3.7.0.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 |
4a7b9667ca75377041b9b9eb10969ae86fd9f69353c42d6b7e202f9b16083228
|
|
| MD5 |
1bd7041e0c59517d66688595bfc2ae0c
|
|
| BLAKE2b-256 |
531df782d947e580cdb39ebf55f2efb49176179d9fbc8b745aaa8268a7a2b059
|
File details
Details for the file browser_use_sdk-3.7.0-py3-none-any.whl.
File metadata
- Download URL: browser_use_sdk-3.7.0-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 |
135774d9c36ff14ad36dd111bbf0d1f799827319c3b34a00432094e7257d7a2c
|
|
| MD5 |
32ece3adaab2c82028586d1571c3b615
|
|
| BLAKE2b-256 |
9feb76aef33238aea9a85aab320ba9b1f257414005059206caa1f6d99b14091a
|