Build, share, and run internal software with Claude Code, Codex, or any coding agent - from persistent cloud workspaces your whole team can use.


Anything a SaaS vendor charges you per seat for, your team can build in an afternoon — shaped to your data, your process, your terminology. Every template is a working starting point.
Building with Claude Code or Codex is great until you have to close the lid, share the result, or run it again tomorrow. Morph is the part that picks up after the build.
Morph gets out of the way and lets you harness the true power of coding models — while you stay in control of your workspace, your data, and the apps you ship.
Claude Code, Codex, Cursor, or whatever ships next. Your subscription, your bill. We don't touch the model — we run the workspace around it.
Morph gives external agents controlled shell access through workspace-bound Front Door tokens. They run explicit argv commands in your sandbox, with rate limits, timeouts, output caps, and audited runs.
request # MORPH_FRONTDOOR_URL is /api/workspaces/:workspaceId/frontdoor curl -X POST "$MORPH_FRONTDOOR_URL/exec" \ -H "Authorization: Bearer $MORPH_FRONTDOOR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "argv": ["morph-app", "commands", "list"], "cwd": "/project/workspace", "timeoutMs": 60000 }'
response · 200 { "runId": "fdr_abc123", "exitCode": 0, "stdout": "{ \"commands\": [...] }", "stderr": "", "timedOut": false, "stdoutBytes": 248, "stderrBytes": 0, "truncated": false }
Bring your Claude Code or Codex subscription. We'll handle the rest.