Features
Tags: capabilities, features
Available platform features and capabilities
Endpoints
GET /api/v2/features/registry- RegistryGET /api/v2/features/registry/public- PublicGET /api/v2/features/{slug}- Get Slug
Registry
GET /api/v2/features/registry
Description:
Get the feature registry with all metadata.
Returns active feature definitions including:
- Dependencies between features
- Visibility settings for upgrade prompts
- Associated abilities, tools, routes, and event types
- UI configuration (icons)
Authentication: Requires authenticated user
Response: See FeaturesRegistryResponse
Public
GET /api/v2/features/registry/public
Description:
Public feature registry — no authentication required.
Returns only features marked for product page display (product_display=True), sorted by product_order. Used by public storefronts to render product cards.
Authentication: Public endpoint (no authentication required)
Response: See FeaturesRegistryResponse
Get Slug
GET /api/v2/features/{slug}
Description:
Get a specific feature definition by slug.
Returns the full feature definition including dependencies, visibility settings, and associated components.
Authentication: Requires authenticated user
Parameters:
slug(String)
Response: See FeatureDefinitionResponse