Agent Browser
Browser InfraTrustedCOMING SOONby Vercel
Vercel Labs' agent-browser is a Rust CLI that drives Chromium through accessibility-tree snapshots instead of screenshots — cheap, fast, and deterministic. Runs locally or inside Vercel Sandbox microVMs with tight AI SDK integration. Best on text-dense flows; canvas-heavy UIs need a vision fallback.
This runner is not yet wired to the live routing layer. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- Vercel
- Type
- Browser Infra
- Added
- Sep 2025
- Interface
- Session-level (CDP)
- Trust tier
- trusted
- Egress
- Vendor egress (unverified)
- Evidence
- minimal
- Max session
- 30 min
- Regions
- US, EU
- Pricing
- sandbox time $0.011/minlocal CLI free
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
$0.01/min
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per minute | $0.011/browser-minute | — | — |
| sandbox time | $0.011/min | — | — |
| local CLI | free | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Browser Infra runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "vercel-agent-browser"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "vercel-agent-browser"
}'