Use Cases
- Seat limits: “Max 5 team members”
- Retention: “90-day data retention”
- Storage quotas: “10 GB storage”
- Support tier: “Priority support”
- Custom rate limits: “500 requests/minute”
Creating a Custom Feature
Attaching with a Value
When attaching a custom feature to a plan, setstatic_value to the plan-specific entitlement:
Reading the Value in Your App
Fetch the customer’s subscription features to read thestatic_value, then enforce it in your application logic:
Custom features store
static_value as a string. Parse it to the appropriate type (integer, float, boolean) in your application.