Sandboxes are the easiest way to run Browser-Use in production. We handle agents, browsers, persistence, auth, cookies, and LLMs. It is also the fastest way to deploy - the agent runs right next to the browser, so latency is minimal.Documentation Index
Fetch the complete documentation index at: https://docs.browser-use.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your API key at cloud.browser-use.com/new-api-key — new users get 5 free tasks.
Basic Example
Wrap your function with@sandbox():
With Cloud Parameters
cloud_profile_id- Use saved cookies/authentication from your cloud profilecloud_proxy_country_code- Route through country-specific proxy for stealth (bypass captchas, Cloudflare, geo-blocks)cloud_timeout- Maximum time browser stays open in minutes
For more parameters and events, see the other tabs in this section.