Create a feature
Creates a new feature with the specified type, metering, and configuration.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Body
Create a new feature with type, optional metering, and configuration.
The unique identifier for the feature
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$The display name for the feature
255The type of the feature
BOOLEAN, NUMBER, ENUM The description for the feature
255The meter type for the feature
None, FLUCTUATING, INCREMENTAL The status of the feature
NEW, SUSPENDED, ACTIVE The units for the feature
255The plural units for the feature
255The additional metadata for the feature
Unit transformation to be applied to the reported usage
The configuration data for the feature
1 - 255 elementsResponse
The newly created feature object.
Response object
Feature configuration object
