LaunchDarkly

app.launchdarkly.com

Community

Feature flag management platform. Create, manage, and evaluate feature flags, segments, environments, and projects. Control software delivery with targeted rollouts and experimentation.

[catalog]Catalog only — enable via gateway with your own API key

Enable this service

This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://app.launchdarkly.com/api/v2

Last crawled

May 4, 2026

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Top Capabilities

Most commonly used operations — ready to call without drill-down.

auditlog_list

GET

Retrieve audit log entries for the account.

GET https://app.launchdarkly.com/api/v2/auditlog

before (integer) Entries before this Unix epoch ms timestamp.

after (integer) Entries after this Unix epoch ms timestamp.

limit (integer) Max entries to return.

q (string) Search query.

environments_list

GET

List all environments in a project.

GET https://app.launchdarkly.com/api/v2/projects/{projectKey}/environments

projectKey (string, required) The project key.

flags_list

GET

List all feature flags in a project.

GET https://app.launchdarkly.com/api/v2/flags/{projectKey}

projectKey (string, required) The project key.

env (string) Filter configurations to a specific environment key.

tag (string) Filter by tag.

limit (integer) Maximum number of flags to return.

offset (integer) Offset for pagination.

...and 2 more parameters

All Capabilities (27)

auditlog (1)

GETauditlog_list

Retrieve audit log entries for the account.

environments (5)

POSTenvironments_create

Create a new environment in a project.

DELETEenvironments_delete

Delete an environment.

GETenvironments_get

Retrieve a specific environment by key.

GETenvironments_list

List all environments in a project.

PATCHenvironments_update

Update an environment's settings.

flags (6)

POSTflags_copy

Copy a feature flag configuration between environments.

POSTflags_create

Create a new feature flag in a project.

DELETEflags_delete

Delete a feature flag.

GETflags_get

Retrieve a specific feature flag by key.

GETflags_list

List all feature flags in a project.

PATCHflags_update

Update a feature flag using a JSON patch.

members (3)

GETmembers_get

Retrieve a specific account member.

POSTmembers_invite

Invite a new member to the account.

GETmembers_list

List all account members.

projects (5)

POSTprojects_create

Create a new project.

DELETEprojects_delete

Delete a project.

GETprojects_get

Retrieve a specific project by key.

GETprojects_list

List all projects in the account.

PATCHprojects_update

Update project settings.

segments (5)

POSTsegments_create

Create a new user segment.

DELETEsegments_delete

Delete a segment.

GETsegments_get

Retrieve a specific segment by key.

GETsegments_list

List all user segments in an environment.

PATCHsegments_update

Update a segment using a JSON patch.

webhooks (2)

POSTwebhooks_create

Create a new webhook.

GETwebhooks_list

List all configured webhooks.

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: LaunchDarkly
Description: Feature flag management platform. Create, manage, and evaluate feature flags, segments, environments, and projects. Control software delivery with targeted rollouts and experimentation.
Auth: api_key
Capabilities (27 total):
  auditlog (1):
    - auditlog_list: Retrieve audit log entries for the account.
  environments (5):
    - environments_create: Create a new environment in a project.
    - environments_delete: Delete an environment.
    - environments_get: Retrieve a specific environment by key.
    - environments_list: List all environments in a project.
    - environments_update: Update an environment's settings.
  flags (6):
    - flags_copy: Copy a feature flag configuration between environments.
    - flags_create: Create a new feature flag in a project.
    - flags_delete: Delete a feature flag.
    - flags_get: Retrieve a specific feature flag by key.
    - flags_list: List all feature flags in a project.
    - flags_update: Update a feature flag using a JSON patch.
  members (3):
    - members_get: Retrieve a specific account member.
    - members_invite: Invite a new member to the account.
    - members_list: List all account members.
  projects (5):
    - projects_create: Create a new project.
    - projects_delete: Delete a project.
    - projects_get: Retrieve a specific project by key.
    - projects_list: List all projects in the account.
    - projects_update: Update project settings.
  segments (5):
    - segments_create: Create a new user segment.
    - segments_delete: Delete a segment.
    - segments_get: Retrieve a specific segment by key.
    - segments_list: List all user segments in an environment.
    - segments_update: Update a segment using a JSON patch.
  webhooks (2):
    - webhooks_create: Create a new webhook.
    - webhooks_list: List all configured webhooks.

Top capabilities (ready to call):
  - auditlog_list: GET /auditlog
  - environments_list: GET /projects/{projectKey}/environments
  - flags_list: GET /flags/{projectKey}