Entitlements define what a Customer can access, use, or consume as part of a Subscription. They allow you to connect billing logic with product access management. To manage Entitlements, go to Product Catalog > Features. To create a new Entitlement, click New Feature. 💡 Note: Meteroid does not directly manage or enforce access to your application or features. Meteroid provides APIs and entitlement data allowing you to determine which Customers should have access to a given feature. The effective access management and enforcement remain under your responsibility.Documentation Index
Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt
Use this file to discover all available pages before exploring further.
Global vs. Product Entitlements
Global Entitlements
Global Entitlements are not linked to a specific Product. They can be used to grant broad or platform-wide access.Product Entitlements
Product Entitlements are linked to a specific Product previously created in Meteroid. They are typically used to manage access to a specific feature, capability, or usage associated with that Product.Entitlement Types
Boolean Entitlements
Boolean Entitlements simply grant or revoke access, regardless of usage. As long as the Subscription is active and the Entitlement is enabled, the Customer has access to the corresponding feature or Product.Metered Entitlements
Metered Entitlements are linked to a Billable Metric defined in the Metrics section. When configuring a Metered Entitlement, you can define:- A usage limit (optional)
- A reset period
Reset Periods
Meteroid supports five reset strategies for Metered Entitlements.- Never
- Billing Cycle
- Calendar
- Monthly reset: every 1st of the month
- Weekly reset: every Monday
- Yearly reset: every January 1st
- Daily reset: every day at 00:00:00 UTC (ISO 8601)
- Fixed Windows
- the Subscription starts on June 3rd
- and the reset window is set to 1 month
- Sliding Windows
- if the reset period is set to 1 hour
- Meteroid always evaluates usage over the previous rolling hour
Entitlement Overrides
Entitlements can be overridden at both the Plan and Subscription levels. The hierarchy is:- Default Entitlement (configured in the Feature section)
- Plan Entitlement
- Subscription Entitlement