By Sagar Shankaran, Founder of CallSphere
AWS launches Bedrock AgentCore with Runtime, Gateway, Memory, Identity, and Policy services for building enterprise AI agents at scale.
Key takeaways
Building production-grade AI agents is deceptively difficult. Prototyping a conversational agent that calls a few APIs takes a weekend. Shipping one that handles authentication, enforces access policies, maintains conversation memory across sessions, scales to thousands of concurrent users, and recovers gracefully from failures takes months of custom engineering. Most enterprise teams spend 70 to 80 percent of their agent development time on infrastructure plumbing rather than business logic.
AWS recognized this gap and responded with Bedrock AgentCore, a purpose-built platform announced at re:Invent 2025 and generally available as of February 2026. AgentCore is not a single service but a coordinated suite of five services designed to handle every infrastructure concern that enterprise AI agents require. The goal is straightforward: let engineering teams focus on what their agents do, not how they run.
AgentCore is built around five tightly integrated services, each addressing a distinct infrastructure concern. Together, they form a complete foundation for deploying AI agents at enterprise scale.
flowchart LR
USERS(["Traffic"])
LB["Geo LB plus<br/>Anycast"]
EDGE["Edge cache plus<br/>rate limit"]
APP["Stateless app pods<br/>HPA on QPS"]
QUEUE[(Async work queue)]
WORKER["Worker pool<br/>GPU or CPU"]
CACHE[("Redis cache<br/>LLM responses")]
DB[("Read replicas<br/>and primary")]
OBS[(Observability)]
USERS --> LB --> EDGE --> APP
APP --> CACHE
APP --> QUEUE --> WORKER
APP --> DB
APP --> OBS
style LB fill:#4f46e5,stroke:#4338ca,color:#fff
style WORKER fill:#ede9fe,stroke:#7c3aed,color:#1e1b4b
style CACHE fill:#f59e0b,stroke:#d97706,color:#1f2937
style OBS fill:#0ea5e9,stroke:#0369a1,color:#fff
The Runtime service provides serverless compute for agent workloads. Unlike traditional Lambda functions that are optimized for short-lived, stateless operations, AgentCore Runtime is designed for the unique execution patterns of AI agents: long-running reasoning chains, multi-step tool invocations, and asynchronous task completion.
Key capabilities include:
For enterprises running hundreds of distinct agent types, Runtime eliminates the operational burden of managing dedicated compute clusters for each one.
AI agents are only as useful as the tools they can access. The Gateway service provides a unified interface for agents to interact with external APIs, databases, internal services, and third-party SaaS platforms. Rather than each agent team building and maintaining their own integration layer, Gateway centralizes tool registration, versioning, and access control.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
Gateway supports:
This is particularly valuable for large organizations where dozens of agent teams need access to the same internal services. Gateway ensures consistent access patterns without duplicating integration code across teams.
Stateless agents forget everything between invocations. For enterprise use cases like multi-day customer support cases, ongoing project management workflows, or personalized assistant experiences, context retention is essential. The Memory service provides agents with persistent, queryable storage for conversation history, user preferences, task state, and learned patterns.
Memory offers three storage tiers:
The service integrates natively with vector databases for semantic retrieval, enabling agents to recall relevant past interactions without scanning entire conversation histories.
Production AI agents need to act on behalf of specific users with specific permissions. The Identity service handles OAuth flows, API key management, and role-based access control for agent actions. When an agent accesses a customer's CRM data or submits an expense report on behalf of an employee, Identity ensures the agent operates with exactly the permissions that user has granted.
Critical features include:
Autonomous agents need guardrails. The Policy service defines what agents can and cannot do, providing a declarative framework for setting operational boundaries. Policies can restrict spending limits, block access to sensitive data categories, require human approval for high-impact actions, and enforce compliance rules.
Policy supports:
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
Before AgentCore, a typical enterprise agent deployment required teams to build and maintain authentication middleware, tool integration layers, conversation state management, scaling infrastructure, and governance frameworks independently. This easily consumed six to nine months of engineering effort before the first agent reached production.
With AgentCore, that infrastructure is available out of the box. Teams define their agent logic, register their tools in Gateway, configure policies, and deploy to Runtime. The platform handles everything else. AWS reports that early adopters reduced their time-to-production from an average of seven months to under six weeks.
Companies like Intuit, Siemens, and Salesforce participated in the preview program. Siemens deployed over 40 specialized manufacturing agents using AgentCore, managing quality inspection workflows, predictive maintenance scheduling, and supply chain coordination across 15 factories. The consistent infrastructure layer meant each new agent could be built by a two-person team in two to three weeks rather than requiring a dedicated platform squad.
AgentCore follows AWS's consumption-based pricing model. Runtime charges per millisecond of agent execution time. Gateway charges per tool invocation. Memory charges per gigabyte of stored context. Identity and Policy are included at no additional cost. For most workloads, AWS estimates costs between 0.002 and 0.01 dollars per agent interaction, depending on complexity and tool usage.
The platform is available in all major AWS regions including US East, US West, EU West, and Asia Pacific. GovCloud availability is expected in Q3 2026.
Yes. While AgentCore integrates natively with Bedrock foundation models including Anthropic Claude, Meta Llama, and Amazon Titan, the Runtime service supports any model accessible via API. Teams can route agent reasoning to self-hosted models, OpenAI endpoints, or any other inference provider while still using Gateway, Memory, Identity, and Policy for infrastructure.
LangChain and similar frameworks provide libraries for building agent logic in code. AgentCore operates at a different layer, providing managed infrastructure services. Many teams use LangChain or LlamaIndex for agent orchestration logic while deploying on AgentCore for runtime execution, tool management, and governance. The two are complementary rather than competitive.
When an agent action violates a Policy rule, execution is paused immediately. Depending on the policy configuration, the action may be blocked outright, routed to a human reviewer for approval, or logged as an exception for post-hoc review. The agent receives a structured denial response that it can use to explain the limitation to the end user or attempt an alternative approach.
AWS designed AgentCore with regulated industries in mind. The Identity service supports HIPAA-compliant authentication flows. The Policy service enables enforcement of financial trading limits, data residency rules, and PII handling restrictions. Full audit trails across all five services satisfy HIPAA, and PCI DSS requirements. Several financial services firms participated in the preview program specifically to validate compliance capabilities.
Source: AWS re:Invent 2025 — Bedrock AgentCore Launch, AWS Architecture Blog — Building Enterprise Agents, Siemens AI Factory Case Study

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
The 2026 desktop AI agent landscape — ServiceNow Project Arc, Anthropic Claude offerings, OpenAI agents, and Google Mariner. A buyer's map.
The 2024 NPRM proposes mandatory penetration tests every 12 months and vulnerability scans every 6 months. Here is how an AI voice agent should be tested in 2026.
How to actually observe a WebSocket fleet: ping/pong heartbeats, Prometheus metrics that matter, dead-man switches, and the alerts that fire before customers notice.
An agentic-AI perspective on Anthropic Skills system, covering orchestration patterns, tool use, and how agent tooling fits production agent stacks.
Enterprise CIO Guide perspective on Comet's general-availability launch put an agentic browser in front of millions of consumers, and it works better than the demos suggested.
Enterprise CIO Guide perspective on Harvey AI's enterprise rollout numbers show legal agents have moved past the pilot stage at AmLaw 100 firms.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI