Anthropic Makes Claude Computer Use GA With Browser Control, Skills and Files API

Anthropic has officially moved several major agent-building capabilities into general availability, making it significantly easier for developers and businesses to build AI agents that can operate computers, navigate websites, use specialized workflows and work with files.

Anthropic Makes Claude Computer Use GA With Browser Control, Skills and Files API

The company announced that Computer Use, the Browser Use tool, Skills API and Files API are now generally available on the Claude Platform.

Together, the tools allow Claude-powered agents to move beyond simply generating text and actually perform multi-step tasks inside software and web applications.

The announcement represents a major step in Anthropic’s push toward more capable AI agents that can interact with real-world digital environments.

Claude Can Now Control a Computer

Anthropic’s Computer Use tool allows developers to build agents that interact with software in a way similar to a human computer user.

Given a screenshot, Claude can:

  • Click buttons
  • Type text
  • Scroll through interfaces
  • Navigate applications
  • Interact with software
  • Complete multi-step workflows

This is particularly useful for applications that do not provide an API for automation.

Instead of requiring a developer to build a custom integration for every application, the agent can interact with the software through its visible interface.

Computer Use Gets Multi-Action Turns

One of the biggest improvements in the generally available version is that Claude can now take several actions per turn instead of requiring a separate model call for every individual action.

That means an agent can potentially:

  1. Observe the interface
  2. Click a button
  3. Enter information
  4. Navigate to another section
  5. Submit a form

within a more efficient action loop.

Anthropic says this can reduce the number of model calls required and help tasks finish faster.

Browser Use Takes Claude Agents to the Web

Anthropic has also introduced a new Browser Use tool as part of Computer Use.

The browser tool is designed specifically for agents working inside web applications.

Instead of relying only on screenshots and pixel locations, Claude can also interpret the structure of a webpage.

That allows the agent to target specific buttons, fields and page elements more reliably.

Claude Can Navigate Web Applications

The Browser Use capability makes it possible for developers to build agents that interact with websites and web applications.

For example, an agent could potentially:

  • Open a web application
  • Find a particular form
  • Enter information
  • Navigate between pages
  • Select options
  • Submit information
  • Retrieve results

The exact actions depend on the permissions and tools provided to the agent.

Why Browser Control Matters

Many business applications still do not expose complete APIs.

A company may use an internal dashboard, legacy application or specialized web portal that was never designed for AI automation.

Browser control gives agents another way to interact with these systems.

Instead of waiting for an API integration, the agent can work with the application’s existing interface.

Claude Can Work With Software That Has No API

This is one of the most important aspects of Anthropic’s announcement.

Traditional automation often requires:

Application → API → Automation system

Computer Use changes the equation to:

Application → User Interface → AI Agent

The agent can interact with the same interface that a human employee uses.

That could make automation possible for many older or specialized systems.

Skills API Adds Specialized Expertise

Anthropic has also made its Skills API generally available.

Skills allow developers to package specialized instructions, scripts and templates that Claude can load when a particular task requires them.

A skill essentially gives an agent access to a reusable workflow or area of expertise.

Developers Can Create Their Own Skills

Instead of writing a huge instruction prompt every time an agent performs a task, developers can create a reusable skill.

A skill can contain:

  • Instructions
  • Scripts
  • Templates
  • Reference materials
  • Specialized workflows

The agent can then load the relevant skill when needed.

Skills Use Progressive Loading

Anthropic’s Skills architecture uses a form of progressive disclosure.

The agent does not necessarily load every resource into its context immediately.

It can start with the main skill instructions and access additional resources when the task requires them.

This can help keep irrelevant information out of the model’s context.

Skills Run in the Code Execution Environment

Anthropic says Skills run in Claude’s code execution sandbox.

That means developers do not have to host a separate infrastructure layer just to execute the skill’s scripts.

This could make specialized agent workflows easier to deploy and maintain.

Files API Gives Agents Persistent File Access

The Files API is another major part of the announcement.

It provides storage for documents that agents need to read and create.

Developers can upload a file once and then reference it by ID in later API requests instead of repeatedly sending the same file.

Claude Can Read and Create Documents

With the Files API, agents can work with documents throughout a workflow.

