Deploy
One command after the code is ready
Codex CLI can run settlemesh deploy from the generated project and get back a stable public URL. It does not need to switch between hosting, auth, database, and payment dashboards.
For Codex CLI users
Deploy
Codex CLI can run settlemesh deploy from the generated project and get back a stable public URL. It does not need to switch between hosting, auth, database, and payment dashboards.
Production
SettleMesh turns a Codex-built app into a full-stack product with optional account login, a project database, app APIs, usage metering, and end-user payments.
Agent-native
Codex can read agent.md, search the service catalog, inspect typed contracts, quote a paid call, and execute through one key and one CLI.
npm i -g settlemesh
settlemesh login
# from the Codex-built app directory
settlemesh deploy . --full-stack --wait
# Codex should read this before using the platform:
curl -s https://www.settlemesh.io/agent.mdFAQ
Yes. Codex CLI can read SettleMesh's agent.md guide, install or call the SettleMesh CLI, and run a deploy from the project directory. SettleMesh returns a public URL and can wire in login, database access, and payments.
FAQ
SettleMesh adds the production layer: app hosting, account login, a managed database, usage-based billing, payment flows, and a searchable service catalog the agent can inspect before calling.
FAQ
Yes. A deployed app can charge signed-in users through SettleMesh Aev balances and delegated end-user billing, so the app can recover per-call AI costs without a custom billing system.