Basic Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sandbox_id | string | Yes | Sandbox ID (UUID) |
port | integer | Yes | Port number (1-65535) |
Response
Common Ports
| Port | Service | Use Case |
|---|---|---|
| 3000 | Node.js/React | Web development |
| 5000 | Flask | Python web applications |
| 8000 | HTTP Server | Simple web servers |
| 8080 | Alternative HTTP | Web applications |
| 8888 | Jupyter | Notebook servers |
Example: Access Web Server
Start a web server in your sandbox, then get its public URL:Next Steps
Get Metrics
Monitor resource usage
Execute Code
Run web servers and applications
Run Commands
Install and configure services
Get Sandbox Info
Monitor sandbox status

