Wuying AgentBay SDK
NormalDescription
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
Categories
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