Create
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Body
Unique slug identifier for the feature within the product. Must be lowercase letters, numbers, and hyphens only.
^[a-z0-9]+(?:-[a-z0-9]+)*$Human-readable feature name shown to customers.
The merchant organization that owns this feature
^org_[a-zA-Z0-9]+$The product this feature belongs to
^prod_[a-zA-Z0-9]+$Feature type: 'metered' for usage-based features, 'static' for fixed allocations, 'boolean' for on/off features
metered, static, boolean Optional key-value metadata storage for feature information.
Response
Feature created successfully
Unique identifier for a feature
^feat_[a-zA-Z0-9]+$feature ^[a-z0-9]+(?:-[a-z0-9]+)*$metered, static, boolean Unique identifier for an organization
^org_[a-zA-Z0-9]+$Unique identifier for a product
^prod_[a-zA-Z0-9]+$Timestamp when the feature was created
Timestamp when the feature was last updated