Skip to main content

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

  1. In LaunchDarkly, go to Account settings (or Settings) → Authorization.
  2. Create an Access token with appropriate permissions to read your LaunchDarkly resources.
  3. Copy the token value.

Authentication

This connector authenticates using a LaunchDarkly access token.

  • The token is sent in the Authorization header.
  • During connection testing, the connector validates the token by calling:
    • GET https://app.launchdarkly.com/api/v2/projects?limit=1

Configuration

FieldTypeRequiredDescription
access_tokenstringLaunchDarkly 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.