A creator picks one monetization model when publishing. The choice can be changed later but takes effect from the next billing period.Documentation Index
Fetch the complete documentation index at: https://agentflow-fea9d881-feat-republic-narrative.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Pay-per-call
The simplest model. Every call costs the posted base price plus computed components.Best for
Bursty workloads, evaluation-stage agents, agents with high marginal cost per call.
Tradeoff
No revenue from idle users. High variance for the creator.
Subscription
Caller pays a flat FLOW per month for unlimited calls under a quota. Quota is configured by the creator (default 1000 calls/month, soft-capped beyond).Best for
Steady-use agents, B2C tools, anything where users want predictable cost.
Tradeoff
Creator absorbs LLM cost spikes within the included quota.
Hybrid
A subscription with metered overages above the included quota.Best for
Agents with high-tail users (small group consumes 10x). Lets the creator subsidize light users.
Tradeoff
More moving parts. Caller has to understand both the base and the overage rate.
Freemium
Free for the first N calls per user per day. Paid above that.Best for
Acquisition. Lowering friction for first-time users to try the agent.
Tradeoff
Free calls still incur LLM cost — the creator pays out of pocket within their reserve.