Give the task a browser.
Route the browser step through an isolated session. Test the exact actions, domains, and permissions the task requires.
An AI agent sandbox separates browser work from the host environment. Its real boundary depends on permissions, credential scope, network access, and retention. Test each control before use.
Task scope
browser actions. selected sites. required data.
Outside scope
local profile. unrelated credentials. host files.
[ THE CONCEPT ]
A sandbox is an isolated environment. Its boundary comes from permissions, mounts, network access, credentials, and retention. The label alone proves nothing.
Isolation matters because agents read untrusted pages. A single poisoned page can rewrite an agent's instructions. That is prompt injection. A local run may inherit browser profiles, files, credentials, and network access you grant.
Route browser work through an isolated session to separate it from your local browser profile. Then test what the agent can still reach. For the broader threat model, read how Legba isolates browser work for agents.
[ REVIEW CRITERIA ]
Check permissions, credential scope, network access, retention, and teardown. Each control changes the effective boundary.
Route the browser step through an isolated session. Test the exact actions, domains, and permissions the task requires.
Legba's agent skill routes browser work through an isolated session. Do not mount local resources the task does not need.
Supply only the cookies and credentials required for the task. Verify storage and retention behavior before use.
Destroy the session when the work ends. Review retention limits before use.
[ HOW IT WORKS ]
Add the skill. Route the task. Close the session. Verify what remains before production use.
The public agent path provides routing and isolated browser sessions. Review its requested permissions first.
Send the browser step through the isolated session. Keep local files and unrelated credentials outside the task scope.
End the session when the work is done. Check retention, logs, storage, and credential cleanup before production use.
Go deeper: read how to run Claude computer use safely or the full OpenClaw browser-isolation guide.
[ USE CASES ]
Route browser steps through an isolated session. Do not grant local filesystem or credential access unless the task requires it.
Computer-use agents click, type, and navigate like a person. Route browser work through an isolated session. Test how permissions change the blast radius.
Scraping reads untrusted pages, which is where indirect instructions can hide. Use an isolated browser session, scope credentials, and verify retention after close.
[ TWO JOBS ]
Browser infrastructure for agents, like Browserbase, Steel, or Anchor, focuses on scale and reliability. Legba focuses on routing and isolation. Different jobs. Teams often need both.
If you run high-volume agent traffic, browser infrastructure earns its place. If a run touches real sites and could be hijacked, it needs a blast-radius boundary too. The OpenClaw browser-isolation guide shows how to review that boundary.
[ AGENT SKILL ]
Legba publishes no separate OpenClaw price. The ready agent skill provides the current path for agent routing and isolation.
[ FAQ ]
Related surfaces
Use these pages to evaluate the agent skill, the browser-session boundary, and the controls to verify.
Review the browser-routing path, permissions, credential scope, and retention.
ExploreThe sibling guide covers browser isolation, permissions, credentials, and retention.
ExploreThe broader case for separating browser work from your stack: prompt injection, permissions, and blast radius.
ExploreLegba is a Chrome extension with two modes. Ghost gives you a private browser route. Shield opens a page in an isolated browser off your device.
Free for 30 days. No card required.
Ghost. A private route for your browser. Shield. An isolated browser, off your device. Choose the mode. Close when finished.