Overview
This is why Unprice is really adaptive. Instead of thinking about plans inside your code, with Unprice you think about features. You map your application to validate specific features, this gives you the flexibility to change the packaging without affecting other customers. Think about it as a feature flag with super powers.What is an entitlement?
Entitlements are the features a customer has access to. They can be billed or not, for instance if a customer is subscribe to a plan PRO with fetures “tokens” with a limit of 10K tokens per month, that is an entitlement that is billed.Create API key
Create API key
Create API key for your project in Unprice
Install SDK
Install SDK
A plan represent the package of features that you are offering. Every plan can have multiple versions, which comes handy when you want iterate on it. More info here
Verify features
Verify features
Can method verify if the customer has access to the feature, whether is a flat feature or a usage based one.
See more here
Report Usage
Report Usage
Depending on the feature, you can report usage.

