GrowthBook · Capability
GrowthBook REST API — features-v2
GrowthBook REST API — features-v2. 9 operations. Lead operation: Get list of feature keys. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Getfeaturekeysv2
— Get list of feature keys
/v1/v2/feature-keys
GET
Listfeaturesv2
— Get all features
/v1/v2/features
POST
Postfeaturev2
— Create a single feature
/v1/v2/features
GET
Getfeaturev2
— Get a single feature
/v1/v2/features/{id}
POST
Updatefeaturev2
— Partially update a feature
/v1/v2/features/{id}
DELETE
Deletefeaturev2
— Deletes a single feature
/v1/v2/features/{id}
POST
Revertfeaturev2
— Revert a feature to a specific revision
/v1/v2/features/{id}/revert
POST
Togglefeaturev2
— Toggle a feature in one or more environments
/v1/v2/features/{id}/toggle
GET
Getfeaturestalev2
— Get stale status for one or more features
/v1/v2/stale-features
MCP Tools
get-list-feature-keys
Get list of feature keys
read-only
idempotent
get-all-features
Get all features
read-only
idempotent
create-single-feature
Create a single feature
get-single-feature
Get a single feature
read-only
idempotent
partially-update-feature
Partially update a feature
deletes-single-feature
Deletes a single feature
idempotent
revert-feature-specific-revision
Revert a feature to a specific revision
toggle-feature-one-more-environments
Toggle a feature in one or more environments
get-stale-status-one-more
Get stale status for one or more features
read-only
idempotent