{"slug": "openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace", "title": "OpenAI Codex Sites: the launch layer arrives — inside your company workspace", "summary": "OpenAI launched Codex Sites, a feature in ChatGPT Business and Enterprise that lets agents turn prompts into hosted, login-gated web apps with a real database, running on Cloudflare Workers, D1, and R2. However, it lacks public URLs, custom domains, and payments, limiting it to internal tools. SettleMesh provides the missing half—public access, signup, and usage billing—for agent-built apps.", "body_md": "When the company that ships the best coding agents also ships \"prompt → hosted web app,\" that is not a competitor showing up. That is the strongest validation yet that agents need a launch layer.\n\nOpenAI's Codex Sites lets an agent turn a prompt into a running, hosted web app — login-gated, with a real database underneath — without you touching a deploy pipeline. That is the \"deploy\" half of launching an agent-built app, and OpenAI solved it cleanly, inside ChatGPT.\n\nBut launching a product is two halves. Deploy is one. **Public and paid** is the other — a public URL anyone can open, public signup, and a way for the people who use your app to pay for it. Codex Sites stops at the first half. It has no public links, no custom domains, and no payments at all. That second half is exactly what SettleMesh does.\n\nCodex Sites went into preview on 2026-06-02. You describe a site or app, the agent builds it, and OpenAI hosts it. Under the hood it runs on Cloudflare Workers, with D1 for the database and R2 for storage. For internal tools — a dashboard for your team, an ops console, a quick data viewer your coworkers need to log into — this is genuinely good. The friction from \"agent wrote it\" to \"it's live and my team can use it\" basically disappears. The constraint is who can reach it, and what they can do once they're there.\n\n**Availability.** Codex Sites is available in ChatGPT Business and Enterprise workspaces (Business on by default; Enterprise via admin RBAC). Plus, Pro, Free, and API tiers don't have it. It's **locked inside your company workspace**: to use Codex Sites, and to reach what it builds, you generally have to be inside that workspace.\n\n**Sharing.** A Codex Site can be shared three ways — with admins, with everyone in the workspace, or with named members. All three are scoped to your workspace. There is no \"anyone with the link\" public mode. That's the line between an internal tool and a product. A product is something a stranger can find, open, and use.\n\n**End-user login.** Because access is workspace-scoped, the person logging in has to be a workspace member or come through your pre-configured IdP. There's no open public signup the way a normal product has.\n\n**Payments.** None. Codex Sites has no payment, billing, or monetization capability of any kind. There is no path from \"users use this\" to \"users pay for this.\"\n\n| Dimension | Codex Sites (preview) | SettleMesh |\n|---|---|---|\n| Availability | ChatGPT Business + Enterprise only (not Plus / Pro / Free / API) | Everyone — install the CLI from npm and go |\n| Sharing | Three modes, all scoped to the workspace. No \"anyone with the link\" public mode\n|\nPublic URL, reachable by anyone |\n| End-user login | Must be a workspace member or provisioned via your IdP | Public signup and login, out of the box |\n| Custom domains | None (OpenAI-owned addresses) | Platform subdomain out of the box (custom domains on the roadmap) |\n| Payments / billing | None |\nUsage billing + user wallet + end-user-pays + hosted checkout |\n| Stack | Cloudflare-Worker-compatible ES modules; D1 + R2 | Static / SPA / container (any language) + managed DB and storage |\n\nRead the table as a story, not a scorecard. OpenAI built a fast, clean path to a hosted, login-gated app for your coworkers. SettleMesh builds the path to a public, paid product for your users. Both are launch layers. They aim at different halves of \"launch.\"\n\nAfter Codex Sites, an agent can produce a hosted app your workspace can log into. What it still can't do, by design:\n\nThat last one is where most agent-built apps quietly die. **Your AI app burns money on every API call — charge your users for it, per use, without building billing.** That's metered billing plus end-user-pays: the end user who runs the expensive call is the one who pays for it.\n\nHere's the four-line version of the other half:\n\n```\nnpm i -g settlemesh\nsettlemesh login\nsettlemesh deploy\n# live: public app with login, a managed database, and usage billing\n```\n\nOne command takes an agent-written app — built with any agent, Codex included — and turns it into a public product. Public URL. Public signup and login. Usage-based billing. End-user payments through hosted checkout. **Aev** is SettleMesh's prepaid credit unit (1 USD = 100 Aev, funded via Stripe): users top up a wallet, and every metered call quotes its cost before it runs and settles against the wallet after.\n\nCodex Sites is the newest entrant, but it's not the only tool that gets you most of the way and stops short of payments. The question that matters — **can the people who use your app pay you?**\n\n| Product | Publish | End-user login | Payments | Key limitation |\n|---|---|---|---|---|\n| Codex Sites | Inside workspace | Workspace / IdP | None |\nBusiness/Enterprise preview, no public links |\n| Lovable | Free to publish | Built in (Supabase) | Subscriptions + one-time, gated to Pro+; no usage billing |\nCustom domains on Pro+ |\n| Bolt.new | Free (with badge) | Via Supabase | Stripe integration; no usage billing | Billing logic lives in generated code |\n| Vercel v0 | Free to publish | No native auth | Stripe via generated code | Two layers of billing (v0 + Vercel) |\n| Replit | Free, 1 app, sleeps after 30 days | Yes | Integrated | Realistically needs Core at ~$20-25/mo |\nSettleMesh |\nFree tier is enough to ship | Built-in public signup | Hosted usage billing + wallet + end-user-pays |\nThe money path is managed, not generated code |\n\nWhere the builders offer payments at all, they hand you a Stripe integration or generate billing code, and they mean subscriptions or one-time charges. None give you **usage billing** — charge per call, per video, per request — as a managed layer. That's the model an AI app actually needs, because the cost an AI app incurs is per use, not per month.\n\nThe SettleMesh money paths are already running in production: discrete cost-plus markup (m between 1.0 and 1.5), the unified per-user Aev wallet, end-user-pays via the `X-Settle-Payer`\n\nheader, nested billing, and the owner revenue split — with the end-user-pays charge flow verified on a live app. The part that's genuinely a moving target is Codex Sites itself — it's in preview.\n\nOpenAI shipping Codex Sites tells you the industry now agrees on the shape of the problem: agents build apps fast, and the bottleneck moved downstream to launching them. They solved the inside-the-workspace half. The public-and-paid half is open, and it's the half that turns an agent's output into a product with users and revenue. And it composes: today's deployed app is tomorrow's composable API — every paid app on the mesh can become a capability the next agent calls and pays for.\n\n**Try it at settlemesh.io** — build with any agent (Claude Code, Codex, Hermes, OpenClaw, Cursor), then\n\n`settlemesh deploy`\n\nfor the public, paid half.Build with any agent. Launch with SettleMesh.\n\n*SettleMesh is a product of StructureIntelligence Inc. — settlemesh.io · github.com/StructureIntelligence. Aev is SettleMesh's prepaid credit unit: 1 USD = 100 Aev, funded via Stripe.*", "url": "https://wpnews.pro/news/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace", "canonical_source": "https://dev.to/li_qinyu_81f1e1a923c0a126/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace-177p", "published_at": "2026-06-16 23:50:53+00:00", "updated_at": "2026-06-17 00:21:34.586669+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "ai-agents", "developer-tools", "ai-products"], "entities": ["OpenAI", "Codex Sites", "ChatGPT", "Cloudflare Workers", "D1", "R2", "SettleMesh"], "alternates": {"html": "https://wpnews.pro/news/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace", "markdown": "https://wpnews.pro/news/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace.md", "text": "https://wpnews.pro/news/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace.txt", "jsonld": "https://wpnews.pro/news/openai-codex-sites-the-launch-layer-arrives-inside-your-company-workspace.jsonld"}}