Introducing Windows Sandbox support - run computer-use agents on Windows business apps without VMs or cloud costs. 1/6
Your enterprise software runs on Windows, but testing agents required expensive cloud instances. Windows Sandbox changes this - it's Microsoft's built-in lightweight virtualization sitting on every Windows 10/11 machine, ready for instant agent development. 2/6
Enterprise customers kept asking for AutoCAD automation, SAP integration, and legacy Windows software support. Traditional VM testing was slow and resource-heavy. Windows Sandbox solves this with disposable, seconds-to-boot Windows environments for safe agent testing. 3/6
What you can build: AutoCAD drawing automation, SAP workflow processing, Bloomberg terminal trading bots, manufacturing execution system integration, or any Windows-only enterprise software automation - all tested safely in disposable sandbox environments. 4/6
Getting started is simple: computer = Computer( provider_type=VMProviderType.WINSANDBOX, os_type="windows", memory="4GB" ) agent = ComputerAgent( computer=computer, model=LLM(provider=LLMProvider.OPENAI) ) # Agent runs in isolated Windows sandbox 5/6
Free with Windows 10/11, boots in seconds, completely disposable. Perfect for development and testing before deploying to Windows cloud instances (coming later this month). Read the full guide: https://trycua.com/blog/window... 6/6

