Skip to main content
You can create two types of features in PriceOS:
You can create features on the features page or product details page.

Boolean features

Boolean features are on/off access to a feature (e.g. Priority support, Advanced analytics, API access, etc) To create one:
1

Go to Features in the PriceOS dashboard

// TODO: screenshot of nav bar with Features outlined
2

Click Create Feature.

// TODO: screenshot of features page with Create Feature button outlined
3

Enter a name and feature key.

// TODO: screenshot of features drawer
4

Select Boolean.

// TODO: screenshot of features drawer with boolean outlined
5

Save.


Limit features

Limit features are a numeric cap (e.g. Credits, Team Seats, API requests, etc.). To create one:
1

Click Create Feature on the features page.

2

Enter a name and feature key.

3

Select Limit.

4

Configure usage tracking (optional).

Unlike boolean features, you can track usage for your limit feature to keep track of when customers hit limits.If you enable usage tracking, configure:
  • How often usage resets: never, monthly, weekly, or daily
  • When usage resets: billing period or calendar time boundaries
// TODO: link to usage tracking doc
Billing-period resets apply to Stripe-linked customers. For non-Stripe customers, define usage start using usageStartedAt.
5

Save.

The feature key is what your app uses when tracking usage and evaluating access.