Weavz
Doppler

Doppler

SecretOps platform for projects, configs, secrets, and delivery webhooks

9 tools
1 trigger

Tools

Name
list_projects

List Doppler projects visible to the token.

get_project

Retrieve a Doppler project by slug or ID.

list_configs

List configs in a Doppler project.

list_secret_names

List secret names for a project config without returning secret values.

get_secret

Retrieve one Doppler secret value by exact name. Requires confirmation because the response can contain sensitive data.

get_secrets

Retrieve selected Doppler secret values. Broad reads require explicit all-secrets opt-in and confirmation.

update_secrets

Create or update secrets in a Doppler config. Requires exact confirmation.

delete_secret

Delete one Doppler secret by exact project, config, and name.

list_webhooks

List Doppler webhooks for a project.

Triggers

Name
secret_names_changed

Triggers when secret names are added or removed in a Doppler config. Secret values are never fetched.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('doppler', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'doppler',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Doppler to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Doppler support?

Doppler supports 9 tools including List Projects, Get Project, List Configs, List Secret Names, Get Secret, and more.

Can I use Doppler with AI agents?

Yes. Add Doppler to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Doppler be used in stateful agent workflows?

Yes. Agents can combine Doppler tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Doppler use?

Doppler uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Doppler integration cost?

The Doppler integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Doppler support?

Doppler supports 1 triggers including Secret Names Changed.

Connect Doppler in minutes

Get 20,000 free action executions every month. No credit card required.