---
title: "Introducing OS Level Actions in Amazon Bedrock AgentCore Browser"
url: https://daily.dev/posts/introducing-os-level-actions-in-amazon-bedrock-agentcore-browser-lomeykmnc
source_url: https://aws.amazon.com/blogs/machine-learning/introducing-os-level-actions-in-amazon-bedrock-agentcore-browser
type: article
source: "AWS"
published: 2026-08-06T10:37:17.689Z
updated: 2026-08-06T10:39:56.244Z
tags: ["aws", "automation", "ai-agents", "amazon-bedrock"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing OS Level Actions in Amazon Bedrock AgentCore Browser

**[AWS](https://daily.dev/sources/aws)** · 9 min read · 0 upvotes · 0 comments

## Summary

Amazon Bedrock AgentCore Browser now supports OS Level Actions, extending AI agent automation beyond the browser's web layer (DOM/CDP) to the full OS desktop. This enables agents to interact with native dialogs, security prompts, certificate choosers, right-click context menus, and keyboard shortcuts that Playwright and CDP cannot reach. The feature works via the InvokeBrowser API using an action-screenshot-reaction loop: the agent dispatches an action (mouse click, drag, scroll, key press, shortcut), captures a full-desktop screenshot, sends it to a vision model, and decides the next step. Eight actions are supported across three categories: mouse control (mouseClick, mouseMove, mouseDrag, mouseScroll), keyboard input (keyType, keyPress, keyShortcut), and visual capture (screenshot). No additional setup is required for existing browser configurations.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.amazon.com/blogs/machine-learning/introducing-os-level-actions-in-amazon-bedrock-agentcore-browser>

## Similar posts on daily.dev

- [Amazon Bedrock AgentCore Browser adds OS-level interaction capabilities](https://daily.dev/posts/amazon-bedrock-agentcore-browser-adds-os-level-interaction-capabilities-dni3tekyi) · AWS · 1 upvotes · 0 comments
- [Amazon Bedrock AgentCore adds quality evaluations and policy controls for deploying trusted AI agents](https://daily.dev/posts/amazon-bedrock-agentcore-adds-quality-evaluations-and-policy-controls-for-deploying-trusted-ai-agent-p6qhetllj) · AWS · 1 upvotes · 0 comments
- [Amazon Bedrock AgentCore Runtime now supports the AG-UI protocol](https://daily.dev/posts/amazon-bedrock-agentcore-runtime-now-supports-the-ag-ui-protocol-kodozwsbh) · AWS · 1 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#automation](https://daily.dev/tags/automation), [#ai-agents](https://daily.dev/tags/ai-agents), [#amazon-bedrock](https://daily.dev/tags/amazon-bedrock)

[View this post on daily.dev](https://daily.dev/posts/introducing-os-level-actions-in-amazon-bedrock-agentcore-browser-lomeykmnc)
