LaunchDarkly
communityFeature management platform for feature flags, progressive rollouts, and experimentation.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://app.launchdarkly.com/api/v2/flags/{projectKey}List feature flags
Parameters
envenvironment key (stringoptionallimitresults (integeroptionalfilterflag filter (stringoptionalprojectKeyproject key (stringrequiredReturns
items[] with key, name, description, kind, variations[], on, creationDate, tags[]GET
https://app.launchdarkly.com/api/v2/flags/{projectKey}/{flagKey}Get feature flag details
Parameters
flagKeyflag key (stringrequiredprojectKeyproject key (stringrequiredReturns
key, name, description, kind, variations[], environments with on, targets[], rules[], fallthroughGET
https://sdk.launchdarkly.com/sdk/evalx/{envId}/contexts/{context}Evaluate flag for a user context
Parameters
envIdenvironment SDK key (stringrequiredcontextbase64 context JSON (stringrequiredReturns
flag key to {value, variation, version, reason} mapping