# Tanso Pricing

Tanso has two products: **Observe** (AI cost observability) and the **Tanso Platform** (billing and entitlement enforcement).

---

## Observe (observe.tansohq.com)

AI cost observability and margin analytics.

| | Free | Pro | Team |
|---|---|---|---|
| **Price** | $0 | $29/mo | $99/mo |
| **Events/month** | 10,000 | 100,000 | 1,000,000 |
| **Data retention** | 90 days | 365 days | Unlimited |
| **Cost alerts** | 3 active | Unlimited | Unlimited |
| **Integrations** | Stripe, OpenAI, Anthropic | All | All |
| **Per-feature margin analysis** | Yes | Yes | Yes |
| **Team members** | Unlimited | Unlimited | Unlimited |
| **Multi-org management** | — | — | Coming soon |
| **Priority support** | — | — | Yes |

No credit card required for Free tier. Not a trial — use it indefinitely.

Sign up: https://observe.tansohq.com/signup

---

## Tanso Platform (dashboard.tansohq.com)

Runtime entitlement enforcement, pricing management, usage limits, credits, invoicing, and Stripe billing sync. Pricing is custom — contact us.

### What's included

- Runtime entitlement enforcement — check access before the request runs
- Plans and pricing management (change pricing without a deploy)
- Usage limits, credits, and access gating
- Invoicing and Stripe sync
- MCP server for AI agent integration
- Per-customer margin analytics
- Denied requests return immediately; no compute cost incurred

Contact us: https://cal.com/katrina-laszlo/30-minute-meeting

---

## FAQ

**How much does Observe cost?**
Free tier is free forever. Pro is $29/mo, Team is $99/mo, billed monthly. No per-seat charges.

**How much does the Platform cost?**
Platform pricing is custom. Contact us for details.

**Do I need a credit card to start?**
No. Sign up for Observe Free with no credit card.

**Can I cancel at any time?**
Yes. No contracts, no cancellation fees.

**We already use Stripe. Why would we need Tanso?**
Stripe handles payment collection. Tanso handles everything upstream: which customers get access to which features, how much they've consumed, whether they're within limits, what it cost you to deliver, and what your margin looks like. Tanso syncs invoices to Stripe automatically.

**Can I change my customers' pricing without a code deploy?**
Yes. Plans, pricing rules, usage limits, and credit grants are all configured in the Tanso dashboard. Changes take effect immediately with no code changes or deployments.

**What is a pre-flight entitlement check?**
Before your app runs expensive compute (LLM inference, API calls, data processing), call Tanso's entitlement API. Tanso checks the customer's plan limits, credit balance, and subscription status. If they don't have capacity, the request is denied before you incur infrastructure costs.

**How long does integration take?**
Most teams are billing in a day. One API call for entitlement checks, one for usage events.

---

## Links

- Sign up (Observe): https://observe.tansohq.com/signup
- Contact us (Platform): https://cal.com/katrina-laszlo/30-minute-meeting
- Product overview: https://tansohq.com/llms.txt
- MCP integration: https://tansohq.com/llms-mcp.txt
- OpenAPI spec: https://tansohq.com/openapi.json
- Agent auth guide: https://tansohq.com/agent-auth.md