For example, an agent could:

  1. Receive a PDF
  2. Analyze the document
  3. Apply a specialized Skill
  4. Complete a task in a web application
  5. Generate a new document
  6. Save the resulting file

This creates a much more complete agent workflow.

Files API Gets Higher Limits

Anthropic says the generally available Files API includes:

  • Automatic file expiration
  • 5x higher rate limits
  • 1 TB of storage per organization

These changes are designed to make the API more suitable for production workloads.

Computer Use + Browser + Skills + Files

The real significance of the announcement is not any individual tool.

It is the combination.

An agent can now potentially:

Read a document → understand company instructions → open a website → complete a workflow → generate a finished file.

That is much closer to a complete digital employee workflow than a traditional chatbot interaction.

Example: Insurance Claims

Anthropic provided an example involving insurance workflows.

An agent could read an intake document through the Files API, follow a specialized Skill containing the company’s filing procedure, use Browser Use to complete a submission in an insurer’s web portal and save the resulting confirmation as a file.

This illustrates how the different APIs can work together.

Example: Financial Services

Skills can also encode specialized financial workflows.

Anthropic highlighted an example where a banking-related Skill captures a firm’s credit methodology and approved memo format.

An agent can then apply that workflow to financial statements and deal documents and produce a source-grounded credit memo for human review.

Enterprise Automation Could Be a Major Use Case

The new capabilities could be particularly important for enterprises.

Large organizations often use dozens or hundreds of internal applications.

Not all of those applications have modern APIs.

Computer Use and Browser Use could allow AI agents to interact with legacy or specialized systems without requiring every application to be rebuilt.

AI Agents Are Moving Beyond Chat

Traditional AI assistants primarily respond to questions.

Agentic systems are designed to perform tasks.

The difference can be summarized as:

Chatbot:
“Here is how you can complete the task.”

AI Agent:
“I’ll complete the task.”

Anthropic’s latest platform changes push Claude further toward the second model.

Claude Can Combine Multiple Tools

A production agent can potentially combine:

  • Computer Use
  • Browser Use
  • Skills
  • Files
  • Code execution
  • Web search
  • External tools

This creates a much broader action space than a standard conversational AI.

The Agent Can Follow Company-Specific Procedures

Skills are especially important for enterprise use because companies can encode their own processes.

For example, a company could create a Skill describing:

  • Brand guidelines
  • Financial procedures
  • Compliance requirements
  • Document templates
  • Internal workflows
  • Reporting formats

Claude can then use that expertise when completing relevant tasks.

This Could Reduce Prompt Engineering

Without Skills, developers may repeatedly include long instructions in prompts.

Skills provide a reusable structure.

Instead of sending the same instructions every time, developers can maintain a versioned Skill and attach it when needed.

That could make complex agent systems easier to maintain.

Developers Can Version Skills

The Skills API provides a mechanism for uploading and versioning custom skills.

This matters for production environments because business procedures can change.

Companies can update their Skills rather than rewriting every agent prompt.

Claude Agents Can Return Finished Files

The combination of Skills and Files means agents don’t have to stop at producing a text response.

They can potentially return finished artifacts such as:

  • Reports
  • Spreadsheets
  • PDFs
  • Documents
  • Data files

The agent can read source material, perform the workflow and create an output file.

Computer Use Is Now Suitable for More Production Workloads

Anthropic says the updated Computer Use capability is now generally available and also eligible for HIPAA-regulated workloads under its Business Associate Agreement.

That is significant because healthcare organizations often rely on specialized systems that may not expose modern APIs.

Anthropic Says Computer Use Can Improve Workflow Efficiency

Anthropic shared an example from a healthcare and insurance workflow.

According to the company, one customer’s longest claims workflow went from 32 minutes to 13 minutes, while cost per task fell by about 30% and completion reached 100% across the workflows tested.

These are Anthropic-reported customer results rather than independent benchmarks, so they should be interpreted accordingly.

Security Remains a Major Concern

Giving an AI agent access to a computer creates risks that do not exist with a simple chatbot.

An agent may be able to:

  • Open files
  • Visit websites
  • Enter information
  • Click buttons
  • Execute code
  • Interact with business systems

That means mistakes can have real-world consequences.

Browser Agents Need Strong Permissions

Anthropic’s own documentation emphasizes that browser and computer-use features carry risks.

