Flagsmith Admin API
The Flagsmith Admin API allows developers to programmatically manage all aspects of their Flagsmith projects. Anything that can be done through the Flagsmith dashboard can also be accomplished via this API, including creating, updating, and deleting projects, environments, feature flags, segments, and users. It uses a secret Organisation API Token for authentication and provides a Swagger interface at api.flagsmith.com/api/v1/docs for interactive exploration.
What You Can Do
MCP Tools
listorganisations
List organisations
getorganisation
Get an organisation
listprojects
List projects
createproject
Create a project
getproject
Get a project
updateproject
Update a project
deleteproject
Delete a project
listenvironments
List environments
getenvironment
Get an environment
updateenvironment
Update an environment
listfeatures
List features for a project
createfeature
Create a feature flag
getfeature
Get a feature flag
updatefeature
Update a feature flag
deletefeature
Delete a feature flag
listfeaturestates
List feature states for an environment
updatefeaturestate
Update a feature state
listsegments
List segments for a project
createsegment
Create a segment
getsegment
Get a segment
updatesegment
Update a segment
deletesegment
Delete a segment
listidentities
List identities for an environment
getidentity
Get an identity
deleteidentity
Delete an identity
listorganisationusers
List organisation users
listenvironmentwebhooks
List environment webhooks
createenvironmentwebhook
Create an environment webhook
listorganisationwebhooks
List organisation webhooks
createorganisationwebhook
Create an organisation webhook