Connect Doppler to your AI agent
Doppler is a secrets management platform that helps developers organize and sync environment variables across teams and infrastructure.
We set up the connection using your own Doppler account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.
What your agent can do in Doppler
Each one is a real action the agent can take on its own, the same things a person clicking around Doppler could do. Read-only by default; write actions are confirmed against your policy.
- List Activity Logs List workplace activity logs with pagination support. Retrieves a paginated list of activity logs showing actions performed by users and bots in your Doppler workplace, such as creating projects, modifying secrets, gene…
- Get Activity Log Retrieve detailed information about a specific activity log entry. Activity logs track all actions performed in the Doppler workplace including project creation, secret modifications, user actions, etc. Use the List Act…
- Add Webhook Tool to create a new webhook for a Doppler project. Use when you need to configure webhook notifications for secret changes or other events in a project. The webhook URL must use HTTPS. Optionally configure authenticati…
- 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 Log Tool to retrieve a specific config log from Doppler. Use when you need to view details about a particular configuration change or event.
- List Config Logs Tool to retrieve configuration change logs for a specific config in a project. Use when you need to view the history of configuration changes, track who made changes, or identify rollback actions.
- Rollback Config Log Tool to rollback a config to a selected log version. Use when needing to undo a specific change by its log ID, after confirming project, config, and log ID.
- Clone Config Tool to clone a branch config including all its secrets. Use after confirming the source config details.
- Create Config Tool to create a branch config. Use when you need to programmatically establish a new branch-based configuration for a specified project and environment. The config name MUST start with the environment identifier follow…
- Delete Config Tool to delete a config permanently. Use when you need to remove a config that is no longer needed.
- 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.
- 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.
- Lock Config Lock a Doppler config to prevent it from being renamed or deleted. Locking provides protection against accidental modifications to critical configurations. Use this after confirming the correct project and config identi…
- Unlock Config Tool to unlock a config. Use when you need to allow renaming or deletion of a previously locked config.
- Update Config Rename an existing Doppler config within a project. This action modifies the config's name while preserving all secrets and settings. Before using this action: 1. Use DOPPLER_PROJECTS_LIST to get the project identifier…
- Create Encrypted Share Link Create a Doppler Share link for an end-to-end encrypted secret. This tool generates a secure, shareable link where the secret is encrypted client-side and decrypted in the recipient's browser, ensuring Doppler never has…
- Create Plain Text Share Link Tool to generate a Doppler Share link by sending a plain text secret. Use when you need to securely share secrets with expiration controls. The secret is not stored in plain text by Doppler; the receive flow is end-to-e…
- 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 speci…
- Delete Service Token Tool to delete an existing service token from a Doppler config. Use when you need to revoke or remove a service token that is no longer needed.
- Delete Webhook Tool to delete an existing webhook. Use when you need to permanently remove a webhook from a project.
- Disable Webhook Tool to disable an existing Doppler webhook. Use when you need to temporarily stop a webhook from receiving notifications without deleting it.
- Revoke Dynamic Secret Lease Revoke a dynamic secret lease immediately before its TTL expires. Use this tool when you need to terminate access to a dynamic secret (e.g., AWS IAM user, database credentials) by invalidating its active lease. This is…
- Enable Webhook Tool to enable a previously disabled webhook. Use when you need to reactivate a webhook that was temporarily disabled.
- Create Environment Create a new environment in a Doppler project. Environments (like dev, staging, prod) organize different configurations within a project. Use this when you need to set up a new deployment environment for secrets managem…
- Delete Environment Tool to delete an environment. Use when you need to remove an environment from a project after confirming it's no longer in use.
- Get Environment Retrieves detailed metadata for a specific Doppler environment within a project. Use this to get information about an environment including its name, creation date, first fetch timestamp, and personal configs setting. Y…
- List Environments Tool to list all environments in a Doppler project. Use when you need to retrieve the environments available in a specific project.
- Rename Environment Rename an environment's display name within a Doppler project. This updates only the human-readable name; the environment slug remains unchanged. Use this when you need to update how an environment appears in the UI wit…
- Get Webhook Tool to retrieve an existing webhook by its slug. Use when you need to get webhook details including URL, authentication settings, enabled status, and payload configuration.
- Get Workplace User Tool to retrieve a specific workplace user by their workplace_user id. Use when you need to get detailed information about a workplace user including their access level, creation date, and nested user details.
- Remove Group Member Remove a member from a Doppler group. This permanently removes the specified member (workplace_user, group, invite, or service_account) from the group. Requires valid group and member slugs. Returns 204 status code on s…
- List Integrations Tool to retrieve all existing integrations in Doppler. Use when you need to list all configured integrations.
- List Invites Tool to list open workplace invites. Use when you need to retrieve all pending invitations for the current Doppler workplace after authenticating.
- List Change Requests List existing change requests in the Doppler workplace. Use this tool to retrieve all change requests and view their current status. Change requests are a workflow-driven mechanism for proposing additions, modifications…
- List Project Members Tool to list all members of a Doppler project including users, groups, service accounts, and invites. Use when you need to retrieve all members with their roles and environment access permissions for a specific project.
- List Service Tokens Tool to list all service tokens for a specific Doppler config. Use when you need to view existing API credentials and their access levels.
- List Workplace Users Tool to list all users in the Doppler workplace. Use when you need to retrieve user information, check user access levels, or filter users by email address.
- List Webhooks Tool to list all webhooks configured for a Doppler project. Use when you need to retrieve all webhooks or check webhook configurations for a specific project.
- Remove Project Member Tool to remove a member from a project. Use after confirming project slug, member type, and slug.
- Get Project Member Retrieve a specific project member's details including their role and environment access permissions. Use this when you need to check a specific user's, group's, service account's, or invite's membership settings in a p…
- List Project Permissions List all available project-level permissions in Doppler. Returns permission identifiers (slugs) that can be assigned to project roles when creating or updating custom roles. Use this to discover what permissions are ava…
- Get Project Role Retrieve detailed information about a specific project role in Doppler, including its permissions, display name, identifier, creation timestamp, and whether it's a custom or built-in role. Use this to understand what pe…
- List Project Roles Tool to list all available project roles in Doppler. Use when you need to retrieve all roles for permission management or to see what roles are available.
- Create Project Tool to create a project. Use when you need to programmatically initialize a new Doppler project after authentication.
- Delete Project Tool to delete a project permanently. Use after confirming irreversible removal.
- 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.
- 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.
- Delete Secret Tool to delete a secret from a Doppler config. Use when you need to permanently remove a secret from a specific project and config.
- 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 transform…
- 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 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…
- List Secret Names Tool to retrieve the list of secret names from a specific Doppler config. Use when you need to list available secret names without their values.
- Update Doppler Secrets Tool to update secrets in a Doppler config. Use when you need to create or update secret values in a specific project and config.
- Update Secret Note Tool to update a note for a secret in Doppler. Use when you need to add or modify documentation for a specific secret. Notes are stored at the project level and apply across all environments, though a config parameter i…
- Update Project Tool to update an existing Doppler project's name or description. Use when you need to rename a project or modify its description after it has been created.
- Update Secret Note DEPRECATED: Use DopplerSecretsUpdateNote instead. Tool to set or update a note for a secret in Doppler. Use when you need to add or modify documentation for a specific secret. Notes are stored at the project level and a…
- Update Webhook Tool to update an existing webhook configuration in Doppler. Use when you need to modify webhook URL, authentication, enabled configs, or other webhook settings.
- Update Workplace Settings Tool to update workplace settings in Doppler. Use when you need to modify workplace name, billing email, or security email. At least one field must be provided to update.
- Get Workplace Information Tool to retrieve workplace information from Doppler. Use when you need to get workplace details including ID, name, billing email, and security email.
- Get Workplace Role Tool to retrieve workplace role information from Doppler. Use when you need to get details about a specific role including its permissions and metadata.
- List Workplace Roles Tool to list all workplace roles in your Doppler workspace. Use when you need to retrieve available workplace roles for user management or permission configuration.
- List Workplace Permissions Retrieves all available workplace permissions in Doppler. This action returns a comprehensive list of permission identifiers that can be assigned to workplace roles. Workplace permissions control access to organization-…
How we connect it
- 1
Connect your account
You create a key in Doppler, a key you create and control, and paste it in once. It lives in a secrets store on your server, not with us.
- 2
Set the guardrails
Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.
- 3
We keep it running
Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.
FAQ
Doppler questions, answered.
Ready to put Doppler to work?
Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.
All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by Doppler.