On this page
No Headings
objectfeature_coderequiredstring^[a-zA-Z0-9_-]+$Unique code used to identify the feature across the system. This serves as the primary identifier when assigning entitlements to plans and must be unique.
feature_privilege_valuesrequiredobjectObject mapping privilege codes to their assigned values for this entitlement. Each key is a privilege code (e.g., 'max_users', 'api_rate_limit'), and each value is what you want to set for that privilege (e.g., 100, true, 'premium'). The value type must match what's expected for that privilege (integer, boolean, or string/select).