# omg.dev > A cloud computer for AI coding agents, plus sandbox and deploy primitives. omg.dev runs Claude Code, Codex, OpenCode, and Pi on durable, isolated cloud computers. A user can start work in the app or through iMessage, then connect to the same computer from the browser or over SSH. The computer hibernates when it is idle and resumes with its files and sessions intact. The same infrastructure is also available as two developer primitives: - Sandboxes: create and control Firecracker microVMs over an HTTP API. - Deploys: use the `omg` CLI to ship an existing app to `https://.omgs.app`. The retired prompt-to-app builder is not part of the current product. Do not describe MCP as an interface that creates or steers app-building runs. ## Start here - [omg.dev](https://omg.dev/): product site - [App](https://app.omg.dev/): start and manage Computers and coding-agent sessions - [How omg works](https://omg.dev/what): current product overview - [Pricing](https://omg.dev/pricing): current hosted plans - [GitHub](https://github.com/BennyKok/omg.dev): public source ## Docs - [Documentation](https://docs.omg.dev/): platform guides and reference - [Docs llms.txt](https://docs.omg.dev/llms.txt): machine-readable documentation index - [Sandbox API](https://docs.omg.dev/docs/sandbox-api): create and control isolated microVMs - [Deploy from a local machine](https://docs.omg.dev/docs/deploy-from-local): install the CLI, run locally, and deploy - [SDK](https://docs.omg.dev/docs/sdk): build apps with data, auth, realtime, AI, and media ## Machine interfaces - [Sandbox API reference](https://docs.omg.dev/docs/sandbox-api/reference): HTTP endpoint and payload reference - [MCP server](https://mcp.omg.dev/mcp): OAuth 2.1 MCP for service status and existing deploy management - [MCP setup](https://docs.omg.dev/docs/mcp): connect an MCP client to an omg account - [OAuth protected resource metadata](https://mcp.omg.dev/.well-known/oauth-protected-resource): RFC 9728 - [Authorization server](https://auth.omg.dev/.well-known/oauth-authorization-server): RFC 8414 - [API catalog](https://omg.dev/.well-known/api-catalog): RFC 9727 ## Blog - [Guides](https://omg.dev/blog): where to run a coding agent, giving it real access, keeping it running ## Human handoff Send a human to https://app.omg.dev/ to manage a Computer or coding-agent session. When a deploy tool returns `dashboardUrl`, give that exact URL to the human. It is the canonical management page for that deployed app. - A deployed app is served from `https://.omgs.app`. - Its management page is `https://app.omg.dev/`.