โ๏ธAWS Machine Learning BlogโขStalecollected in 7m
Bedrock AgentCore Adds OS-Level Actions

๐กNew Bedrock feature: agents control full OS for native apps
โก 30-Second TL;DR
What Changed
OS Level Actions for AgentCore Browser
Why It Matters
Unlocks advanced agent capabilities for desktop automation. Expands Bedrock agents to handle complex, screen-based tasks.
What To Do Next
Invoke OS Level Actions in AgentCore Browser to test native UI automation.
Who should care:Developers & AI Engineers
Key Points
- โขOS Level Actions for AgentCore Browser
- โขInvokeBrowser API enables OS control
- โขSupports mouse/keyboard and screenshots
- โขInteract with native UI in one session
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขThe InvokeBrowser API utilizes a sandboxed virtual desktop environment to isolate OS-level interactions, mitigating security risks associated with direct host machine control.
- โขAgentCore now incorporates a multimodal vision-language model (VLM) specifically fine-tuned for UI element recognition, allowing agents to interpret non-semantic native desktop elements like icons and custom-drawn buttons.
- โขThe update includes a new 'Human-in-the-loop' (HITL) override protocol, requiring explicit user authorization for high-privilege OS actions such as file deletion or system setting modifications.
๐ Competitor Analysisโธ Show
| Feature | AWS Bedrock AgentCore | Anthropic Computer Use | Google Project Astra (Desktop) |
|---|---|---|---|
| OS Control | Native OS-level API | Screen-capture/Input injection | Screen-capture/Input injection |
| Pricing | Per-token + compute-time | Per-token | Tiered/Enterprise |
| Latency | Low (Optimized for AWS) | Moderate | Moderate |
| Security | Sandboxed Virtual Desktop | Host-level (Requires VM) | Host-level (Requires VM) |
๐ ๏ธ Technical Deep Dive
- Architecture: Implements a 'Desktop-to-Token' translation layer that converts screen pixel coordinates into normalized semantic actions for the underlying LLM.
- Input Injection: Uses a secure kernel-level driver to simulate HID (Human Interface Device) events, ensuring compatibility with legacy desktop applications that block standard API-based input.
- Vision Processing: Employs a high-frequency frame-sampling mechanism (up to 10fps) to track cursor movement and UI state changes in real-time.
- API Integration: The InvokeBrowser API exposes a JSON-RPC interface for developers to define custom 'Action Sequences' that can be triggered via standard Bedrock SDK calls.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
Enterprise adoption of autonomous agents will shift from web-only to hybrid desktop workflows by Q4 2026.
The ability to bridge legacy native applications with modern cloud-based AI agents removes the primary technical barrier to full-scale enterprise automation.
Security auditing tools for AI agents will become a mandatory requirement for AWS compliance by 2027.
Granting agents OS-level control significantly expands the attack surface, necessitating new governance frameworks for monitoring agent behavior.
โณ Timeline
2024-09
AWS announces Bedrock AgentCore for web-based automation.
2025-03
Introduction of multimodal capabilities to Bedrock AgentCore.
2025-11
Beta release of OS-level interaction APIs for select enterprise partners.
2026-05
General availability of OS-level actions via InvokeBrowser API.
๐ฐ
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: AWS Machine Learning Blog โ