Launch Darkly

Learn how to use Launch Darkly with Composio

Overview

SLUG

LAUNCH_DARKLY

Description

A feature management platform that helps teams build better software faster using feature flags.

Authentication Details

Tools

SLUG: LAUNCH_DARKLY_CREATE_TRIGGER_WORKFLOW

Tool to create a flag trigger workflow. use when setting up an automated trigger to toggle a flag in a specific environment.

Action Parameters

comment
string
environment_key
stringRequired
feature_flag_key
stringRequired
instructions
array
integrationKey
stringRequired
project_key
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_DELETE_TRIGGER_WORKFLOW

Tool to delete a specific flag trigger workflow. use after confirming the project key, feature flag key, environment key, and trigger workflow id.

Action Parameters

environment_key
stringRequired
feature_flag_key
stringRequired
id
stringRequired
project_key
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_GET_CUSTOM_ROLES

Tool to retrieve a list of all custom roles. use when you need to list roles for permissions audits or configuration reviews. note: results are paginated.

Action Parameters

limit
integer
offset
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_GET_ENVIRONMENTS

Tool to retrieve a list of all environments within a project. use after confirming the project key; supports pagination.

Action Parameters

filter
string
limit
integer
offset
integer
project_key
stringRequired
sort
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_LIST_CODE_REFERENCE_REPOSITORIES

Tool to list code reference repositories. use when retrieving repositories for a specific project; includes pagination.

Action Parameters

limit
integerDefaults to 100
offset
integer
projectKey
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_LIST_PROJECTS

Tool to retrieve a list of all projects. use after confirming credentials to enumerate project keys and metadata.

Action Parameters

expand
string
filter
string
limit
integer
offset
integer
sort
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LAUNCH_DARKLY_LIST_TEAMS

Tool to list all teams in launchdarkly. use after confirming credentials; supports pagination internally.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired