v1.20Grok Build CLI support →

Browser

A local browser an agent can drive. Real Chrome (or Brave, Comet, Arc) with your real cookies, addressed by element refs instead of selectors.

Why it exists

Most "agent runs the browser" tools spin up a fresh Playwright instance. Two things go wrong: you have to sign in from scratch every run, and the major sites detect the automation and block you within seconds. agents browser uses a real Chromium binary pointed at a persistent profile directory, so the agent inherits your real logged-in state and looks like any other tab.

The model

Quickstart

agents browser profiles create work --browser chrome
agents browser start --profile work --url https://linear.app
agents browser refs           # numbered list of clickable elements
agents browser click 14
agents browser screenshot
agents browser done

Surface

Related