LaunchDarkly source
The LaunchDarkly source connector lets you connect to the LaunchDarkly REST API.
Status
This connector is currently in development:
- Connection (credential validation) is supported.
- Schema discovery (catalog) currently returns an empty catalog.
- Data extraction is not yet available.
Setup
Prerequisites
- A LaunchDarkly account with access to the projects you want to sync.
- An API access token.
Create an access token in LaunchDarkly
- In LaunchDarkly, go to Account settings (or Settings) → Authorization.
- Create an Access token with appropriate permissions to read your LaunchDarkly resources.
- Copy the token value.
Authentication
This connector authenticates using a LaunchDarkly access token.
- The token is sent in the
Authorizationheader. - During connection testing, the connector validates the token by calling:
GET https://app.launchdarkly.com/api/v2/projects?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
access_token | string | ✅ | LaunchDarkly API access token used to authenticate requests. |
Streams
No streams are currently available. Schema discovery returns an empty catalog, and extraction is not yet implemented.