Transfer your AI brokers from proof of idea to manufacturing with Amazon Bedrock AgentCore
Constructing an AI agent that may deal with a real-life use case in manufacturing is a posh endeavor. Though making a proof of idea demonstrates the potential, transferring to manufacturing requires addressing scalability, safety, observability, and operational issues that don’t floor in improvement environments.
This publish explores how Amazon Bedrock AgentCore helps you transition your agentic purposes from experimental proof of idea to production-ready techniques. We comply with the journey of a buyer help agent that evolves from a easy native prototype to a complete, enterprise-grade answer able to dealing with a number of concurrent customers whereas sustaining safety and efficiency requirements.
Amazon Bedrock AgentCore is a complete suite of providers designed that will help you construct, deploy, and scale agentic AI purposes. In case you’re new to AgentCore, we advocate exploring our present deep-dive posts on particular person providers: AgentCore Runtime for safe agent deployment and scaling, AgentCore Gateway for enterprise instrument improvement, AgentCore Identity for securing agentic AI at scale, AgentCore Memory for constructing context-aware brokers, AgentCore Code Interpreter for code execution, AgentCore Browser Tool for net interplay, and AgentCore Observability for transparency in your agent habits. This publish demonstrates how these providers work collectively in a real-world situation.
The shopper help agent journey
Buyer help represents one of the crucial frequent and compelling use circumstances for agentic AI. Fashionable companies deal with hundreds of buyer inquiries each day, starting from easy coverage inquiries to advanced technical troubleshooting. Conventional approaches usually fall brief: rule-based chatbots frustrate clients with inflexible responses, and human-only help groups wrestle with scalability and consistency. An clever buyer help agent must seamlessly deal with various eventualities: managing buyer orders and accounts, trying up return insurance policies, looking product catalogs, troubleshooting technical points by way of net analysis, and remembering buyer preferences throughout a number of interactions. Most significantly, it should do all this whereas sustaining the safety and reliability requirements anticipated in enterprise environments. Take into account the standard evolution path many organizations comply with when constructing such brokers:
- The proof of idea stage – Groups begin with a easy native prototype that demonstrates core capabilities, resembling a primary agent that may reply coverage questions and seek for merchandise. This works nicely for demos however lacks the robustness wanted for actual buyer interactions.
- The fact test – As quickly as you attempt to scale past a number of check customers, challenges emerge. The agent forgets earlier conversations, instruments turn into unreliable underneath load, there’s no approach to monitor efficiency, and safety turns into a paramount concern.
- The manufacturing problem – Transferring to manufacturing requires addressing session administration, safe instrument sharing, observability, authentication, and constructing interfaces that clients truly wish to use. Many promising proofs of idea stall at this stage because of the complexity of those necessities.
On this publish, we deal with every problem systematically. We begin with a prototype agent geared up with three important instruments: return coverage lookup, product data search, and net seek for troubleshooting. From there, we add the capabilities wanted for manufacturing deployment: persistent reminiscence for dialog continuity and a hyper-personalized expertise, centralized instrument administration for reliability and safety, full observability for monitoring and debugging, and eventually a customer-facing net interface. This development mirrors the real-world path from proof of idea to manufacturing, demonstrating how Amazon Bedrock AgentCore providers work collectively to unravel the operational challenges that emerge as your agentic purposes mature. For simplification and demonstration functions, we take into account a single-agent structure. In real-life use circumstances, buyer help brokers are sometimes created as multi-agent architectures and people eventualities are additionally supported by Amazon Bedrock AgentCore providers.
Answer overview
Each manufacturing system begins with a proof of idea, and our buyer help agent is not any exception. On this first section, we construct a purposeful prototype that demonstrates the core capabilities wanted for buyer help. On this case, we use Strands Agents, an open supply agent framework, to construct the proof of idea and Anthropic’s Claude 3.7 Sonnet on Amazon Bedrock as the massive language mannequin (LLM) powering our agent. To your software, you should use one other agent framework and mannequin of your alternative.
Brokers depend on instruments to take actions and work together with stay techniques. A number of instruments are utilized in buyer help brokers, however to maintain our instance easy, we give attention to three core capabilities to deal with the most typical buyer inquiries:
- Return coverage lookup – Prospects incessantly ask about return home windows, circumstances, and processes. Our instrument supplies structured coverage data based mostly on product classes, overlaying every thing from return timeframes to refund processing and transport insurance policies.
- Product data retrieval – Technical specs, guarantee particulars, and compatibility data are important for each pre-purchase questions and troubleshooting. This instrument serves as a bridge to your product catalog, delivering formatted technical particulars that clients can perceive.
- Net seek for troubleshooting – Complicated technical points usually require the most recent options or community-generated fixes not present in inner documentation. Net search functionality permits the agent to entry the net for present troubleshooting guides and technical options in actual time.
The instruments implementation and the end-to-end code for this use case can be found in our GitHub repository. On this publish, we give attention to the primary code that connects with Amazon Bedrock AgentCore, however you may comply with the end-to-end journey within the repository.
Create the agent
With the instruments out there, let’s create the agent. The structure for our proof of idea will appear to be the next diagram.

