Doppler
SecretOps platform for projects, configs, secrets, and delivery webhooks
Tools
| Name | Description |
|---|---|
list_projectsList Doppler projects visible to the token. | List Doppler projects visible to the token. |
get_projectRetrieve a Doppler project by slug or ID. | Retrieve a Doppler project by slug or ID. |
list_configsList configs in a Doppler project. | List configs in a Doppler project. |
list_secret_namesList secret names for a project config without returning secret values. | List secret names for a project config without returning secret values. |
get_secretRetrieve one Doppler secret value by exact name. Requires confirmation because the response can contain sensitive data. | Retrieve one Doppler secret value by exact name. Requires confirmation because the response can contain sensitive data. |
get_secretsRetrieve selected Doppler secret values. Broad reads require explicit all-secrets opt-in and confirmation. | Retrieve selected Doppler secret values. Broad reads require explicit all-secrets opt-in and confirmation. |
update_secretsCreate or update secrets in a Doppler config. Requires exact confirmation. | Create or update secrets in a Doppler config. Requires exact confirmation. |
delete_secretDelete one Doppler secret by exact project, config, and name. | Delete one Doppler secret by exact project, config, and name. |
list_webhooksList Doppler webhooks for a project. | List Doppler webhooks for a project. |
Triggers
| Name | Description |
|---|---|
secret_names_changedTriggers when secret names are added or removed in a Doppler config. Secret values are never fetched. | Triggers when secret names are added or removed in a Doppler config. Secret values are never fetched. |
Quick Start
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.