Back
AnthropicClaude API
The computer use tool is out of beta on the Claude API as the computer_toolset_20260801 toolset: no beta…
AI summary
Written by AI from the official notes. Check them for exact details.The computer use tool and Files API are now out of beta on the Claude API, along with several other features.
- Computer use tool is out of beta with batch actions and zoom enabled by default.
- Browser use tool launched for driving a browser within a viewport.
- Files API is out of beta, simplifying file requests without a beta header.
- Agent Skills and Skills API are now out of beta, removing the need for a beta header.
- Admin API user-management endpoints for Claude Enterprise are out of beta.
Why it matters: Developers using Claude API should update integrations to utilize the new features and remove beta headers.
Full release notes9 changes
- The computer use tool is out of beta on the Claude API as the
computer_toolset_20260801toolset: no beta header, batch actions (several actions in one turn),zoomenabled by default, and per-member configuration throughconfigs. Earlier beta versions remain available. Upgrading an existing integration changes the request shape and tool handling; see Migrate fromcomputer_20251124. - We've launched the browser use tool (
browser_toolset_20260801), a client toolset for driving a browser that your application hosts. It works inside a browser viewport rather than a whole desktop, reading the page itself (its accessibility tree, elements, forms, and tabs) and adding element references, form input, tab management, download reporting, and opt-in file upload on top of screenshot-and-click control. - Both toolsets are available for Claude Fable 5, Claude Mythos 5, Claude Opus 5, Claude Sonnet 5, and Claude Opus 4.8 on the Claude API.
- The Files API is out of beta on the Claude API. Requests to the
/v1/filesendpoints, and Messages API requests that reference an uploaded file, no longer require thefiles-api-2025-04-14beta header. Requests sent without the header use the current response format: file expiration (setexpires_in_secondswhen you upload a file; file objects reportexpires_at), andpageandnext_pagepagination plus anids[]filter when you list files./v1/filesrequests that still send the beta header keep working and return the previous response format. To move an existing integration off the header, see Migrate fromfiles-api-2025-04-14. - Agent Skills and the Skills API (
/v1/skills) are out of beta on the Claude API. Requests no longer require theskills-2025-10-02beta header, including Messages API requests that load Skills through thecontainerparameter. Requests that still send the header continue to work unchanged. See Using Agent Skills with the API. To move an existing integration off the header, see Migrate fromskills-2025-10-02. - The Admin API user-management endpoints for Claude Enterprise (claude.ai) organizations (members, invites, groups, and custom roles) are out of beta. The
anthropic-beta: ce-user-management-2026-07-13header is no longer required on group and custom-role requests; requests that still send it are accepted unchanged. See User management. - You can now restrict which sites a Claude Managed Agents agent's
web_searchandweb_fetchtools can reach. Setallowed_domainsorblocked_domainson the tool's entry in theagent_toolset_20260401configsarray;web_fetchalso acceptsmax_content_tokensandweb_searchacceptsuser_location. Eachconfigsentry is identified by itsnameand typed by an optionaltype, and requests that pass onlyname,enabled, andpermission_policycontinue to work; in the typed SDKs,configsentries become per-tool types. See Restrict web search and web fetch domains. - Claude Managed Agents sessions that run in a self-hosted sandbox can now attach memory stores. The Python, TypeScript, and Go SDK workers download each attached store into the sandbox at its
mount_pathand sync the agent's changes back to the store. See Use memory stores. - The session viewer in the Claude Console has been redesigned with a timeline minimap, a transcript grouped by model request, and an Inspector panel for session details and cost, raw events, per-tool statistics, mounted resources, and per-thread activity. See Console observability.