flagsmith · Capability
Flagsmith Admin API — Features
Flagsmith Admin API — Features. 7 operations. Lead operation: List feature states for an environment. Self-contained Naftiko capability covering one Flagsmith business surface.
What You Can Do
GET
Listfeaturestates
— List feature states for an environment
/v1/environments/{environment-api-key}/featurestates
PATCH
Updatefeaturestate
— Update a feature state
/v1/environments/{environment-api-key}/featurestates/{feature-state-id}
GET
Listfeatures
— List features for a project
/v1/projects/{project-id}/features
POST
Createfeature
— Create a feature flag
/v1/projects/{project-id}/features
GET
Getfeature
— Get a feature flag
/v1/projects/{project-id}/features/{feature-id}
PUT
Updatefeature
— Update a feature flag
/v1/projects/{project-id}/features/{feature-id}
DELETE
Deletefeature
— Delete a feature flag
/v1/projects/{project-id}/features/{feature-id}
MCP Tools
list-feature-states-environment
List feature states for an environment
read-only
idempotent
update-feature-state
Update a feature state
idempotent
list-features-project
List features for a project
read-only
idempotent
create-feature-flag
Create a feature flag
get-feature-flag
Get a feature flag
read-only
idempotent
update-feature-flag
Update a feature flag
idempotent
delete-feature-flag
Delete a feature flag
idempotent