---
title: Tanso vs. Orb, Stigg, Schematic, and Metronome
description: Honest comparison of Tanso with Orb, Stigg, Schematic, Metronome, and Paid.ai across credit wallets, repricing without a deploy, margin per customer, and agent-facing surfaces.
date: 2026-08-06
---

# Tanso vs. Orb, Stigg, Schematic, and Metronome

Four strong hosted billing platforms, and an open-source engine with a
different job. They give you a console to run your billing. Tanso runs the
billing and also gives your customers' agents a way in: readable pricing,
signup, payments, spend caps.

| Capability | Tanso | Orb | Stigg | Schematic | Metronome |
|---|---|---|---|---|---|
| Open source / self-host | AGPL-3.0, self-hosted: one application plus Postgres | Proprietary, hosted only | Proprietary; hosted or BYOC in your own VPC | Proprietary, hosted, built on Stripe | Proprietary, hosted only |
| What the vendor charges you | Nothing. No vendor bill, no per-event fees | Custom pricing on every tier; billed on invoice value plus ingested events | Free tier, then $399/mo plus per-entity and per-event fees | Free tier, then $200/mo for up to 100 monetized subscriptions | 0.8% of billed amount plus $0.04 per 1K events; custom above that |
| Credit wallet | Yes. Pools, grants, expiry, rollover, purchased top-ups | Yes. Prepaid credits with real-time balance | Yes. Stacked grants and consumption formulas | Yes. Credit burndown from prepaid pools | Yes. Credits plus prepaid and postpaid commits on contracts |
| Reprice actions without a deploy | Yes. Versioned, effective-dated credits-per-action table, edited in the console | No credits-per-action weight table documented | Consumption formulas in the console; no dated weight versions documented | Plan limits editable; no credits-per-action weight table documented | Contract amendments; no credits-per-action weight table documented |
| Price-per-credit book | Yes. Effective-dated book; grants stamp the book price, negotiated overrides win | Configured per plan; no dated price book documented | Prices stay in your billing provider | Prices stay in Stripe | List pricing with per-contract overrides |
| Cost and margin per customer | Yes. Cost rules per feature; margin per customer in the same ledger | Not documented | Not documented | Not documented | Not documented |
| Customer-facing forecast UI | Yes. Burndown API plus a React widget; depletion date per pool | No forecast UI documented | Paywall and portal widgets; no burn forecast documented | Embeddable plan and usage components; no burn forecast documented | Real-time balance APIs; no forecast UI documented |
| Machine-readable public pricing | Yes. pricing.json per catalog: one GET, no auth | No | No | No. Their own docs are agent-readable (llms.txt), your pricing is not | No |
| Agent signup and payments (402 flow) | Yes. One-call signup issues a scoped key; 402 with a pollable checkout session id | No | No | No | No. Stripe's agentic commerce work sits at the payments layer, not in Metronome |
| MCP surface | Operator tools plus curated customer tools; spend needs explicit confirmation | Operator-facing agent connector for your Orb account | Yes, operator-facing: manages your Stigg environment | Yes, operator-facing: manages your Schematic account | None documented; Stripe's MCP covers payments |
| Spend caps for agent buyers | Yes. Per-account top-up cap enforced before money moves | No | No | No | No |

Facts checked August 6, 2026 against each vendor's public docs and pricing
pages. "Not documented" means we could not find it published, not that it
does not exist. Corrections: kat@tansohq.com

## The rows that are not a feature race

Every platform here gives you a console, an API, and in most cases an MCP
server for managing your own account. That is operator tooling. The last
four rows are a different axis: whether your customers' agents get a
surface of their own. An agent shopping on a customer's behalf needs
pricing it can read without a login, a signup call that returns a scoped
key, a payment path that survives a 402 and can be resumed by id, and a
cap on what it can spend. None of the four platforms documents any of
that today. Tanso ships all of it, and the wallet, weight table, and
price book are what make it safe to turn on.

## Different tools for different jobs

**Orb:** usage-based billing at serious event volume with a finance
workflow around it. Strengths: deep metering (250K+ events/sec, custom
SQL metrics), prepaid credits, Adyen behind it since mid-2026.
Weaknesses: custom pricing only, hosted only, no surface for your
customers' agents.

**Stigg:** entitlements and credits as a layer over the billing provider
you already run. Strengths: fast entitlement checks (documented sub-100ms
P95), no-code console, BYOC and air-gapped options. Weaknesses: not open
source, per-entity and per-event fees, MCP manages your Stigg account
rather than serving your buyers' agents.

**Schematic:** Stripe teams that want plans, entitlements, and credit
burndown without hard-coding checks. Strengths: Stripe-native sync,
embeddable components, cheap flat pricing, agent-readable docs.
Weaknesses: requires Stripe, hosted only, no cost or margin ledger
documented.

**Metronome:** enterprise consumption contracts: commits, amendments, and
marketplaces at proven scale (OpenAI, Anthropic, NVIDIA). A Stripe
company since January 2026. Weaknesses: 0.8% of billed amount plus event
fees, hosted only, agentic commerce lives at the Stripe payments layer.

**Paid.ai:** companies selling AI agents to enterprises, priced on
outcomes and proven with ROI receipts. Strengths: outcome and per-agent
pricing, margin tracking, SOC 2 / GDPR / HIPAA / ISO 27001. Weaknesses:
hosted only, not open source, and it bills the humans who buy your
agents; it gives no surface to agents buying from you.

**Tanso:** products that want their features usable by their customers'
agents, with the billing machinery that makes that safe to turn on.
Strengths: public pricing.json, one-call agent signup, 402 with a
pollable checkout session id, spend caps, curated MCP tools, versioned
weight table and price book changeable without a deploy, margin per
customer in one ledger, AGPL-3.0 self-hosted with no vendor bill.
Weaknesses: newest here, smallest feature surface, self-host only, no
SLA, no SOC 2, Stripe-only payments.

## Links

- [Tanso source](https://github.com/tansohq/tanso-oss) · [docs](https://tanso.mintlify.app)
- [Tanso vs. Lago vs. Autumn (open-source peers)](https://tansohq.com/md/compare.md)
- [HTML version of this page](https://tansohq.com/compare/billing-platforms)
