Schematic · Capability
Schematic Feature Management
Unified capability for managing product features, feature flags, and entitlements in Schematic. Enables product and engineering teams to define features, create flags with rule-based evaluation, assign entitlements to subscription plans, and evaluate flag values for customers at runtime.
What You Can Do
GET
List features
— List all product features
/v1/features
POST
Create feature
— Create a new product feature
/v1/features
GET
List flags
— List feature flags
/v1/flags
POST
Create flag
— Create a feature flag
/v1/flags
POST
Check flag
— Check a feature flag for a company/user
/v1/flags/check
POST
Check flags bulk
— Bulk check multiple feature flags
/v1/flags/check
GET
List plans
— List subscription plans
/v1/plans
POST
Create plan
— Create a subscription plan
/v1/plans
GET
List plan entitlements
— List plan feature entitlements
/v1/entitlements
POST
Create plan entitlement
— Add feature entitlement to a plan
/v1/entitlements
MCP Tools
list-features
List all product features defined in Schematic
read-only
create-feature
Create a new product feature in Schematic
list-flags
List feature flags in Schematic
read-only
check-flag
Check whether a feature flag is enabled for a company and user context
read-only
check-flags-bulk
Check multiple feature flags at once for a company/user
read-only
list-plans
List subscription plans in Schematic
read-only
create-plan
Create a new subscription plan
list-plan-entitlements
List feature entitlements associated with plans
read-only
create-plan-entitlement
Add a feature entitlement to a subscription plan
APIs Used
schematic