LaunchDarkly
app.launchdarkly.com
Feature flag management platform. Create, manage, and evaluate feature flags, segments, environments, and projects. Control software delivery with targeted rollouts and experimentation.
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.
api_key
free
1.0
https://app.launchdarkly.com/api/v2
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
GETRetrieve 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
GETList all environments in a project.
GET https://app.launchdarkly.com/api/v2/projects/{projectKey}/environments
projectKey (string, required) — The project key.
flags_list
GETList 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)
Retrieve audit log entries for the account.
environments (5)
Create a new environment in a project.
Delete an environment.
Retrieve a specific environment by key.
List all environments in a project.
Update an environment's settings.
flags (6)
Copy a feature flag configuration between environments.
Create a new feature flag in a project.
Delete a feature flag.
Retrieve a specific feature flag by key.
List all feature flags in a project.
Update a feature flag using a JSON patch.
members (3)
Retrieve a specific account member.
Invite a new member to the account.
List all account members.
projects (5)
Create a new project.
Delete a project.
Retrieve a specific project by key.
List all projects in the account.
Update project settings.
segments (5)
Create a new user segment.
Delete a segment.
Retrieve a specific segment by key.
List all user segments in an environment.
Update a segment using a JSON patch.
webhooks (2)
Create a new webhook.
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}