Feature

Entitlement mapping

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.

CapabilityWith TieruxWithout Tierux
Product-to-entitlement mappingConfigurable server-side — one mapping per productCustom DB tables, manual sync
Cross-platform normalizationAndroid and iOS products → same entitlement IDSeparate code paths per store
Multi-product entitlementsMonthly, annual, regional → one entitlementCustom grouping logic required
Entitlement APIGET /api/v1/entitlements/{userId}/{entitlement} — one callBuild your own state machine
AI-agent configurationcreate_product_mapping: { productId, entitlementId, productType, appId? }Manual mapping in config or code
PricingFlat 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.

Related features

Server-side entitlements

Gate features from your backend — Tierux normalizes purchase state into entitlement status.

Purchase verification

Verify purchase tokens server-side before mapping to entitlements.

Quickstart docs

Wire up entitlement checks in minutes with curl examples and REST endpoints.

Map products to entitlements, check access in one call

Free tier — unlimited apps, 1 paywall. No credit card, no revenue share.

Start free