Claude in Chrome includes permission modes that allow users to manually approve actions or automatically approve them depending on the configuration.

For sensitive workflows, organizations need to carefully control what an agent can access and what actions it can perform.

Prompt Injection Is Another Challenge

Web pages can contain instructions that were not intended for the AI agent.

A malicious webpage could attempt to manipulate an agent into taking an unintended action.

This is one reason browser-using AI agents require additional security controls.

Sensitive Data Requires Extra Care

Computer-using agents can potentially interact with files, websites and applications containing sensitive information.

Anthropic’s safety guidance recommends carefully considering what Claude can see and what it is allowed to do.

The more powerful the agent becomes, the more important permission management becomes.

Claude’s Agent Race With OpenAI

Anthropic’s announcement arrives as AI companies compete to make their models increasingly capable of operating computers.

OpenAI is also advancing computer-use capabilities designed to automate browser and PC tasks.

This means computer control is quickly becoming one of the most important battlegrounds in the AI industry.

Claude’s Approach Is Developer-Focused

Anthropic’s latest announcement is particularly focused on developers building production agents.

Rather than simply adding computer control to a consumer chatbot, Anthropic is packaging the capability into its platform APIs.

This allows businesses to integrate agentic workflows into their own products.

Microsoft Foundry Support

Anthropic says the Skills API and Files API are also available through Microsoft Foundry.

The updated Computer Use and Browser Use tools are coming soon to Google’s Vertex AI, according to Anthropic.

This gives enterprise developers more options for deploying Claude-based agent systems.

The API Approach Could Accelerate Enterprise Adoption

Enterprise customers often need more than a chatbot.

They need:

  • APIs
  • Authentication
  • Storage
  • Permissions
  • Monitoring
  • Custom workflows
  • Integration with existing systems

The new Claude Platform tools address several of these requirements.

AI Agents Could Automate Repetitive Office Work

Potential applications include:

  • Data entry
  • Document processing
  • Form submission
  • Research
  • Reporting
  • Customer operations
  • Claims processing
  • Financial analysis
  • Software testing

The important factor is that many of these workflows involve interacting with multiple systems.

Software Testing Could Be Another Major Use Case

Computer Use and Browser Use can also be useful for testing software.

An agent could potentially open a web application, interact with different features and identify problems.

Claude in Chrome already supports workflows involving browser-based testing and debugging when combined with Claude Code.

AI Agents Could Become Digital Coworkers

The long-term direction is increasingly clear.

AI systems are moving from:

Answering questions

to:

Using tools

to:

Operating software

to:

Completing multi-step workflows

Anthropic’s new platform capabilities accelerate that transition.

What Makes This Announcement Important?

The biggest change is that developers no longer need to build every part of an agent stack themselves.

Anthropic now provides:

Computer Control + Browser Control + Skills + Files

as production-ready platform capabilities.

That can significantly reduce the engineering work required to build sophisticated AI agents.

The Future of AI Agents

The next generation of AI assistants may not simply live inside chat windows.

They could operate across:

  • Browsers
  • Desktop applications
  • Enterprise software
  • Cloud services
  • Documents
  • Databases
  • Internal tools

Users could describe a goal while the agent handles the individual steps.

Read More:- Claude AI Watermark Sparks Backlash as Anthropic Marks AI-Generated Text Worldwide

Final Verdict

Anthropic has made Computer Use, Browser Use, Skills API and Files API generally available on the Claude Platform, marking a significant step forward for production AI agents.

Claude can now be used to build agents that interact with computer interfaces, navigate web applications, apply specialized company workflows and read or create files.

The new Browser Use tool is particularly important because it combines visual understanding with webpage structure, allowing agents to target web elements more reliably than relying solely on screen coordinates.

The Skills API allows developers to package reusable instructions, scripts and templates, while the Files API provides persistent storage for documents used throughout agent workflows.

Together, these technologies make it possible to build agents that can perform complete digital workflows rather than simply generate responses.

The biggest opportunity is enterprise automation.

The biggest challenge is security.

As Claude gains the ability to click, type, browse, access files and operate software, the consequences of mistakes become much greater.

Anthropic’s latest release therefore represents both a major capability upgrade and another step toward a future where AI agents don’t just tell users what to do — they actually do it.

Scroll to Top