Menu

Explorer & Settings

Tempo Explorer Submit Project
Alternatives · Chargebee · 2026
Chargebee logo

AI-Native Alternatives to Chargebee

A curated collection of the 1.3k best open-source, agent-native alternatives to Chargebee.

Subscription billing assumes plans, seats and invoices — agent revenue is metered per call and settled instantly.

The best open-source alternative to Chargebee for agent payments is agent-apprenticeship. Other strong options include daydreams, omniclaw, machi. Each listing below links to a full project page with stars, activity and related tools.

Last updated: July 26, 2026 1.3k projects tracked Submit a project →

Why Chargebee doesn't fit agent payments

Chargebee is a recurring-billing platform: plans, seats, invoices, dunning, revenue recognition — the machinery of human SaaS subscriptions. It is very good at that, and entirely mismatched to agent customers. An agent does not sign up for a $49/month tier; it makes 300 calls this hour and none tomorrow. Monthly plans, proration and invoice cycles add friction and cost to a workload that should just be metered per request and paid on the spot.

Agent-native monetization is usage-based by default: price each request or tool call, meter it in real time, and settle in the same HTTP exchange. There is no plan to choose and no invoice to send — the payment rides inside the API call. The open-source projects below provide the metering, paywall and settlement pieces to do exactly that.

Subscription management is an accounting system: plans, proration, dunning, revenue recognition, renewals. Every one of those artefacts describes a relationship over time. Agent consumption has no relationship — it is a series of independent requests, often from short-lived identities that will never return. Modelling that as a subscription produces a customer record per ephemeral process and a reconciliation problem that grows with your traffic.

Per-request payment collapses the accounting: revenue is recognised when the request is served, because payment and delivery are the same event. There is nothing to prorate, nothing to dun, and no deferred balance to unwind when an agent stops calling.

What to look for instead

  • True per-request / per-token metering, not monthly plans
  • No signup or plan selection — access granted on payment
  • Real-time settlement inside the API call, not invoice cycles
  • Sub-cent overhead so per-call charging is profitable

How to move Chargebee workloads to an agent rail

  1. Delete the customer record. Stop creating an entity per caller. The payment proof identifies the payer for as long as the request takes.
  2. Recognise revenue at delivery. Payment and fulfilment coincide, which removes deferred revenue from agent traffic entirely.
  3. Keep the subscription ledger for humans. Contracts and renewals stay in your billing system; machine traffic is settled and closed per call.
When Chargebee is still the right answer. Keep Chargebee wherever you have real subscriptions with terms, renewals and revenue recognition obligations. Agent traffic just should not enter that ledger.

Best open-source Chargebee alternatives

1.3k tracked projects qualify as Chargebee replacements for machine customers, holding 46k GitHub stars between them. 319 shipped code in the last 30 days, and 49 are less than three months old. Mostly TypeScript (562), Python (167), JavaScript (121). The closest matches sit in MCP.

Ranked 18 of 1.3k: the categories that specifically replace Chargebee first, then the broader agent-payment core. Sorted by stars inside each group.

Closest replacements for Chargebee — MCP

The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.

⭐ 1.3k Python Full review →

The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.

⭐ 575 Python Full review →

The A2A x402 Extension brings cryptocurrency payments to the Agent-to-Agent (A2A) protocol, enabling agents to monetize their services through on-chain payments. This extension revives the spirit of HTTP 402 "Payment Required" for the decentralized agent ecosystem.

⭐ 541 Python Full review →

Broader agent-payment tooling worth knowing

The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.

⭐ 1.1k TypeScript Full review →

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

⭐ 506 TypeScript Full review →

The world's first privacy layer for AI agents on Solana — stealth addresses + x402 payments. Every payment lands at a fresh, unlinkable address.

⭐ 487 TypeScript Full review →

DePIN for Vintage Hardware — Proof-of-Antiquity blockchain where old machines outmine new ones. AI-powered hardware fingerprinting, 15+ CPU architectures, Solana bridge (wRTC). $0 VC.

⭐ 471 Python Full review →
Browse by category: x402MCPMicropayments

Compare at a glance

Project Stars Language Forks Last commit
ray-r-ren/agent-apprenticeship ⭐ 1.3k Python 56 Jul 2026
daydreamsai/daydreams ⭐ 611 TypeScript 135 Jul 2026
omnuron/omniclaw ⭐ 575 Python 43 Jul 2026
qntx/machi ⭐ 566 Rust 90 Jul 2026
google-agentic-commerce/a2a-x402 ⭐ 541 Python 141 Jul 2026
BlockRunAI/blockrun-mcp ⭐ 475 TypeScript 52 Jul 2026
AmeNetwork/aser ⭐ 470 Python 33 Jul 2026
moov-io/awesome-fintech ⭐ 352 129 Jul 2026
NoFxAiOS/nofx ⭐ 12.6k Go 3k Jul 2026
BlockRunAI/ClawRouter ⭐ 6.7k TypeScript 629 Jul 2026

Keep reading

Monetize with per-call pricing →x402 vs traditional billing →Build an API paywall →
Other alternatives: Stripe · PayPal · Lemon Squeezy · Paddle · Coinbase Commerce · Gumroad · Razorpay · Adyen · Braintree · Shopify Payments · OpenAI API billing

Frequently asked questions

Can Chargebee bill AI agents per API call?

Chargebee can meter usage but still frames it inside subscription plans and invoice cycles built for human accounts. Agent-native rails settle each request in real time with no plan or invoice — the projects above implement that.

What is the agent-native equivalent of subscription billing?

Per-request settlement via x402: instead of a monthly plan, each call carries its own payment (HTTP 402 → pay USDC → access). It removes signup, proration and dunning entirely for machine customers.