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://browseruse-0aece648-cursor-proxy-indicator-and-text-6cda.mintlify.app/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 signups get $10 free.
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.