Wuying AgentBay SDK

Normal
GitHub Python Apache-2.0

Description

Wuying AgentBay SDK is a cloud sandbox built for AI agents, providing secure isolated execution environments for agents to safely run code and operations in the cloud, suitable for production-grade agent applications requiring sandboxed execution.

Key Features

  • On-demand cloud sandboxes with second-level startup — create, use, and destroy isolated environments instantly
  • Four capability modes: browser automation, desktop app control, mobile UI testing, and code execution
  • Multi-language SDKs: Python, TypeScript, Golang, and Java — full coverage
  • Built-in modules for file operations, command execution, Git operations, and data persistence
  • Full session lifecycle management with status and health monitoring
  • Enterprise-grade security isolation powered by Alibaba Cloud infrastructure

Use Cases

💡 Provide AI agents with secure isolated cloud code execution environments
💡 Browser automation: web scraping, form filling, and workflow testing
💡 Cloud desktop app automation for legacy enterprise software
💡 Run multiple sandboxes in parallel for mobile UI automated testing
💡 AI coding assistants safely execute generated code in cloud sandboxes

Quick Start

pip install wuying-agentbay-sdk, set AGENTBAY_API_KEY environment variable, then from agentbay import AgentBay; agent_bay = AgentBay(); session = agent_bay.create(CreateSessionParams(image_id='code_latest')).session

Related Projects