Skip to main content
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.
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

What each does:
  • cloud_profile_id - Use saved cookies/authentication from your cloud profile
  • cloud_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.