You will discover the end-to-end code for this publish on the GitHub repository. For simplicity, we present solely the important elements for our end-to-end code right here:
Take a look at the proof of idea
After we check our prototype with real looking buyer queries, the agent demonstrates the proper instrument choice and interplay with real-world techniques:
The agent works nicely for these particular person queries, appropriately mapping laptop computer inquiries to return coverage lookups and complicated technical points to net search, offering complete and actionable responses.
The proof of idea actuality test
Our proof of idea efficiently demonstrates that an agent can deal with various buyer help eventualities utilizing the best mixture of instruments and reasoning. The agent runs completely in your native machine and handles queries appropriately. Nevertheless, that is the place the proof of idea hole turns into apparent. The instruments are outlined as native features in your agent code, the agent responds rapidly, and every thing appears production-ready. However a number of vital limitations turn into obvious the second you suppose past single-user testing:
- Reminiscence loss between periods – In case you restart your pocket book or software, the agent fully forgets earlier conversations. A buyer who was discussing a laptop computer return yesterday would wish to start out from scratch at this time, re-explaining their whole scenario. This isn’t simply inconvenient—it’s a poor buyer expertise that breaks the conversational circulation that makes AI brokers useful.
- Single buyer limitation – Your present agent can solely deal with one dialog at a time. If two clients attempt to use your help system concurrently, their conversations would intrude with one another, or worse, one buyer may see one other’s dialog historical past. There’s no mechanism to take care of separate dialog context for various customers.
- Instruments embedded in code – Your instruments are outlined instantly within the agent code. This implies:
- You possibly can’t reuse these instruments throughout completely different brokers (gross sales agent, technical help agent, and so forth).
- Updating a instrument requires altering the agent code and redeploying every thing.
- Completely different groups can’t preserve completely different instruments independently.
- No manufacturing infrastructure – The agent runs regionally as a right for scalability, safety, monitoring, and reliability.
These elementary architectural obstacles can stop actual buyer deployment. Agent constructing groups can take months to deal with these points, which delays the time to worth from their work and provides important prices to the applying. That is the place Amazon Bedrock AgentCore providers turn into important. Moderately than spending months constructing these manufacturing capabilities from scratch, Amazon Bedrock AgentCore supplies managed providers that deal with every hole systematically.
Let’s start our journey to manufacturing by fixing the reminiscence downside first, remodeling our agent from one which forgets each dialog into one which remembers clients throughout conversations and may hyper-personalize conversations utilizing Amazon Bedrock AgentCore Reminiscence.
Add persistent reminiscence for hyper-personalized brokers
The primary main limitation we recognized in our proof of idea was reminiscence loss—our agent forgot every thing between periods, forcing clients to repeat their context each time. This “goldfish agent” habits breaks the conversational expertise that makes AI brokers useful within the first place.
Amazon Bedrock AgentCore Reminiscence solves this by offering managed, persistent reminiscence that operates on two complementary ranges:
- Quick-term reminiscence – Fast dialog context and session-based data for continuity inside interactions
- Lengthy-term reminiscence – Persistent data extracted throughout a number of conversations, together with buyer preferences, info, and behavioral patterns
After including Amazon Bedrock AgentCore Reminiscence to our buyer help agent, our new structure will appear to be the next diagram.

