Claude Managed Agents run on Anthropic’s hosted platform. Install the browser-use CLI in the agent’s environment and it can drive a stealth cloud browser — with proxies, CAPTCHA solving, live view, and recording. Your API key stays in a credential vault; the model never sees it.
The sandbox can’t run a local browser, so the agent starts a named Browser Use Cloud browser and drives it with browser-use <<'PY' Python snippets.
1. Create an environment
Pre-install the CLI so it’s ready at session start (no runtime install).
2. Create a credential vault
Store your key as an environment variable so the CLI reads it and the model never does. Get one at cloud.browser-use.com/settings.
3. Create the agent
Tell it to use the CLI in cloud mode.
4. Start a session and send a task
The Console only observes; kick the agent off with a user.message event.
5. Watch it run
The agent starts a named cloud browser, runs Python helper snippets through browser-use, then returns the result. The session shows up in cloud.browser-use.com → Remote Browsers with a Live View and an mp4 recording.
Always use a cloud browser — the Managed Agents sandbox has no GUI, so a local
browser won’t start. Cloud mode also gives you stealth, residential proxies,
live view, and recording.