What problem does it solve?
Building an app that earns money on Eliza Cloud requires coordinating app registration, container deployment, markup configuration, OAuth-based user auth, payment requests, and payout redemptions across many APIs. This Skill provides the exact 6-step flow with code so an agent can ship a revenue-generating app without inventing any of the plumbing.
Core Features & Use Cases
- End-to-end build flow: Register an app with
createApp, deploy the prebuilt first-party container image, configure monetization markup, and patch the deployed URL and allowed origins.
- Monetization and payments: Configure inference markup percentages, create app charge requests via Stripe/OxaPay, issue x402 crypto payment requests, and redeem creator payouts in elizaOS tokens.
- Survival economics: Explains how app earnings auto-fund the agent's own container hosting through the earnings-first billing cron, keeping a profitable agent online indefinitely.
- Failure recovery: A reference table covers name collisions, deploy gating (503/403), insufficient balance, and auth flow failures with concrete recovery steps.
- Use Case: An autonomous agent registers a chat app, deploys it to a
*.apps.eliza.app subdomain with a 100% inference markup, and the resulting earnings cover its own ~$0.67/day hosting cost.
Quick Start
Use the build-monetized-app skill to register and deploy a new monetized chat app on Eliza Cloud with a 100% inference markup.