Set up dependencies
Earlier than we begin, let’s set up our dependencies: boto3, the AgentCore SDK, and the AgentCore Starter Toolkit SDK. These will assist us rapidly add Amazon Bedrock AgentCore capabilities to our agent proof of idea. See the next code:
Create the reminiscence sources
Amazon Bedrock AgentCore Reminiscence makes use of configurable methods to find out what data to extract and retailer. For our buyer help use case, we use two complementary methods:
- USER_PREFERENCE – Robotically extracts and shops buyer preferences like “prefers ThinkPad laptops,” “makes use of Linux,” or “performs aggressive FPS video games.” This permits customized suggestions throughout conversations.
- SEMANTIC – Captures factual data utilizing vector embeddings, resembling “buyer has MacBook Professional order #MB-78432” or “reported overheating points throughout video enhancing.” This supplies related context for troubleshooting.
See the next code:
Combine with Strands Brokers hooks
The important thing to creating reminiscence work seamlessly is automation—clients shouldn’t want to consider it, and brokers shouldn’t require handbook reminiscence administration. Strands Brokers supplies a robust hook system that permits you to intercept agent lifecycle occasions and deal with reminiscence operations mechanically. The hook system allows each built-in elements and consumer code to react to or modify agent habits by way of strongly-typed occasion callbacks. For our use case, we create CustomerSupportMemoryHooks to retrieve the client context and save the help interactions:
- MessageAddedEvent hook – Triggered when clients ship messages, this hook mechanically retrieves related reminiscence context and injects it into the question. The agent receives each the client’s query and related historic context with out handbook intervention.
- AfterInvocationEvent hook – Triggered after agent responses, this hook mechanically saves the interplay to reminiscence. The dialog turns into a part of the client’s persistent historical past instantly.
See the next code:
On this code, we will see that our hooks are those interacting with Amazon Bedrock AgentCore Reminiscence to save lots of and retrieve reminiscence occasions.
Combine reminiscence with the agent
Including reminiscence to our present agent requires minimal code adjustments; you may merely instantiate the reminiscence hooks and cross them to the agent constructor. The agent code then solely wants to attach with the reminiscence hooks to make use of the complete energy of Amazon Bedrock AgentCore Reminiscence. We are going to create a brand new hook for every session, which is able to assist us deal with completely different buyer interactions. See the next code:
Take a look at the reminiscence in motion
Let’s see how reminiscence transforms the client expertise. After we invoke the agent, it makes use of the reminiscence from earlier interactions to indicate buyer pursuits in gaming headphones, ThinkPad laptops, and MacBook thermal points:
The transformation is instantly obvious. As a substitute of generic responses, the agent now supplies customized suggestions based mostly on the client’s said preferences and previous interactions. The shopper doesn’t must re-explain their gaming wants or Linux necessities—the agent already is aware of.
Advantages of Amazon Bedrock AgentCore Reminiscence
With Amazon Bedrock AgentCore Reminiscence built-in, our agent now delivers the next advantages:
- Dialog continuity – Prospects can choose up the place they left off, even throughout completely different periods or help channels
- Personalised service – Suggestions and responses are tailor-made to particular person preferences and previous points
- Contextual troubleshooting – Entry to earlier issues and options allows more practical help
- Seamless expertise – Reminiscence operations occur mechanically with out buyer or agent intervention
Nevertheless, we nonetheless have limitations to deal with. Our instruments stay embedded within the agent code, stopping reuse throughout completely different help brokers or groups. Safety and entry controls are minimal, and we nonetheless can’t deal with a number of clients concurrently in a manufacturing atmosphere.
Within the subsequent part, we deal with these challenges by centralizing our instruments utilizing Amazon Bedrock AgentCore Gateway and implementing correct id administration with Amazon Bedrock AgentCore Identification, making a scalable and safe basis for our buyer help system.
Centralize instruments with Amazon Bedrock AgentCore Gateway and Amazon Bedrock AgentCore Identification
With reminiscence solved, our subsequent problem is instrument structure. At the moment, our instruments are embedded instantly within the agent code—a sample that works for prototypes however creates important issues at scale. While you want a number of brokers (buyer help, gross sales, technical help), each duplicates the identical instruments, resulting in in depth code, inconsistent habits, and upkeep nightmares.
Amazon Bedrock AgentCore Gateway simplifies this course of by centralizing instruments into reusable, safe endpoints that brokers can entry. Mixed with Amazon Bedrock AgentCore Identification for authentication, it creates an enterprise-grade instrument sharing infrastructure.
We are going to now replace our agent to make use of Amazon Bedrock AgentCore Gateway and Amazon Bedrock AgentCore Identification. The structure will appear to be the next diagram.

