For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add/Edit a Feature

The feature form (reached from Feature Vocabulary via New feature or by editing an existing one) defines a single capability your application gates on.

  • Name — the human label for the feature (e.g. Seats), how it reads for people in this admin.

  • Key — the identifier your app receives it under (e.g. max_seats). This is the contract your code looks up, so keep it stable once anything depends on it.

  • Description — optional; a short note on what this gates in your product, for whoever configures plans later.

Saving adds the feature to the vocabulary; it grants nothing until a plan includes it on the Plan Entitlements grid.

Last updated

Was this helpful?