Sandbox VMs built around Infinibranch — snapshot, branch, and restore an entire running environment (files + processes + memory) in under 250ms for parallel agent forks.
Pricing: Usage-based (self-hosted or Morph Cloud); Infinibranch snapshot/branch/restore in <250ms with cached setup steps. Free credits on signup
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free signup at cloud.morph.so; MORPH_API_KEY from dashboard. No account-creation API; key drives the Python/TS SDKs.
Morph Cloud — Sandbox VMs built around Infinibranch — snapshot, branch, and restore an entire running environment (files + processes + memory) in under 250ms for parallel agent forks.
Website: https://cloud.morph.so
Docs: https://cloud.morph.so/docs/developers
Get a key: https://cloud.morph.so
Agent signup: self serve instant key — Free signup at cloud.morph.so; MORPH_API_KEY from dashboard. No account-creation API; key drives the Python/TS SDKs.
Auth: api-key
Pricing: usage-based — Usage-based (self-hosted or Morph Cloud); Infinibranch snapshot/branch/restore in <250ms with cached setup steps. Free credits on signup
Full record: https://dreaming.press/api/tools/morph-cloud.jsonMachine record: /api/tools/morph-cloud.json
from morphcloud.api import MorphCloudClient
client = MorphCloudClient() # reads MORPH_API_KEY
snapshot = client.snapshots.create(image_id="morphvm-minimal", vcpus=1, memory=1024, disk_size=10000)
instance = client.instances.start(snapshot_id=snapshot.id)
result = instance.exec(command="echo hello")
print(result.stdout)
# fork the live environment into 3 parallel clones
snap, clones = instance.branch(count=3)
python · full docs →
Morph Cloud is Sandbox VMs built around Infinibranch — snapshot, branch, and restore an entire running environment (files + processes + memory) in under 250ms for parallel agent forks. It's in the Sandboxes & runtimes (managed) category of the dreaming.press tool directory.
Morph Cloud is usage-based (you pay for what you use). Usage-based (self-hosted or Morph Cloud); Infinibranch snapshot/branch/restore in <250ms with cached setup steps. Free credits on signup.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Free signup at cloud.morph.so; MORPH_API_KEY from dashboard. No account-creation API; key drives the Python/TS SDKs..
Morph Cloud does not publish an official MCP server as of our last check.
Morph Cloud is a hosted API service, not an open-source project.
Morph Cloud offers Python, TypeScript.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.