ENFR
8news

Tech • IA • Crypto

TodayTopicsVideosCryptoArchivesFavorites

Build a Production-Ready Agent with Claude Managed Agents

8/10
AnthropicClaudeMay 21, 2026 at 10:10 AM27:18
Audio player
0:00 / 0:00

TL;DR

Cloud-managed agents provide production-ready APIs and tooling to build, deploy, and monitor AI agents with built-in memory, tools, and orchestration.

KEY POINTS

API-first agent infrastructure

Cloud-managed agents are delivered as a set of API endpoints that allow developers to create scalable, production-ready AI systems without building core infrastructure from scratch. These APIs expose primitives such as agents, sessions, tools, and memory, enabling developers to assemble custom workflows while relying on managed orchestration, retries, and error handling.

Core building blocks: agents, environments, sessions, events

The system is structured around four main components. Agents define behavior through prompts, tools, and permissions. Environments configure execution contexts, including sandbox settings and dependencies. Sessions represent ongoing interactions, while events handle communication, including user inputs, tool outputs, and system updates. This modular design allows flexible composition of AI applications.

Fine-grained tool access and permissions

Developers can control which tools an agent can use, such as web search, bash execution, or private integrations. Permissions can be configured per tool, allowing automatic execution for safe actions while requiring user approval for sensitive operations like database queries. This approach balances automation with security.

Advanced event system enables control and safety

The platform supports multiple event types, including user events, agent events, and session lifecycle events. Developers can interrupt agent behavior in real time, inject tool results, or define structured “outcomes” that guide agents to iteratively validate their work against a predefined rubric, improving reliability and alignment.

Multi-agent orchestration for complex tasks

Agents can spawn and coordinate with other agents, each with specialized roles such as financial analysis or market research. These multi-agent systems operate in parallel threads, sharing findings and contributing to a central objective, enabling more sophisticated reasoning and task decomposition.

Built-in observability and debugging tools

A developer console provides real-time visibility into agent behavior, including tool calls, execution timelines, and inter-agent communication. This observability allows teams to debug performance issues, inspect decision-making processes, and monitor long-running operations.

Secure integration with private data and services

Features such as credential vaults and MCP tunnels allow agents to securely access private systems without exposing credentials or infrastructure. Authentication tokens are injected at runtime without entering the model’s context, reducing risk while enabling enterprise integrations.

Self-hosted and customizable execution environments

Developers can use managed infrastructure or bring their own via self-hosted sandboxes on platforms like Cloudflare, Vercel, or Modal. This ensures sensitive data remains داخل private networks while still leveraging the agent framework.

Persistent memory across sessions

Memory stores allow agents to retain and retrieve information over time, improving performance across interactions. These memories can be inspected and edited, giving developers control over long-term agent behavior and knowledge.

CONCLUSION

Cloud-managed agents streamline the development of complex AI systems by combining orchestration, security, and scalability into a unified platform, significantly reducing the engineering overhead required to deploy production-grade agents.

Full transcript

More from Anthropic