Metered billing
A manifest flag, not a sprint
Declare billing.enabledand a price in your app manifest. Usage events, credit math, refund-on-failure, idempotency, and settlement are the platform's job — your code just does the work it charges for.
For AI SaaS builders
Metered billing
Declare billing.enabledand a price in your app manifest. Usage events, credit math, refund-on-failure, idempotency, and settlement are the platform's job — your code just does the work it charges for.
End-user-pays
Signed-in users spend from their own prepaid Aev balance — including the model calls your app makes on their behalf. No more eating the API bill for free tiers.
Transparent costs
Everything is cost-plus with a published markup. Ask for a quote before an expensive job, read every charge back from the ledger, and cap blast radius with per-app allowances.
npm i -g settlemesh
settlemesh login
# manifest: stack.billing.enabled = true, price in Aev
settlemesh deploy # live URL + login + database + metered paymentsFAQ
Deploy on SettleMesh with billing enabled in the manifest. Signed-in end users pay per use from their own prepaid Aev balance; usage metering, credit accounting, refunds on failure, and settlement to your balance are all handled by the platform.
FAQ
Usage events, aggregation, credit balances, top-up flows, refund-on-failure, idempotency, and reconciliation — typically two to four weeks of work before your first paying user. On SettleMesh it is a manifest flag.
FAQ
With end-user-pays, the signed-in user's balance funds the calls your app makes on their behalf — your margin no longer disappears into API bills for free riders.