Entitlements (coming soon)
Feature gating, access control & digital product delivery
Introduction
Entitlements let you control what customers can access based on their plan, subscription, or purchase. Instead of hard-coding feature flags, you define which features, limits, or content each customer is entitled to and check that at runtime.
Common use cases include:
- Feature gating — Unlock premium features (e.g. API access, advanced reports) only for customers on the right plan.
- Access control — Enforce limits such as seats, projects, or API calls per account.
- Digital product delivery — Grant access to content, downloads, or capabilities when a customer buys or subscribes.
When available on Billingrails, you'll be able to manage entitlements through the API and dashboard and tie them to subscriptions and usage meters.