Conway

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/v1

All 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:

ResourceMinMaxDefault
vCPU141
Memory512 MB8,192 MB512 MB
Disk1 GB50 GB1 GB

Regions

RegionLocationID
EU NorthNorthern Europeeu-north
US EastUS East Coastus-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