Claude Cowork browser: what Anthropic's built-in agentic browser does

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 29, 2026

Expert Verified
Illustration of an AI desktop app driving its own browser window, clicking and filling forms on its own.

What is the Claude Cowork browser?

Let me untangle the names first, because Anthropic shipped three overlapping things this year.

Cowork is Anthropic's agentic knowledge-work product. It "uses the same agentic architecture that powers Claude Code, with no terminal required," and instead of answering one prompt at a time it takes on multi-step tasks and runs them for you, producing real deliverables like Excel workbooks and formatted reports (get-started doc). Think of it as Claude Code pointed at spreadsheets and slide decks rather than repositories.

The built-in browser is the new piece. When a Cowork task needs the web, "a browser opens in the side panel next to your task," and Claude "opens sites, reads pages, clicks, types, and fills forms while you watch, with no need to switch windows" (built-in browser doc). The pitch, in Anthropic's own words from the launch post: a lot of web tasks "don't need your browser, just a browser, and now Claude has one."

The Claude Cowork built-in browser open in the side panel, pulling pricing from a website while the chat pane tracks each step, as shown on the launch post from Anthropic
The Claude Cowork built-in browser open in the side panel, pulling pricing from a website while the chat pane tracks each step, as shown on the launch post from Anthropic

That side panel is the whole idea. You ask Claude to gather pricing from a vendor site, collect invoices from a portal that has no API, or pull numbers off a dashboard, and it drives a real browser session to do it while you keep working in the main pane. Links in the task transcript open in the same panel, so you can follow along and see exactly what it clicked.

How the Claude Cowork browser actually works

Here is the part that surprised me: the browser is not really running on your laptop. Cowork sessions "run remotely in the cloud (in beta)," so your work follows you across desktop, web, and mobile, and keeps going even if you close the lid (get-started doc). The desktop app is the window you watch it through, not the machine doing the work.

How the Claude Cowork browser runs a task: you give Claude a task, a cloud session spins up, the side-panel browser clicks and fills, and a finished file comes back
How the Claude Cowork browser runs a task: you give Claude a task, a cloud session spins up, the side-panel browser clicks and fills, and a finished file comes back

There is one wrinkle worth flagging: because the browser lives in the desktop app, Claude Desktop has to be open and online for the browser to run, even though the session itself is in the cloud (built-in browser doc). You can steer from your phone, but the desktop app on some computer has to stay awake.

Staying signed in works through an opt-in cookie import. The first time the browser opens, you can import cookies site by site from Chrome, Edge, and Firefox on macOS (Firefox only on Windows and Linux), so Claude stays logged in where you let it. Safari is not supported, and banking, email, and SSO sites stay unchecked by default. Logins are then remembered across Cowork sessions on that computer, so you are not re-authenticating every run.

This is the same shape as any autonomous AI agent: perceive the page, decide the next action, act, repeat. It is a world away from a rule-based chatbot following a script. What is new is that Anthropic is running that loop in a first-party browser that ordinary, non-developer users can turn on with a click.

Built-in browser vs Claude in Chrome: which does what

Cowork can reach the web two ways, and Anthropic is refreshingly clear about when to use each (built-in browser doc).

Built-in browserClaude in Chrome
Where it runsClaude's own browser in the Cowork side panelYour real Chrome, via the extension
Your tabs and loginsUntouched; optional site-by-site cookie importUses the accounts you are already signed in to
SetupNothing to installInstall the Chrome extension
Best forHanding off the web part and staying in your work (research, vendor portals)Work on the page in front of you (updating a CRM, your inbox, a doc)
PlansPro, Max, Team; Enterprise where enabledAll paid plans

If you already run Claude in Chrome, it stays your default; if you do not, Cowork uses the built-in browser. You switch anytime in Settings > Cowork > Preferred browser. Anthropic even suggests pairing them: Chrome becomes the research layer, and Cowork turns what it gathers into finished files.

