← All integrations

Flagsmith

Flagsmith integration (Developer Tools). Imported from open-connector.

API key4 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
flagsmith_list_flags
List feature flags for the connected Flagsmith environment.

/flags/

1 parameter
ParamTypeRequiredDescription
featurestringoptionalThe Flagsmith feature name.
GET
flagsmith_get_feature_flag
Retrieve one feature flag by feature name from the connected environment.

/flags/

1 parameter
ParamTypeRequiredDescription
featurestringoptionalThe Flagsmith feature name.
GET
flagsmith_get_identity_flags
Retrieve evaluated flags and traits for a Flagsmith identity.

/identities/

1 parameter
ParamTypeRequiredDescription
identifierstringoptionalThe Flagsmith identity identifier.
POST
flagsmith_identify_identity
Identify a Flagsmith user, optionally set traits, and return evaluated flags.

/identities/

2 parameters
ParamTypeRequiredDescription
identifierstringrequiredThe Flagsmith identity identifier.
traitsarrayoptionalTraits to set for this identity.
Request private-beta access