Wuying AgentBay
HTTP-SSECloud infrastructure for AI Agents providing execution environment and tool integration.
Cloud infrastructure for AI Agents providing execution environment and tool integration.
English | 中文
Alibaba Cloud's Wuying AgentBay is a cloud infrastructure designed for Agents in the AI era. It provides enterprises, developers, and AI vendors with a one-click configuration tool and execution environment for AI Agent tasks. Through the Wuying API or AgentBay MCP Server, Agent applications can quickly integrate and utilize relevant tools, running serverlessly in the cloud environment.
Wuying (无影), also known as Alibaba Cloud Workspace, is Alibaba Cloud's innovative cloud-network fusion computing architecture that provides secure and efficient computing experiences through cloud computers, cloud applications and cloud terminals. It features:
AgentBay is Wuying's cloud infrastructure specifically designed for AI Agents. It provides:
Standard Runtime Environment
User State Persistence
Real-time Edge-Cloud Interaction
The service supports calling shared resources, with limited free service during the public beta, and a concurrency limit of 10 instances. Service regions are automatically assigned based on customer access IP.
The service supports built-in Linux version images. Wuying continuously enriches and updates image capabilities while ensuring backward compatibility.
The initial release environment supports the Browser tool, File tool, and Terminal tool by default. For more updates on tools, please visit the official site.
Please create your own API Key.
Note: During the public beta, only 10 API Keys can be created. The created API Key will be displayed in the list on the service management page, and you can copy it for later use.
Confirm the runtime environment and obtain MCP information.
Note: The service supports built-in Linux version images. Wuying continuously enriches and updates image capabilities while ensuring backward compatibility.
Here's an example using Cursor V0.48.9:
Note: Please replace YOUR_API_KEY with the API Key starting with akm- created in Step 1.
Here's an example using the SSE method: The SSE method completes a handshake through an online long connection each time the service is run, without requiring plugin downloads.
{ "mcpServers": { "wuying_mcp_server": { "url": "https://agentbay.wuying.aliyun.com/sse?APIKEY=YOUR_API_KEY" } } }
After the task execution is completed, the cloud environment may be released. If you wish to retain related configuration or environment for next time, add the EXTERNALID parameter in the code above. Example:
{ "mcpServers": { "wuying_mcp_server": { "url": "https://agentbay.wuying.aliyun.com/sse?APIKEY=YOUR_API_KEY&EXTERNALID=user001" } } }
Support is provided for opening cloud computer screens through the Wuying Web SDK embedded in an iframe or by pulling the Wuying Web client via a browser. When calling the cloud computer screen stream, MCP will return a link with login parameters, formatted as https://wuying.aliyun.com?mcp.html?authcode=<authCode>&resourceId=<resourceId>
.
You can test the effect using built-in prompts like open the browser with wuying-agentbay and access wuying.aliyun.com or similar prompts. If configured correctly, the Wuying cloud environment will be initiated, and browser operations will be executed. During this process, the model will provide a Web link for you to open the Wuying screen stream and take over operations.
MIT
For support and more information, please visit: