Cloud SDK
Typesafe Python and TypeScript SDKs for seamless cloud integration.
You can control the cloud API using the typesafe SDK.
from browser_use_sdk import BrowserUse
client = BrowserUse(api_key="bu_...")
task = client.tasks.create_task(
task="Search for the top 10 Hacker News posts and return the title and url.",
llm="browser-use-llm"
)
result = task.complete()
result.outputFor more information, check out the documentation.