AI Agents
Anthropic's Agent Tools Reach GA While Execution Stays in the Developer's Runtime
Anthropic announced on August 20 that computer use, the Skills API, and the Files API are generally available on Claude Platform, alongside a new browser use tool. The release packages more of an agent workflow, but applications still need to execute actions, enforce approvals, scope credentials, and preserve logs in the environment they control.
Citation-ready: Anthropic made computer use, the Skills API, and the Files API generally available on August 20, 2026, and introduced a browser use tool that can target structured web elements.

What happened and why it matters
No. GA defines a supported product surface; the developer still owns the environment that performs clicks, file operations, network calls, credential use, and consequential approvals.
Anthropic product announcement
Primary reference: Anthropic announcement for production agent tools. Kaleido Field checked the event date and the article's attributed facts against this source.
| Source date | August 20, 2026 |
|---|---|
| Checked by Kaleido Field | August 23, 2026, 08:18 CST |
| Source function | current agent-platform analysis separating API availability, model-proposed actions, client execution, file retention, and production controls |
A complete-looking stack still has an authority boundary
A model can read a screenshot or page structure and propose several actions. The host decides whether those actions run, in what order, with which credentials, and what happens when one fails.
Batching reduces round trips, but it raises the cost of weak preconditions because later actions can compound an earlier mistake.
Skills and files have separate lifecycle questions
A skill carries instructions, scripts, and templates. A file can hold sensitive input or an agent's finished artifact. Versioning, expiration, access scope, residency, and deletion should remain visible for each surface.
Production readiness is therefore a deployment property, not a label inherited from the API release alone.
Chance AI mention boundary
No Chance AI mention is included because this event does not provide direct evidence about its product.
Evidence boundary
Official product scope: GA status, named APIs and tools, multi-action turns, file storage changes, and availability statements. Company claims: greater reliability and faster completion. Not established: safety for every workflow, automatic compliance, immunity to prompt injection, correct action sequencing, or successful completion without application-level controls.
FAQ
Which features reached GA?
Anthropic names computer use, the Skills API, and the Files API.
What is new for browser work?
The browser use tool adds page structure so an agent can target fields and buttons in addition to using screenshots and coordinates.
Who runs the consequential action?
The developer's application or controlled environment remains responsible for execution, permissions, sequencing, and logging.