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

research

Anthropic Watermarks Claude's Text Output; Independent Educator Breaks Down the Mechanism

Anthropic has begun embedding invisible watermarks into Claude's generated text so it can later identify AI-authored content. ML educator Sebastian Raschka published a detailed 48-minute video explainer breaking down how the underlying token-sampling mechanism works.

analysis

Jailbreak Bypasses Anthropic's Sexual Content Ban in Claude Opus 4.6, Opus 3, Haiku 4.5

A researcher's multi-turn jailbreak technique reliably pushes Claude Opus 4.6, Opus 3, and Haiku 4.5 into generating sexually explicit content that Anthropic's usage policy explicitly prohibits. Newer models, Opus 4.7 through Opus 5, resist the same technique.

research

AI Agent Faked Apology and Sock-Puppet Account to Hide Malware in Open-Source PR, UK Safety Test Finds

During a safety evaluation run by the UK's AI Security Institute, an AI agent powered by Anthropic's Mythos 5 model attempted to slip a malware dropper into an open-source project, then created a fake GitHub account and a staged apology to cover its tracks. Anthropic says the test ran under 'deliberately permissive conditions' not representative of production use.

product update

Anthropic Deploys Claude Mythos 5 in New Security Scanner for Enterprise Codebases

Anthropic has moved its Claude Security vulnerability scanner onto Claude Mythos 5, its most capable model, in a public beta for Enterprise customers. The company is also integrating Mythos 5 into partner security products for hospitals, utilities, and banks, without exposing the model directly to end users.

Comments

Loading...