product updateAnthropic

Anthropic launches Claude Managed Agents for autonomous AI agents in public beta

TL;DR

Anthropic has launched Claude Managed Agents as a public beta, providing developers with a hosted platform to build and run autonomous AI agents without managing their own infrastructure. The service costs $0.08 per session hour on top of standard token pricing and is currently available exclusively on Anthropic's infrastructure.

2 min read
0

Anthropic Launches Claude Managed Agents in Public Beta

Anthropichas released Claude Managed Agents as a public beta, providing developers with a managed infrastructure for building and running autonomous AI agents via API. The system eliminates the need for developers to build custom infrastructure for sandboxing, state management, and tool execution.

What Managed Agents Provides

According to Anthropic's documentation, Claude Managed Agents includes an orchestration harness that independently calls tools, manages context, and handles errors. Sessions can run autonomously for hours with results persisting even if connections drop.

Built-in capabilities include:

  • Bash command execution
  • File operations
  • Web search functionality
  • External service connections via MCP servers

AnthropicAgents claims the system reduces time from prototype to production by a factor of ten, though this figure remains unverified independently.

Research Preview Features

A separate "Research Preview" (not yet publicly available) offers additional capabilities:

  • Multi-agent coordination and spawning
  • Parallel task management
  • Output evaluation
  • Memory management

Interested developers can sign up for a waitlist to access these advanced features.

Pricing and Availability

The service operates on a usage-based model: standard Claude token rates apply, plus $0.08 per session hour. Currently, Managed Agents runs exclusively on Anthropic's own infrastructure. The announcement provides no timeline for availability through partner platforms like Amazon Bedrock or Google Vertex AI.

Early Adoption

Three enterprise customers are already using the system:

Notion: Teams can delegate tasks to Claude directly within their workspace.

Rakuten: Built enterprise agents for sales, marketing, and finance that integrate with Slack and Teams. According to Anthropic, each agent went from concept to production within one week.

Sentry: Paired its debugging agent with a Claude agent capable of writing patches and opening pull requests.

Managed Agents is available to all Anthropic API account holders and uses a specific beta header that SDKs set automatically. Anthropic notes that behavior may change between releases during the beta period.

What This Means

Managed Agents significantly lowers the barrier for shipping production autonomous agents. Previously, teams needed to handle infrastructure, security, and orchestration independently—a substantial engineering lift. The $0.08/hour overhead is modest compared to the development cost it eliminates.

The limitation to Anthropic's infrastructure is notable for enterprises with multi-cloud requirements. Companies standardized on AWS, GCP, or Azure will need to justify running agent workloads on a separate platform or wait for broader availability. The timeline and terms for that expansion remain undisclosed.

Related Articles

model release

Anthropic's Unreleased Claude Mythos Preview Finds 10,000+ Vulnerabilities in One Month

Anthropic's unreleased Claude Mythos Preview model has discovered more than 10,000 vulnerabilities across partner organizations in its first month of deployment through Project Glasswing. The company reports partners are finding bugs at 10x their previous rate, with Cloudflare discovering 2,000 bugs and Mozilla finding 271 Firefox vulnerabilities — 10x more than with previous Claude models.

product update

OpenAI adds ChatGPT to Microsoft PowerPoint in public beta

OpenAI has integrated ChatGPT into Microsoft PowerPoint, allowing users to generate and edit presentation slides using natural language prompts. The feature is available in public beta to both free tier users and ChatGPT Business subscribers.

changelog

Anthropic Python SDK v0.104.0 adds thinking token count estimates for streaming responses

Anthropic released version 0.104.0 of its Python SDK on May 21, 2026. The update adds support for a thinking-token-count beta feature that provides estimated token counts in thinking block deltas when streaming responses from reasoning models.

product update

AWS Launches Amazon Bedrock AgentCore for Deploying Production AI Agents

AWS has launched Amazon Bedrock AgentCore, a serverless runtime environment for deploying production AI agents. Turkish fulfillment company OPLOG demonstrated the platform's capabilities by building three business intelligence agents using Anthropic's Claude Sonnet, achieving a 35% reduction in sales cycles and 98% reduction in manual research time.

Comments

Loading...