LaunchDarkly ​
Feature flag management API. Control feature rollouts, manage flags, and track usage.
| Detail | Value |
|---|---|
| Category | Dev Tools |
| Base URL | https://app.launchdarkly.com/api/v2 |
| Authentication | API Key |
| Endpoints | 6 |
| Connector key | launchdarkly |
Using LaunchDarkly in a workflow ​
- Go to Connections and click New Connection.
- Pick LaunchDarkly from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /flags/{projectKey} | List feature flags |
| POST /flags/{projectKey} | Create a feature flag |
| GET /flags/{projectKey}/{featureFlagKey} | Get a feature flag |
| DELETE /flags/{projectKey}/{featureFlagKey} | Delete a feature flag |
| GET /projects | List projects |
| GET /projects/{projectKey}/environments | List environments |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.