Weavz
Local Browser for Agents

Local Browser for Agents

Let agents work through a user-approved Chrome session on the user's own device and network. Use it for logged-in portals, device-trust flows, password-manager handoffs, and sensitive web work that should remain visible and under the user's control.

No AuthExperimentalDeveloper ToolsAI
27 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
snapshot

Capture the page accessibility tree with element refs. Read this, then act by ref.

read_text

Get the visible text of the page or a target element.

read_html

Get the HTML of the page or a target element.

screenshot

Take a screenshot of the page or an element. Returns inline image content, with an optional Filesystem URL.

run_steps

Run several deterministic browser operations in one session round trip. Use for scripted navigation and extraction flows.

current_page

Get the current URL and title.

navigate

Go to a URL.

navigate_back

Go back to the previous page.

click

Click an element by ref from snapshot or selector.

type

Type text into an element by ref or selector. Optionally submit with Enter.

fill_form

Fill multiple fields at once. Each field has a target, type, and value.

select_option

Select one or more options in a dropdown.

hover

Hover over an element.

drag

Drag one element onto another.

press_key

Press a keyboard key, such as Enter, Backspace, ArrowDown, or a.

file_upload

Set a file on an upload input.

evaluate

Run a JavaScript function on the page or a target element and return its result.

wait_for

Wait for text to appear/disappear with an optional timeout in seconds. With only time, sleep for that many seconds.

handle_dialog

Accept or dismiss a pending JavaScript dialog.

tabs

List, create, close, or select browser tabs.

show_live_view

Mint a watch-only live view URL for the current hosted browser session without handing control away from the agent.

request_human

Hand control to a human for login, MFA, or CAPTCHA. Hosted sessions return a viewer URL; local sessions use the local browser window.

resume

Take control back from the human and continue automating.

ensure_connected

Preflight browser readiness. For local browser sessions, briefly waits for the extension or companion and returns whether to proceed or recover.

session_status

Get the current handoff state and page.

start_session

Start a fresh browser session. Hosted sessions return a viewer link; Chrome extension sessions wait for the extension; managed-profile sessions return a companion command.

end_session

End the browser session and snapshot its profile.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('agent-local-browser-control', 'snapshot', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'local_browser',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Local Browser for Agents to my app?

Local Browser for Agents does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does Local Browser for Agents support?

Local Browser for Agents supports 27 tools including Snapshot Page, Read Text, Read HTML, Screenshot, Run Steps, and more.

Can I use Local Browser for Agents with AI agents?

Yes. Add Local Browser for Agents to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Local Browser for Agents to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Local Browser for Agents as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Local Browser for Agents tools exposed by that workspace.

Does Local Browser for Agents work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Local Browser for Agents work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Local Browser for Agents?

Local Browser for Agents exposes 27 tools, including Snapshot Page, Read Text, Read HTML, Screenshot, Run Steps, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Local Browser for Agents be used in stateful agent workflows?

Yes. Agents can combine Local Browser for Agents tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Local Browser for Agents use?

Local Browser for Agents does not require external authentication.

How much does the Local Browser for Agents integration cost?

The Local Browser for Agents integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Local Browser for Agents in minutes

Get 20,000 free action executions every month. No credit card required.