Claude in Chrome filling billing form fields across tabs on the left, and Cowork turning the open invoices into a formatted table on the right, as shown on Anthropic's Claude in Chrome page
Claude in Chrome filling billing form fields across tabs on the left, and Cowork turning the open invoices into a formatted table on the right, as shown on Anthropic's Claude in Chrome page

The finished-file part is what makes this more than a novelty. Point it at a pile of open invoices and it will drop them into the right tab of your spreadsheet, flag what is due, and hand back a clean summary. One Hacker News user testing Cowork on a real document put it simply:

Hacker News

"Its project proposal revision was just about perfect. It took me only about 10 more minutes to polish it further and send it off."

A weekly performance report Claude Cowork produced, with stat tiles, a revenue bar chart, and a traffic-mix donut, as shown on Anthropic's Cowork page
A weekly performance report Claude Cowork produced, with stat tiles, a revenue bar chart, and a traffic-mix donut, as shown on Anthropic's Cowork page

What the Claude Cowork browser costs

There is no separate charge for the browser. It comes with Cowork, and Cowork comes with any paid Claude plan. Here is the full picture, straight from the pricing page.

PlanPriceCowork + built-in browser?
Free$0No
Pro$17/mo billed annually ($200 up front), or $20 month-to-monthYes
MaxFrom $100/mo (choose 5x or 20x more usage than Pro)Yes
Team (Standard seat)$20/seat/mo billed annually ($25 monthly)Yes
Team (Premium seat)$100/seat/mo billed annually ($125 monthly)Yes
Enterprise$20/seat + usage at API rates, billed annuallyYes, where an admin enables it

A couple of things the grid hides. Cowork is gated to paid plans, so the free tier gets none of this. And the real cost lever is usage, not the base fee: Max exists specifically to buy "5x or 20x more usage than Pro," and a browsing agent that runs multi-step loops in the cloud will burn through usage faster than chat does. If you are pricing this against a dedicated support tool, our writeup on measuring AI support ROI is a more honest comparison than tier-to-tier.

The safety question you cannot skip

Every lab that has shipped an agentic browser has run into the same wall, and Anthropic is unusually candid about it. Their own red-team testing shows that letting Claude use a browser raises the odds a prompt-injection attack succeeds, and even with new mitigations the number does not hit zero.

Anthropic's prompt-injection testing on Sonnet 4: computer use 19.4%, browser use 23.6%, browser use with new mitigations 11.2% attack success rate, as published on Anthropic's Claude in Chrome page
Anthropic's prompt-injection testing on Sonnet 4: computer use 19.4%, browser use 23.6%, browser use with new mitigations 11.2% attack success rate, as published on Anthropic's Claude in Chrome page

Prompt injection is when a web page (or a file, or an email) hides instructions that hijack the agent into doing something you never asked. To Anthropic's credit, the built-in browser ships a real stack of guardrails: it asks permission before acting on a site for the first time, blocks high-risk sites, screens every action against what you actually requested, and demands an explicit "Allow" before permanently deleting anything (safety doc).

The Claude Cowork browser's guardrail stack: ask permission on first visit, block high-risk sites, screen every action against your request, and require Allow before any delete
The Claude Cowork browser's guardrail stack: ask permission on first visit, block high-risk sites, screen every action against your request, and require Allow before any delete

Those layers matter, but they are not a solved problem, and Anthropic says so: it "strongly advises against" using the browser to handle financial accounts, medical information, or other people's personal data, and it is not available for HIPAA organizations. There is also an "Automatically approve" mode and a "Skip all approvals" mode, and the moment you flip approvals off, the guardrails you are relying on come off with them.

A prompt-injection demo where a fake security email tries to trick Claude into deleting sent messages, with the extension showing a warning that all permission checks are bypassed, as shown in Anthropic's safety documentation
A prompt-injection demo where a fake security email tries to trick Claude into deleting sent messages, with the extension showing a warning that all permission checks are bypassed, as shown in Anthropic's safety documentation

