Map any store product to an entitlement ID. One API call to check access — same shape for Android and iOS, same logic in every backend.
| Capability | With Tierux | Without Tierux |
|---|---|---|
| Product-to-entitlement mapping | Configurable server-side — one mapping per product | Custom DB tables, manual sync |
| Cross-platform normalization | Android and iOS products → same entitlement ID | Separate code paths per store |
| Multi-product entitlements | Monthly, annual, regional → one entitlement | Custom grouping logic required |
| Entitlement API | GET /api/v1/entitlements/{userId}/{entitlement} — one call | Build your own state machine |
| AI-agent configuration | create_product_mapping: { productId, entitlementId, productType, appId? } | Manual mapping in config or code |
| Pricing | Flat monthly fee, no revenue tax | % of MTR or dev time |
Tierux is pre-launch. Entitlement mapping and the entitlement API ship today — your AI agent configures the mapping over MCP, and your backend reads it over REST.
Gate features from your backend — Tierux normalizes purchase state into entitlement status.
Verify purchase tokens server-side before mapping to entitlements.
Wire up entitlement checks in minutes with curl examples and REST endpoints.
Free tier — unlimited apps, 1 paywall. No credit card, no revenue share.
Start free