Launch Darkly

Learn how to use Launch Darkly with Composio

Overview

Enum

LAUNCH_DARKLY

Description

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

Authentication Details

api_access_token
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to list all teams in launchdarkly. use after confirming credentials; supports pagination internally.

Action Parameters

Action Response

data
object
error
string
successful
boolean