On this case, we convert our net search instrument for use within the gateway and hold the return coverage and get product data instruments native to this agent. That’s necessary as a result of net search is a typical functionality that may be reused throughout completely different use circumstances in a corporation, and return coverage and manufacturing data are capabilities generally related to buyer help providers. With Amazon Bedrock AgentCore providers, you may resolve which capabilities to make use of and methods to mix them. On this case, we additionally use two new instruments that would have been developed by different groups: test guarantee and get buyer profile. As a result of these groups have already uncovered these instruments utilizing AWS Lambda features, we will use them as targets to our Amazon Bedrock AgentCore Gateway. Amazon Bedrock AgentCore Gateway may also help REST APIs as goal. That signifies that if we’ve an OpenAPI specification or a Smithy model, we will additionally rapidly expose our instruments utilizing Amazon Bedrock AgentCore Gateway.
Convert present providers to MCP
Amazon Bedrock AgentCore Gateway makes use of the Model Context Protocol (MCP) to standardize how brokers entry instruments. Changing present Lambda features into MCP endpoints requires minimal adjustments—primarily including instrument schemas and dealing with the MCP context. To make use of this performance, we convert our native instruments to Lambda features and create the instruments schema definitions to make these features discoverable by brokers:
The next code is the instrument schema definition:
For demonstration functions, we construct a brand new Lambda operate from scratch. In actuality, organizations have already got completely different functionalities out there as REST providers or Lambda features, and this method allows you to expose present enterprise providers as agent instruments with out rebuilding them.
Configure safety with Amazon Bedrock AgentCore Gateway and combine with Amazon Bedrock AgentCore Identification
Amazon Bedrock AgentCore Gateway requires authentication for each inbound and outbound connections. Amazon Bedrock AgentCore Identification handles this by way of commonplace OAuth flows. After you arrange an OAuth authorization configuration, you may create a brand new gateway and cross this configuration to it. See the next code:
For inbound authentication, brokers should current legitimate JSON Web Token (JWT) tokens (from id suppliers like Amazon Cognito, Okta, and EntraID) as a compact, self-contained commonplace for securely transmitting data between events to entry Amazon Bedrock AgentCore Gateway instruments.
For outbound authentication, Amazon Bedrock AgentCore Gateway can authenticate to downstream providers utilizing AWS Identity and Access Management (IAM) roles, API keys, or OAuth tokens.
For demonstration functions, we’ve created an Amazon Cognito consumer pool with a dummy consumer identify and password. To your use case, it’s best to set a correct id supplier and handle the customers accordingly. This configure makes certain solely licensed brokers can entry particular instruments and a full audit path is offered.
Add Lambda targets
After you arrange Amazon Bedrock AgentCore Gateway, including Lambda features as instrument targets is simple:
The gateway now exposes your Lambda features as MCP instruments that licensed brokers can uncover and use.
Combine MCP instruments with Strands Brokers
Changing our agent to make use of centralized instruments requires updating the instrument configuration. We hold some instruments native, resembling product information and return insurance policies particular to buyer help that may possible not be reused in different use circumstances, and use centralized instruments for shared capabilities. As a result of Strands Brokers has a native integration for MCP tools, we will merely use the MCPClient from Strands with a streamablehttp_client. See the next code:
Take a look at the improved agent
With the centralized instruments built-in, our agent now has entry to enterprise capabilities like guarantee checking:
The agent seamlessly combines native instruments with centralized ones, offering complete help capabilities whereas sustaining safety and entry management.
Nevertheless, we nonetheless have a big limitation: our whole agent runs regionally on our improvement machine. For manufacturing deployment, we’d like scalable infrastructure, complete observability, and the power to deal with a number of concurrent customers.
Within the subsequent part, we deal with this by deploying our agent to Amazon Bedrock AgentCore Runtime, remodeling our native prototype right into a production-ready system with Amazon Bedrock AgentCore Observability and automated scaling capabilities.
Deploy to manufacturing with Amazon Bedrock AgentCore Runtime
With the instruments centralized and secured, our ultimate main hurdle is manufacturing deployment. Our agent at present runs regionally in your laptop computer, which is good for experimentation however unsuitable for actual clients. Manufacturing requires scalable infrastructure, complete monitoring, automated error restoration, and the power to deal with a number of concurrent customers reliably.
Amazon Bedrock AgentCore Runtime transforms your native agent right into a production-ready service with minimal code adjustments. Mixed with Amazon Bedrock AgentCore Observability, it supplies enterprise-grade reliability, automated scaling, and complete monitoring capabilities that operations groups want to take care of agentic purposes in manufacturing.
Our structure will appear to be the next diagram.

Minimal code adjustments for manufacturing
Changing your native agent requires including simply 4 traces of code:
BedrockAgentCoreApp mechanically creates an HTTP server with the required /invocations and /ping endpoints, handles correct content material sorts and response codecs, manages error dealing with in accordance with AWS requirements, and supplies the infrastructure bridge between your agent code and Amazon Bedrock AgentCore Runtime.
Safe manufacturing deployment
Manufacturing deployment requires correct authentication and entry management. Amazon Bedrock AgentCore Runtime integrates with Amazon Bedrock AgentCore Identification to supply enterprise-grade safety. Utilizing the Bedrock AgentCore Starter Toolkit, we will deploy our software utilizing three easy steps: configure, launch, and invoke.
In the course of the configuration, a Docker file is created to information the deployment of our agent. It accommodates details about the agent and its dependencies, the Amazon Bedrock AgentCore Identification configuration, and the Amazon Bedrock AgentCore Observability configuration for use. In the course of the launch step, AWS CodeBuild is used to run this Dockerfile and an Amazon Elastic Container Registry (Amazon ECR) repository is created to retailer the agent dependencies. The Amazon Bedrock AgentCore Runtime agent is then created, utilizing the picture of the ECR repository, and an endpoint is generated and used to invoke the agent in purposes. In case your agent is configured with OAuth authentication by way of Amazon Bedrock AgentCore Identification, like ours will probably be, you additionally must cross the authentication token in the course of the agent invocation step. The next diagram illustrates this course of.

