Doppler icon

Doppler

Secrets management platform for environment variables, configs, branch configs, activity logs, webhooks, and config rollbacks.

Made for engineering teams that sync secrets across environments, audit config changes through logs, clone branch configs, and roll back to a prior version.

Example Use Cases

These are the Doppler actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Service Token

Tool to create a new service token for a Doppler config. Use when you need to generate API credentials for services to access secrets programmatically. The token grants either read-only or read/write access to the specified config. Store the returned token key securely as it cannot be retrieved later.

Download Secrets

Tool to download secrets from a Doppler config in various formats. Use when you need to retrieve all secrets or a subset of secrets from a specific project and config. Supports multiple output formats and name transformations.

Get Authenticated User Info

Tool to retrieve information about the authenticated user or token. Use when you need to verify authentication status or get details about the current token's workplace and permissions.

Get Config

Tool to retrieve a specific Doppler config by project and config name. Use when you need to get configuration details for a specific project environment.

Get Project Details

Tool to retrieve details of a specific Doppler project by its identifier. Use when you need to get project metadata including ID, slug, name, description, and creation timestamp.

Get Secret

Tool to retrieve a specific secret from a Doppler project config. Use when you need to get the value of a specific secret including its raw and computed values.

List Doppler Configs

Tool to list configurations from a Doppler project. Use when you need to retrieve all configs or filter by environment. Supports pagination for large result sets.

List Doppler Projects

Tool to list all Doppler projects in your workspace. Use when you need to retrieve available projects for configuration management or to get project details.

List Doppler Secrets

Tool to list all secrets for a specific Doppler config within a project. Use when you need to retrieve secret values and metadata. Returns both raw and computed values for each secret, along with visibility settings and optional notes.

List Environments

Tool to list all environments in a Doppler project. Use when you need to retrieve the environments available in a specific project.