Agentic Service Discovery

Resources

L

LaunchDarkly

by LaunchDarkly

Manage feature flags, control rollouts, run experiments, and toggle functionality across environments without deploys

OtherPaidAPI keyfeature-flagsfeature-togglesrolloutsexperimentationdevops

How agents use LaunchDarkly

  • Agent toggles feature flags in staging after a successful deployment, then promotes to production after validation
  • Agent creates new feature flags when a developer opens a pull request for a new feature branch
  • Agent disables a flag in production as a kill-switch when error rate monitoring triggers an alert
  • Agent adds specific beta users to a flag's target list when they opt in to early access
  • Agent cleans up permanent flags that were previously marked temporary after a feature fully ships

Agent actions

List Feature FlagsRetrieve all feature flags in a project

Inputs: projectKey, filter, limit

Returns: flags, total

Get Feature FlagGet details about a specific feature flag

Inputs: flagKey, projectKey

Returns: flag, key, name

Create Feature FlagCreate a new boolean or multivariate feature flag

Inputs: key, name, description, projectKey, temporary, tags

Returns: flag, key

Toggle FlagEnable or disable a feature flag in a specific environment

Inputs: flagKey, enabled, environmentKey, projectKey, comment

Returns: flag, enabled

Update Flag TargetsAdd or remove individual user/context targets from a flag variation

Inputs: flagKey, environmentKey, variationIndex, userKeys, removeUserKeys, projectKey

Returns: flag

Get Flag StatusCheck if a flag is enabled and get its current variation in an environment

Inputs: flagKey, environmentKey, projectKey

Returns: enabled, fallthrough

Delete Feature FlagPermanently delete a feature flag across all environments

Inputs: flagKey, projectKey

Returns: success

Example workflows

1

Progressive rollout automation

Enable a new feature flag in staging first, verify metrics, then toggle it on in production

2

Incident response

Instantly kill-switch a problematic feature by disabling its flag in production during an incident

About LaunchDarkly

Vendor
LaunchDarkly
Pricing Always review details with the vendor
PaidStarter plan from $10/mo. Includes unlimited flags; seats and MAU-based pricing
Authentication
API key
Rate limit Always review details with the vendor
100 requests / minute
Compatible nodes
AgentResource

Build an AI workflow with LaunchDarkly

Use the Agentic Planner to design, visualize, and connect LaunchDarkly with your other tools.

Open Agentic Planner

Related Other tools