The sharpest community critique zeroes in on Cowork's "skills" system, where instructions can quietly teach Claude new abilities. As one commenter on the 870-point security thread argued, the fancy hidden-font trick in the demo is overkill:

Hacker News

"You could upload a plain Markdown file somewhere and tell people it has a skill that will teach Claude how to negotiate their mortgage rate and plenty of people would download and use it without ever opening and reading the file."

Another put the trade-off plainly, and it is roughly where I land too:

Hacker News

"I think for many the value of using general purpose agents will outweigh the security concerns for now, until those catch up."

This is exactly the lesson we learned the hard way running AI on live support queues for the last three-plus years. A confident-sounding agent that occasionally does the wrong thing is not a hypothetical, it is Tuesday. It is why every rollout we ship gets simulated against thousands of real historical tickets before it ever touches a customer, rather than flipping a switch and hoping. A general browsing agent is a fantastic personal assistant. It is not, by itself, a customer-facing system of record.

Where an agentic browser actually fits

Not everyone is convinced the browser needed to exist at all. The most-upvoted skeptical take on the launch:

Hacker News

"I still don't buy the we needed it to be a whole Browser and not a Chrome Extension argument... none of the agentic browsers from the bigger players like Atlas and Comet really took off either."

It is a fair jab. OpenAI folded its standalone browsing into ChatGPT agents, and the pattern across labs is the same: an agent that can drive the web is now table stakes, not a product on its own.

I think that undersells it a little. For an individual doing research, filling forms, or wrangling a portal with no API, the Cowork browser is a real time-saver, and it is the first version of this that a non-technical person can actually use. Where the framing breaks down is when people assume a general agent is the same thing as a worker for a specific job. It is not.

General agentic browser versus a ready-to-work teammate: point-it-at-any-task and supervise each run, versus hired for one job, already knows your tools, and works the queue on its own
General agentic browser versus a ready-to-work teammate: point-it-at-any-task and supervise each run, versus hired for one job, already knows your tools, and works the queue on its own

A general browsing agent is infrastructure: raw capability you point at a task and supervise. A teammate hired for one job is a different product entirely. It shows up already knowing your tools, already trained on your context, and works the queue on its own within limits you set. Both are useful. They are just not substitutes, and conflating them is how people end up disappointed with either one.

Try eesel

Anthropic is building the horizontal layer: a powerful general agent you point at whatever you need. eesel sits in the same space, but takes the opposite bet. Instead of one generalist you have to direct and babysit, you hire a ready-to-work teammate for a defined job. The current roster is an AI helpdesk teammate and an AI blog writer, and each one arrives with the skills, integrations, and company context for its role.

For support, that difference is the whole game. The eesel AI helpdesk teammate plugs into Zendesk, Freshdesk, Gorgias, and the rest of your stack, learns from your past tickets and help center, and joins the queue like a new hire, not a browser you have to watch. And before it ever replies to a real customer, you simulate it against your own ticket history so you know exactly how it will behave. That is the part a general agentic browser, by design, leaves up to you.

The eesel AI helpdesk dashboard, showing how an AI teammate joins your support queue rather than driving a browser you have to supervise
The eesel AI helpdesk dashboard, showing how an AI teammate joins your support queue rather than driving a browser you have to supervise

If you want an AI that browses the web for you, the Claude Cowork browser is a genuinely good place to start. If you want an AI that actually resolves support tickets, that is a teammate, not a browser. You can try eesel free and simulate it on your own tickets before committing to anything.

Frequently Asked Questions

