Contact Scale to receive Docker images for your environments. Images are distributed as tar files that can be loaded into your local Docker registry.
Environment APIs
MCP Environment
Tool-based agent interaction APIs
Website Environments
Synthetic website APIs for GUI agents
Desktop Environments
VM control APIs for CUA agents
MCP Environment Endpoints
| Endpoint | Method | Description |
|---|---|---|
/list-tools | POST | Discover available tools |
/call-tools | POST | Execute a tool |
/show-data | POST | Inspect server state |
/health | GET | Health check |
Website Environment Endpoints
Desktop Environment Endpoints
| Endpoint | Method | Description |
|---|---|---|
/screenshot | GET | Capture current visual state |
/execute | POST | Execute shell command |
/platform | GET | Get platform information |
/accessibility | GET | Get UI accessibility tree |
/file | POST | Download file from VM |
Interactive API Documentation
Each endpoint page includes:- Parameter documentation with types and descriptions
- Request examples in cURL format
- Response examples showing success and error cases