The code to configure and launch our agent on Amazon Bedrock AgentCore Runtime will look as follows:
This configuration creates a safe endpoint that solely accepts requests with legitimate JWT tokens out of your id supplier (resembling Amazon Cognito, Okta, or Entra). For our agent, we use a dummy setup with Amazon Cognito, however your software can use an id supplier of your selecting. The deployment course of mechanically builds your agent right into a container, creates the required AWS infrastructure, and establishes monitoring and logging pipelines.
Session administration and isolation
One of the vital manufacturing options for brokers is correct session administration. Amazon Bedrock AgentCore Runtime mechanically handles session isolation, ensuring completely different clients’ conversations don’t intrude with one another:
Buyer 1’s follow-up maintains full context about their iPhone Bluetooth subject, whereas Buyer 2’s message (in a special session) has no context and the agent appropriately asks for extra data. This automated session isolation is essential for manufacturing buyer help eventualities.
Complete observability with Amazon Bedrock AgentCore Observability
Manufacturing brokers want complete monitoring to diagnose points, optimize efficiency, and preserve reliability. Amazon Bedrock AgentCore Observability mechanically devices your agent code and sends telemetry information to Amazon CloudWatch, the place you may analyze patterns and troubleshoot points in actual time. The observability information consists of session-level monitoring, so you may hint particular person buyer session interactions and perceive precisely what occurred throughout a help interplay. You should utilize Amazon Bedrock AgentCore Observability with an agent of your alternative, hosted in Amazon Bedrock AgentCore Runtime or not. As a result of Amazon Bedrock AgentCore Runtime mechanically integrates with Amazon Bedrock AgentCore Observability, we don’t want further work to watch our agent.
With Amazon Bedrock AgentCore Runtime deployment, your agent is prepared for use in manufacturing. Nevertheless, we nonetheless have one limitation: our agent is accessible solely by way of SDK or API calls, requiring clients to write down code or use technical instruments to work together with it. For true customer-facing deployment, we’d like a user-friendly net interface that clients can entry by way of their browsers.
Within the following part, we exhibit the entire journey by constructing a pattern net software utilizing Streamlit, offering an intuitive chat interface that may work together with our production-ready Amazon Bedrock AgentCore Runtime endpoint. The uncovered endpoint maintains the safety, scalability, and observability capabilities we’ve constructed all through our journey from proof of idea to manufacturing. In a real-world situation, you’d combine this endpoint along with your present customer-facing purposes and UI frameworks.
Create a customer-facing UI
With our agent deployed to manufacturing, the ultimate step is making a customer-facing UI that clients can use to interface with the agent. Though SDK entry works for builders, clients want an intuitive net interface for seamless help interactions.
To exhibit a whole answer, we construct a pattern Streamlit-based web-application that connects to our production-ready Amazon Bedrock AgentCore Runtime endpoint. The frontend consists of safe Amazon Cognito authentication, real-time streaming responses, persistent session administration, and a clear chat interface. Though we use Streamlit for rapid-prototyping, enterprises would usually combine the endpoint with their present interface or most popular UI frameworks.
The top-to-end software (proven within the following diagram) maintains full dialog context throughout the periods whereas offering the safety, scalability, and observability capabilities that we constructed all through this publish. The result’s a whole buyer help agentic system that handles every thing from preliminary authentication to advanced multi-turn troubleshooting conversations, demonstrating how Amazon Bedrock AgentCore providers remodel prototypes into production-ready buyer purposes.

Conclusion
Our journey from prototype to manufacturing demonstrates how Amazon Bedrock AgentCore providers deal with the standard obstacles to deploying enterprise-ready agentic purposes. What began as a easy native buyer help chatbot reworked right into a complete, production-grade system able to serving a number of concurrent customers with persistent reminiscence, safe instrument sharing, complete observability, and an intuitive net interface—with out months of customized infrastructure improvement.
The transformation required minimal code adjustments at every step, showcasing how Amazon Bedrock AgentCore providers work collectively to unravel the operational challenges that usually stall promising proofs of idea. Reminiscence capabilities keep away from the “goldfish agent” downside, centralized instrument administration by way of Amazon Bedrock AgentCore Gateway creates a reusable infrastructure that securely serves a number of use circumstances, Amazon Bedrock AgentCore Runtime supplies enterprise-grade deployment with automated scaling, and Amazon Bedrock AgentCore Observability delivers the monitoring capabilities operations groups want to take care of manufacturing techniques.
The next video supplies an summary of AgentCore capabilities.
Able to construct your individual production-ready agent? Begin with our full end-to-end tutorial, the place you may comply with together with the precise code and configurations we’ve explored on this publish. For extra use circumstances and implementation patterns, discover the broader GitHub repository, and dive deeper into service capabilities and finest practices within the Amazon Bedrock AgentCore documentation.
In regards to the authors
Maira Ladeira Tanke is a Tech Lead for Agentic AI at AWS, the place she allows clients on their journey to develop autonomous AI techniques. With over 10 years of expertise in AI/ML, Maira companions with enterprise clients to speed up the adoption of agentic purposes utilizing Amazon Bedrock AgentCore and Strands Brokers, serving to organizations harness the ability of basis fashions to drive innovation and enterprise transformation. In her free time, Maira enjoys touring, enjoying together with her cat, and spending time together with her household someplace heat.