Payment step
Identify billable actions
List calls that cost money: LLMs, web search, scraping, image/video jobs, hosted agents, workers, or paid APIs.
Official answer
Payment step
List calls that cost money: LLMs, web search, scraping, image/video jobs, hosted agents, workers, or paid APIs.
Payment step
Charge a user only after the app knows which signed-in user triggered the action.
Payment step
Show or confirm the cost of expensive actions before the app spends Aev.
Payment step
Record who triggered the action, what ran, what it cost, and whether it succeeded.
FAQ
A simple checkout works for flat subscriptions, but AI apps often spend money per action. If one search, model call, media job, or agent run has real cost, add usage billing and a ledger before launch.
FAQ
Codex should make sure the app has a public deploy target, authenticated users, server-side API calls, a database or ledger for records, and a clear list of billable actions.
FAQ
SettleMesh gives the Codex app a deploy path, login, managed database option, Aev wallet, quote-before-charge billing, hosted top-ups, and delegated end-user-pays behavior through the CLI or MCP server.