Skip to main content

Doppler

Overview

The Doppler source connector is currently under development. At this time, it supports credential validation against the Doppler API, but it does not yet extract data or expose any streams.

Setup

  1. In Doppler, create or obtain an API key.
  2. In your workspace, add a new Doppler source.
  3. Paste the API key into the connector configuration.

Authentication

This connector authenticates to Doppler using an API key sent as a Bearer token.

During setup/login, the connector validates credentials by calling:

  • GET https://api.doppler.com/v3/workplace

If validation fails, you’ll see an authentication error.

Configuration

FieldTypeRequiredDescription
api_keystringYesDoppler API key used for Bearer authentication.

Streams

No streams are currently available. The connector does not yet return a catalog or extract records.

Limitations

  • Extraction is not yet implemented. Runs will fail with an “in development” error if extraction is attempted.
  • No catalog/streams are exposed yet.