What is the Claude Cowork browser?
It is a browser built into the Claude Cowork desktop app. When a task needs a website, a browser opens in a side panel and Claude reads the page, clicks, types, and fills forms while you watch, with nothing to install. It is Anthropic's take on an autonomous AI agent for the web.
How much does Claude Cowork cost?
Cowork and its built-in browser come with any paid Claude plan: Pro at $17/mo billed annually (or $20 month-to-month), Max from $100/mo, and Team at $20/seat/mo billed annually. The free plan does not include Cowork. If you are weighing that against a support tool, our guide to measuring AI support ROI is a better yardstick than the sticker price.
Is the Claude Cowork browser the same as the Claude in Chrome extension?
No. The built-in browser is Claude's own browser in the Cowork side panel and never touches your tabs. The Claude in Chrome extension drives your real Chrome, on pages you are already signed in to. Cowork can use either, and you pick the default in settings.
Is it safe to let Claude Cowork browse for me?
Anthropic ships permission prompts, high-risk-site blocking, action screening, and prompt-injection classifiers, and it advises against using the browser for financial, medical, or other people's personal data. Prompt injection is a real, unsolved risk. For customer-facing work, a tool that lets you contain what the AI can do matters more than raw capability.
Can the Claude Cowork browser handle customer support?
It can drive a helpdesk UI like any website, but it is a general agent you supervise, not a trained support teammate. For live queues, an AI for customer service that plugs into Zendesk or Gorgias and learns from past tickets is the better fit.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustrated banner for a breakdown of Genspark AI pricing, the all-in-one AI super agent
AI

Genspark AI pricing (2026): what it really costs

Genspark AI pricing runs Free, Plus from $24.99/mo and Pro from $249.99/mo. Here is what the credits actually buy, and the gotchas the sticker price hides.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Illustrated banner for an explainer on Genspark AI, the all-in-one AI super agent workspace
AI

What is Genspark AI? The all-in-one super agent, explained

What Genspark AI actually is: the Super Agent, the Mixture-of-Agents idea, real credit pricing, what users say, and where it fits (and doesn't).

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Editorial hero illustration for Meta's Muse Image, an agentic AI image generation model, in Meta blue
AI

Meta's Muse Image: what it does and how good it really is

Meta's Muse Image is a free, agentic image model that searches the web and writes code mid-generation. Here's what it can do, and how good it actually is.

Alicia Kirana UtomoAlicia Kirana UtomoJul 9, 2026
Illustration of a no-code AI agent builder canvas with workflow nodes
AI

The 7 best no-code AI agent builders in 2026

I tested the top no-code AI agent builders for support teams in 2026, from Botpress to Copilot Studio, and ranked which one actually fits your setup.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 11, 2026
Illustration of the Buzz app: chat channels where people and AI agents collaborate, with a honeycomb motif
AI

What is Buzz? Jack Dorsey's AI agent workspace, explained

Buzz is Jack Dorsey's new open-source team chat app where humans and AI agents share the same channels. Here's what it is, who it's for, and the catch.

Alicia Kirana UtomoAlicia Kirana UtomoJul 23, 2026
Illustrated hero banner for a breakdown of Flowith pricing, showing subscription tiers and a credit-based billing model
AI

Flowith pricing (2026): plans, credits, and the real cost

A full breakdown of Flowith pricing: the four credit-based tiers, what a credit actually buys, the gotchas that don't show on the pricing page, and who each plan is for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Illustration of a branching AI canvas generating images, slides and text
AI

Flowith review: is the AI agent canvas worth it? (2026)

A hands-on Flowith review: what the branching AI canvas and Agent Neo actually do, what Flowith costs in credits, and who should skip it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustrated hero banner for a guide to Flowith, the AI agent creative workspace built on an infinite node canvas
AI

What is Flowith? The AI agent canvas, Agent Neo, and pricing

Flowith is an AI agent that works on an infinite canvas instead of a chat box. Here's what Agent Neo actually does, what it costs, and where it fits.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustration for a roundup of the best alternatives to Google Gemini 3.6 Flash in 2026
AI

The 6 best Gemini 3.6 Flash alternatives in 2026

The best Gemini 3.6 Flash alternatives in 2026, with real prices and benchmarks: GPT-5.6 Luna, Claude Sonnet 5, Grok 4.5, Flash-Lite, and more.

Alicia Kirana UtomoAlicia Kirana UtomoJul 22, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free