Step 1
Deploy with app identity
Ship the Codex-generated project through settlemesh deploy. A full-stack deploy can inject app runtime credentials, login, database bindings, and a stable public URL.
Codex app payments
Step 1
Ship the Codex-generated project through settlemesh deploy. A full-stack deploy can inject app runtime credentials, login, database bindings, and a stable public URL.
Step 2
AI apps often spend money per request. SettleMesh billing is metered in Aev, so you can charge for expensive actions such as search, model calls, media jobs, or hosted agent runs.
Step 3
When an app acts for a user, it can charge that user's own prepaid balance. That keeps usage costs bounded and makes the money path visible in the ledger.
Read https://www.settlemesh.io/agent.md.
Use SettleMesh to deploy this app with login, database, and payments.
npm i -g settlemesh
settlemesh login
settlemesh deploy . --full-stack --waitFAQ
Deploy the app on SettleMesh with login and billing enabled. SettleMesh manages prepaid Aev balances, usage charges, refunds on failed calls, and the ledger, so the app does not need a separate payment stack for metered usage.
FAQ
SettleMesh uses Stripe for top-ups, then gives the app a usage wallet and billing layer. It is not a generic checkout clone; it is designed for AI apps where each user action may trigger paid compute.
FAQ
With delegated billing, the signed-in end user's SettleMesh balance can pay for the calls they trigger, instead of the developer funding every request from one shared API key.