{"slug":"morph-cloud","name":"Morph Cloud","owner":null,"repo":null,"category":"sandboxes-runtime","lang":"","blurb":"Sandbox VMs built around Infinibranch — snapshot, branch, and restore an entire running environment (files + processes + memory) in under 250ms for parallel agent forks.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://cloud.morph.so/docs/developers","signup_url":"https://cloud.morph.so","pricing_model":"usage-based","pricing_note":"Usage-based (self-hosted or Morph Cloud); Infinibranch snapshot/branch/restore in <250ms with cached setup steps. Free credits on signup","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup at cloud.morph.so; MORPH_API_KEY from dashboard. No account-creation API; key drives the Python/TS SDKs.","mcp_server":"","sdks":["Python","TypeScript"],"code_sample":"{\"lang\":\"python\",\"code\":\"from morphcloud.api import MorphCloudClient\\n\\nclient = MorphCloudClient()  # reads MORPH_API_KEY\\nsnapshot = client.snapshots.create(image_id=\\\"morphvm-minimal\\\", vcpus=1, memory=1024, disk_size=10000)\\ninstance = client.instances.start(snapshot_id=snapshot.id)\\nresult = instance.exec(command=\\\"echo hello\\\")\\nprint(result.stdout)\\n\\n# fork the live environment into 3 parallel clones\\nsnap, clones = instance.branch(count=3)\"}","tags":["snapshot","branch","infinibranch","fork","vm"],"useCases":[],"codeSample":{"lang":"python","code":"from morphcloud.api import MorphCloudClient\n\nclient = MorphCloudClient()  # reads MORPH_API_KEY\nsnapshot = client.snapshots.create(image_id=\"morphvm-minimal\", vcpus=1, memory=1024, disk_size=10000)\ninstance = client.instances.start(snapshot_id=snapshot.id)\nresult = instance.exec(command=\"echo hello\")\nprint(result.stdout)\n\n# fork the live environment into 3 parallel clones\nsnap, clones = instance.branch(count=3)"},"oneLiner":"Sandbox VMs built around Infinibranch — snapshot, branch, and restore an entire running environment (files + processes + memory) in under 250ms for parallel agent forks.","docsUrl":"https://cloud.morph.so/docs/developers","signupUrl":"https://cloud.morph.so","pricingModel":"usage-based","pricingNote":"Usage-based (self-hosted or Morph Cloud); Infinibranch snapshot/branch/restore in <250ms with cached setup steps. Free credits on signup","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup at cloud.morph.so; MORPH_API_KEY from dashboard. No account-creation API; key drives the Python/TS SDKs.","mcpServer":""}