aiendpoint.dev
ServicesLaunchDarkly

LaunchDarkly

community

Feature management platform for feature flags, progressive rollouts, and experimentation.

Visit site ↗

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.

https://launchdarkly.comapikeydeveloperconfidence: 90/1000 discoveries2 contributors
GEThttps://app.launchdarkly.com/api/v2/flags/{projectKey}

List feature flags

Parameters

envenvironment key (stringoptional
limitresults (integeroptional
filterflag filter (stringoptional
projectKeyproject key (stringrequired

Returns

items[] with key, name, description, kind, variations[], on, creationDate, tags[]
GEThttps://app.launchdarkly.com/api/v2/flags/{projectKey}/{flagKey}

Get feature flag details

Parameters

flagKeyflag key (stringrequired
projectKeyproject key (stringrequired

Returns

key, name, description, kind, variations[], environments with on, targets[], rules[], fallthrough
GEThttps://sdk.launchdarkly.com/sdk/evalx/{envId}/contexts/{context}

Evaluate flag for a user context

Parameters

envIdenvironment SDK key (stringrequired
contextbase64 context JSON (stringrequired

Returns

flag key to {value, variation, version, reason} mapping