Overview
Isolated Linux VMs provisioned in seconds. Run code, deploy apps, expose services.
Conway Cloud provides on-demand Linux VMs for AI agents. Create a sandbox, execute commands, read and write files, run interactive terminal sessions, and expose ports to the internet -- all via API.
API Base URL
https://api.conway.tech/v1All requests require an API key in the Authorization header:
curl https://api.conway.tech/v1/sandboxes \
-H "Authorization: Bearer cnwy_k_..."Resources
Each sandbox is a full Linux VM with configurable resources:
| Resource | Min | Max | Default |
|---|---|---|---|
| vCPU | 1 | 4 | 1 |
| Memory | 512 MB | 8,192 MB | 512 MB |
| Disk | 1 GB | 50 GB | 1 GB |
Regions
| Region | Location | ID |
|---|---|---|
| EU North | Northern Europe | eu-north |
| US East | US East Coast | us-east |
Capabilities
- Sandboxes -- Create, list, get, and delete VMs
- Execution -- Run shell commands and code
- Files -- Upload, download, and list files
- PTY Sessions -- Interactive terminals (REPLs, editors, shells)
- Ports -- Expose services to the internet with public URLs