Doppler
dopplerDoppler is a secrets management platform that helps developers organize and sync environment variables across teams and infrastructure.
Acciones disponibles (26)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Authenticated User InfoDOPPLER_AUTH_MEAcciónTool 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.
DOPPLER_AUTH_MEAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Config LogDOPPLER_CONFIG_LOGS_GETAcciónTool to retrieve a specific config log from Doppler. Use when you need to view details about a particular configuration change or event.
DOPPLER_CONFIG_LOGS_GETAcciónTool to retrieve a specific config log from Doppler. Use when you need to view details about a particular configuration change or event.
Parámetros de entrada
logstringObligatorioUnique identifier for the log object.
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Config LogsDOPPLER_CONFIG_LOGS_LISTAcciónTool 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.
DOPPLER_CONFIG_LOGS_LISTAcciónTool 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.
Parámetros de entrada
pageanyPage number for pagination.
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
per_pageanyNumber of items per page for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ConfigDOPPLER_CONFIGS_GETAcciónTool to retrieve a specific Doppler config by project and config name. Use when you need to get configuration details for a specific project environment.
DOPPLER_CONFIGS_GETAcciónTool to retrieve a specific Doppler config by project and config name. Use when you need to get configuration details for a specific project environment.
Parámetros de entrada
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Doppler ConfigsDOPPLER_CONFIGS_LISTAcciónTool 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.
DOPPLER_CONFIGS_LISTAcciónTool 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.
Parámetros de entrada
pageanyPage number for pagination. Defaults to 1.
projectstringObligatorioThe project's name from which to list configs. This is a required parameter.
per_pageanyNumber of items to return per page. Defaults to 20.
environmentanyThe environment from which to list configs. If not specified, configs from all environments will be listed.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Encrypted Share LinkDOPPLER_CREATE_ENCRYPTEDAcciónTool to generate a Doppler Share link by sending an encrypted secret. Use when you need to securely share secrets with end-to-end encryption. The receive flow is end-to-end encrypted where the encrypted secret will be decrypted on the recipient's browser.
DOPPLER_CREATE_ENCRYPTEDAcciónTool to generate a Doppler Share link by sending an encrypted secret. Use when you need to securely share secrets with end-to-end encryption. The receive flow is end-to-end encrypted where the encrypted secret will be decrypted on the recipient's browser.
Parámetros de entrada
expire_daysanyNumber of days before the share link expires. Must be between 1 and 90.
expire_viewsanyNumber of views before the share link expires. Must be between 1 and 50, or -1 for unlimited views.
encryption_kdfstringObligatorioThe key derivation function used for encryption. Must be 'pbkdf2'.
hashed_passwordstringObligatorioSHA256 hash of the password (not the derived encryption key). This is used to verify the password when the recipient accesses the share link.
encrypted_secretstringObligatorioBase64 encoded AES-GCM encrypted secret to share. The secret must be encrypted using AES-GCM with a key derived from the password using the specified KDF.
encryption_salt_roundsintegerObligatorioNumber of salt rounds used by the KDF for key derivation. Must be 1000000.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Plain Text Share LinkDOPPLER_CREATE_PLAINAcciónTool 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-end encrypted where the encrypted secret is decrypted in the browser.
DOPPLER_CREATE_PLAINAcciónTool 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-end encrypted where the encrypted secret is decrypted in the browser.
Parámetros de entrada
secretstringObligatorioThe plain text secret to share. This will be encrypted in the browser during the receive flow.
expire_daysanyNumber of days before link expires. Valid range: 1-90 days. If not specified, uses Doppler default.
expire_viewsanyNumber of views before link expires. Valid values: 1-50 for limited views, or -1 for unlimited views. If not specified, uses Doppler default.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EnvironmentsDOPPLER_ENVIRONMENTS_LISTAcciónTool to list all environments in a Doppler project. Use when you need to retrieve the environments available in a specific project.
DOPPLER_ENVIRONMENTS_LISTAcciónTool to list all environments in a Doppler project. Use when you need to retrieve the environments available in a specific project.
Parámetros de entrada
projectstringObligatorioThe project's name. This is the unique identifier for the Doppler project whose environments you want to list.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IntegrationsDOPPLER_INTEGRATIONS_LISTAcciónTool to retrieve all existing integrations in Doppler. Use when you need to list all configured integrations.
DOPPLER_INTEGRATIONS_LISTAcciónTool to retrieve all existing integrations in Doppler. Use when you need to list all configured integrations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Change RequestsDOPPLER_LIST_CHANGE_REQUESTSAcciónTool to list existing change requests in the Doppler workplace. Use when you need to retrieve all change requests and their current status.
DOPPLER_LIST_CHANGE_REQUESTSAcciónTool to list existing change requests in the Doppler workplace. Use when you need to retrieve all change requests and their current status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project RoleDOPPLER_PROJECT_ROLES_GETAcciónTool to retrieve details of a specific project role in Doppler. Use when you need to get information about a role's permissions and metadata.
DOPPLER_PROJECT_ROLES_GETAcciónTool to retrieve details of a specific project role in Doppler. Use when you need to get information about a role's permissions and metadata.
Parámetros de entrada
rolestringObligatorioThe role's unique identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Project RolesDOPPLER_PROJECT_ROLES_LISTAcciónTool 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.
DOPPLER_PROJECT_ROLES_LISTAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Project Role PermissionsDOPPLER_PROJECT_ROLES_LIST_PERMISSIONSAcciónTool to list all available permissions for project roles in Doppler. Use when you need to see what permissions can be assigned to custom project roles.
DOPPLER_PROJECT_ROLES_LIST_PERMISSIONSAcciónTool to list all available permissions for project roles in Doppler. Use when you need to see what permissions can be assigned to custom project roles.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project DetailsDOPPLER_PROJECTS_GETAcciónTool to retrieve details of a specific Doppler project by its identifier. Use when you need to get project metadata including name, description, and creation timestamp.
DOPPLER_PROJECTS_GETAcciónTool to retrieve details of a specific Doppler project by its identifier. Use when you need to get project metadata including name, description, and creation timestamp.
Parámetros de entrada
projectstringObligatorioUnique identifier for the project object.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Doppler ProjectsDOPPLER_PROJECTS_LISTAcciónTool to list all Doppler projects in your workspace. Use when you need to retrieve available projects for configuration management or to get project details.
DOPPLER_PROJECTS_LISTAcciónTool to list all Doppler projects in your workspace. Use when you need to retrieve available projects for configuration management or to get project details.
Parámetros de entrada
pageanyPage number for pagination. Use this to navigate through multiple pages of results.
per_pageanyNumber of items to return per page. Controls how many projects are returned in a single request.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SecretDOPPLER_SECRETS_DELETEAcciónTool to delete a secret from a Doppler config. Use when you need to permanently remove a secret from a specific project and config.
DOPPLER_SECRETS_DELETEAcciónTool to delete a secret from a Doppler config. Use when you need to permanently remove a secret from a specific project and config.
Parámetros de entrada
namestringObligatorioName of the secret to delete.
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download SecretsDOPPLER_SECRETS_DOWNLOADAcciónTool 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.
DOPPLER_SECRETS_DOWNLOADAcciónTool 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.
Parámetros de entrada
configanyName of the config object. Not required if using a Service Token.
formatanyFormat for the downloaded secrets. Defaults to 'json'.
projectanyUnique identifier for the project object. Not required if using a Service Token.
secretsanyComma-delimited list of secrets to include in the download (e.g., 'API_KEY,DATABASE_URL'). Defaults to all secrets if left unspecified.
name_transformeranyTransform secret names to a different case. If not specified, secret names remain unchanged.
dynamic_secrets_ttl_secanyThe number of seconds until dynamic leases expire. Must be used with `include_dynamic_secrets`. Defaults to 1800 (30 minutes) if not specified.
include_dynamic_secretsanyWhether or not to issue leases and include dynamic secret values for the config. Defaults to false if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SecretDOPPLER_SECRETS_GETAcciónTool 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.
DOPPLER_SECRETS_GETAcciónTool 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.
Parámetros de entrada
namestringObligatorioName of the secret to retrieve.
configstringObligatorioName of the config object (e.g., dev, staging, production).
projectstringObligatorioUnique identifier for the project object.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Doppler SecretsDOPPLER_SECRETS_LISTAcciónTool 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.
DOPPLER_SECRETS_LISTAcciónTool 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.
Parámetros de entrada
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
secretsanyA comma-separated list of secrets to include in the response. If not specified, all secrets are returned.
dynamic_secrets_ttl_secanyThe number of seconds until dynamic leases expire. Must be used with `include_dynamic_secrets`. Defaults to 1800 (30 minutes) if not specified.
include_dynamic_secretsanyWhether or not to issue leases and include dynamic secret values for the config. Defaults to false if not specified.
include_managed_secretsanyWhether to include Doppler's auto-generated (managed) secrets. Defaults to true if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Secret NamesDOPPLER_SECRETS_NAMESAcciónTool to retrieve the list of secret names from a specific Doppler config. Use when you need to list available secret names without their values.
DOPPLER_SECRETS_NAMESAcciónTool to retrieve the list of secret names from a specific Doppler config. Use when you need to list available secret names without their values.
Parámetros de entrada
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
include_dynamic_secretsanyWhether or not to issue leases and include dynamic secret values for the config
include_managed_secretsanyWhether to include Doppler's auto-generated (managed) secrets
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Doppler SecretsDOPPLER_SECRETS_UPDATEAcciónTool to update secrets in a Doppler config. Use when you need to create or update secret values in a specific project and config.
DOPPLER_SECRETS_UPDATEAcciónTool to update secrets in a Doppler config. Use when you need to create or update secret values in a specific project and config.
Parámetros de entrada
configstringObligatorioName of the config object.
projectstringObligatorioUnique identifier for the project object.
secretsanyObject of secrets you would like to save to the config. Key-value pairs where keys are secret names and values are secret values. Either 'secrets' or 'change_requests' is required (can't use both).
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Secret NoteDOPPLER_SECRETS_UPDATE_NOTEAcciónTool to update a note for a secret in Doppler. Use when you need to add or modify documentation for a specific secret. The note will be applied to the specified secret across all environments in the project.
DOPPLER_SECRETS_UPDATE_NOTEAcciónTool to update a note for a secret in Doppler. Use when you need to add or modify documentation for a specific secret. The note will be applied to the specified secret across all environments in the project.
Parámetros de entrada
notestringObligatorioThe note you want to set on the secret. This note will be applied to the specified secret in all environments.
secretstringObligatorioThe name of the secret to update the note for.
projectanyUnique identifier for the project object. If not provided, defaults to the project specified in your configuration.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workplace InformationDOPPLER_WORKPLACE_GETAcciónTool to retrieve workplace information from Doppler. Use when you need to get workplace details including ID, name, billing email, and security email.
DOPPLER_WORKPLACE_GETAcciónTool to retrieve workplace information from Doppler. Use when you need to get workplace details including ID, name, billing email, and security email.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workplace RoleDOPPLER_WORKPLACE_ROLES_GETAcciónTool to retrieve workplace role information from Doppler. Use when you need to get details about a specific role including its permissions and metadata.
DOPPLER_WORKPLACE_ROLES_GETAcciónTool to retrieve workplace role information from Doppler. Use when you need to get details about a specific role including its permissions and metadata.
Parámetros de entrada
rolestringObligatorioThe role's unique identifier. Common values include 'owner', 'admin', 'member', or custom role identifiers.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Workplace RolesDOPPLER_WORKPLACE_ROLES_LISTAcciónTool to list all workplace roles in your Doppler workspace. Use when you need to retrieve available workplace roles for user management or permission configuration.
DOPPLER_WORKPLACE_ROLES_LISTAcciónTool to list all workplace roles in your Doppler workspace. Use when you need to retrieve available workplace roles for user management or permission configuration.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Workplace PermissionsDOPPLER_WORKPLACE_ROLES_LIST_PERMISSIONSAcciónTool to retrieve all available workplace permissions in Doppler. Use when you need to view the list of permissions that can be assigned to workplace roles.
DOPPLER_WORKPLACE_ROLES_LIST_PERMISSIONSAcciónTool to retrieve all available workplace permissions in Doppler. Use when you need to view the list of permissions that can be assigned to workplace roles.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not