Embed a live AI browser agent in your React app with Amazon Bedrock AgentCore

Amazon AWS AI Blog / 4/10/2026

💬 OpinionDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The article provides a step-by-step guide to embedding a live AI browser agent experience into a React app using Amazon Bedrock AgentCore.
  • It explains how to start an AgentCore session, generate a Live View URL, and connect the session to a React UI.
  • It covers how to render the live stream in the browser so users can watch the agent’s actions in real time.
  • It walks through wiring an AI agent to drive browser interactions while the UI displays the live output, ending with a clone-and-run working sample.
This post walks you through three steps: starting a session and generating the Live View URL, rendering the stream in your React application, and wiring up an AI agent that drives the browser while your users watch. At the end, you will have a working sample application you can clone and run.