Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sandbox configuration reference
BROWSER_USE_API_KEY
str
cloud_profile_id
None
cloud_proxy_country_code
cloud_timeout
int
on_browser_created
Callable
on_log
on_result
on_error
@sandbox( cloud_profile_id='550e8400-e29b-41d4-a716-446655440000', cloud_proxy_country_code='us', cloud_timeout=60, on_browser_created=lambda data: print(f'Live: {data.live_url}'), ) async def task(browser: Browser): agent = Agent(task="your task", browser=browser, llm=ChatBrowserUse()) await agent.run()
Was this page helpful?