Announcing general availability of Amazon WorkSpaces for AI agents
AI agents can now automate legacy desktop apps—ERP, mainframes, CRMs—with full enterprise governance, no modernization needed.
View original announcement →Visual Summary
What's New
Amazon WorkSpaces for AI agents is now generally available, enabling AI agents to securely access and operate legacy desktop applications—such as ERP systems, CRMs, mainframes, and proprietary tools—through managed cloud desktop environments without requiring application modernization or custom API integrations. Agents connect via the industry-standard Model Context Protocol (MCP) and interact with applications visually, the same way human users do, while inheriting the same identity controls, network isolation, and compliance boundaries already in place. Key capabilities added since the Preview launch include MCP tool forwarding, real-time session control, and domain-joined fleet support for Active Directory integration.
How It Works
- MCP Endpoint Connection: AI agents connect to a managed WorkSpaces Applications environment through a standard MCP endpoint, authenticated via AWS IAM, with no proprietary SDKs required—making it compatible with any agent framework (e.g., Strands Agents SDK, LangChain, custom frameworks).
- Hybrid Interaction Model: Agents interact with desktop applications using a combination of vision-driven screen interaction (computer use / screenshot analysis) and MCP tool forwarding; the service automatically routes each subtask to the most efficient path, preferring direct MCP tool calls when available and falling back to visual interaction otherwise.
- MCP Tool Forwarding: Purpose-built MCP tools allow agents to call application functions and OS-level operations directly rather than relying solely on screen-level vision, improving accuracy, reducing latency, and lowering inference costs.
- Domain-Joined Fleet Support: Agents can operate under existing Active Directory identities through domain-joined fleets, meaning the same fine-grained access control policies, group policies, and audit attribution that apply to human employees extend automatically to agent sessions.
- Real-Time Session Control: Human operators can observe agent sessions live with view-only access and can pause or revoke agent access mid-session, providing a human-in-the-loop safety mechanism for sensitive workflows.
- Observability Stack: Every tool call is logged via AWS CloudTrail, session metrics are tracked in Amazon CloudWatch, and screenshots are stored in Amazon S3, providing a full audit trail for compliance and debugging.
- Elastic, Pay-As-You-Go Infrastructure: The service runs on the same WorkSpaces infrastructure AWS has operated for over a decade, with pricing based on active session time, enabling elastic scale without pre-provisioning dedicated infrastructure.
Why It's Important
- Unlocks Automation for Legacy Systems: Billions of dollars of enterprise value is locked in desktop applications that lack modern APIs; this service allows AI agents to automate those workflows today without waiting years for application modernization projects.
- Eliminates the "Last-Mile" Integration Problem: Organizations no longer need to build custom integrations or reverse-engineer proprietary application logic—agents interact at the UI layer, the same interface already supported and maintained by vendors.
- Governance Without Compromise: Because agents inherit existing identity, access, and compliance controls, enterprises in regulated industries (financial services, healthcare, insurance) can deploy automation without creating new governance gaps or audit exceptions.
- Accelerates ROI on AI Agent Investments: Teams can point existing agent frameworks at a WorkSpaces MCP endpoint and begin automating in hours rather than months, dramatically compressing time-to-value for agentic AI initiatives.
- Reduces Operational Risk: Real-time session control and full audit logging mean organizations can deploy agents incrementally with human oversight, reducing the risk of undetected errors in critical business processes like claims processing or trade settlement.
- Framework and Model Agnostic: Support for any MCP-compatible agent framework prevents vendor lock-in and allows organizations to use their preferred AI models and orchestration tools alongside the service.
How It's Different
- No Application Modernization Required: Unlike RPA tools that often require scripted selectors tied to specific UI versions, or API-based integrations that require backend changes, WorkSpaces for agents operates at the visual desktop layer with no changes to the target application.
- Enterprise Identity Integration vs. Standalone Credentials: Most agentic automation solutions require separate credential management; domain-joined fleet support means agents operate as known Active Directory identities, reusing existing RBAC policies and audit pipelines rather than creating parallel governance structures.
- MCP Tool Forwarding vs. Pure Computer Use: Competing approaches that rely solely on vision-based computer use (screenshot → LLM → action) are slower and more expensive; the hybrid MCP tool forwarding model selectively uses direct tool calls where possible, making it faster and cheaper at scale.
- Managed Infrastructure vs. Self-Hosted VMs: Organizations don't need to provision, patch, or manage virtual machines for agent desktops; AWS handles the underlying infrastructure with the same SLAs and security posture as production WorkSpaces deployments.
- Built-In Human Oversight: Real-time session control with mid-session revocation is a first-class feature, not an afterthought—distinguishing it from fully autonomous automation platforms that lack operator intervention capabilities.
- Compliance-Ready by Default: Audit logging to CloudTrail, metrics to CloudWatch, and screenshots to S3 are built in, whereas custom automation solutions require significant engineering effort to achieve equivalent observability for regulated workloads.
When to Prefer It
- Legacy Desktop Applications Without APIs: When your critical business processes run on applications (mainframes, older ERP systems, proprietary tools) that have no REST API, no SDK, and no realistic near-term modernization path.
- Regulated Industries Requiring Audit Trails: When operating in financial services, healthcare, insurance, or government where every automated action must be attributable to a known identity and fully auditable under existing compliance frameworks.
- Workflows Requiring Human Oversight: When automating high-stakes processes (e.g., trade settlement, patient record updates, claims adjudication) where operators need the ability to observe and intervene in real time rather than running fully unattended.
- Organizations with Existing Active Directory Infrastructure: When you want agent sessions to inherit the same access policies, group policies, and audit attribution already enforced for human employees without building a parallel identity system.
- Multi-Application Workflows: When agents need to transfer data across multiple desktop applications in a single session (e.g., copying data from a mainframe into a CRM and then into a reporting tool), which is difficult to orchestrate with point-to-point API integrations.
- Teams Wanting Fast Time-to-Value: When you have an existing agent framework (LangChain, Strands, custom MCP client) and want to automate desktop workflows without months of integration development—just point the framework at the MCP endpoint.
- Back-Office Scaling Without Headcount Growth: When operational volumes (invoice processing, record reconciliation, candidate screening) are growing faster than hiring capacity and the bottleneck is repetitive desktop work rather than decision-making.
Availability
- GA Status: Generally available as of June 30, 2026; the service was in public Preview starting May 5, 2026.
- Infrastructure: Built on Amazon WorkSpaces Applications (the service underlying WorkSpaces), leveraging AWS's existing global managed desktop infrastructure.
- Region Availability: Specific supported AWS regions are not enumerated in the announcement; consult the AWS Regional Services page or WorkSpaces documentation for the current region list.
- Pricing Model: Pay-as-you-go based on active session time; no upfront commitment or pre-provisioned capacity required, enabling elastic scaling aligned to actual agent workload.
- Framework Compatibility: Works with any agent framework that supports Model Context Protocol (MCP); no proprietary SDK required.
- Prerequisites: Requires an AWS account with permissions to create WorkSpaces Applications fleets/stacks and invoke Amazon Bedrock (for vision-based interaction); AWS CLI v2 and Python 3.10+ for the sample quickstart.
- Documentation and Samples: Official documentation available at the Amazon WorkSpaces Applications Administration Guide; sample code (Python, using Strands Agents SDK with Claude Computer Use) available at
aws-samples/sample-code-for-workspaces-agent-accesson GitHub. - Limitations: Domain-joined fleet support requires an existing Active Directory setup; MCP tool forwarding availability depends on whether purpose-built MCP tools exist for the target application, with vision-based fallback used otherwise.