NAiOS IconNAiOS Logo
Volver al catálogo

Doppler

doppler

Doppler is a secrets management platform that helps developers organize and sync environment variables across teams and infrastructure.

Acciones
26
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Config LogDOPPLER_CONFIG_LOGS_GETAcción

Tool 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

  • logstringObligatorio

    Unique identifier for the log object.

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Config LogsDOPPLER_CONFIG_LOGS_LISTAcción

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.

Parámetros de entrada

  • pageany

    Page number for pagination.

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

  • per_pageany

    Number of items per page for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ConfigDOPPLER_CONFIGS_GETAcción

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.

Parámetros de entrada

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Doppler ConfigsDOPPLER_CONFIGS_LISTAcción

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.

Parámetros de entrada

  • pageany

    Page number for pagination. Defaults to 1.

  • projectstringObligatorio

    The project's name from which to list configs. This is a required parameter.

  • per_pageany

    Number of items to return per page. Defaults to 20.

  • environmentany

    The environment from which to list configs. If not specified, configs from all environments will be listed.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Encrypted Share LinkDOPPLER_CREATE_ENCRYPTEDAcción

Tool 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_daysany

    Number of days before the share link expires. Must be between 1 and 90.

  • expire_viewsany

    Number of views before the share link expires. Must be between 1 and 50, or -1 for unlimited views.

  • encryption_kdfstringObligatorio

    The key derivation function used for encryption. Must be 'pbkdf2'.

  • hashed_passwordstringObligatorio

    SHA256 hash of the password (not the derived encryption key). This is used to verify the password when the recipient accesses the share link.

  • encrypted_secretstringObligatorio

    Base64 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_roundsintegerObligatorio

    Number of salt rounds used by the KDF for key derivation. Must be 1000000.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Plain Text Share LinkDOPPLER_CREATE_PLAINAcción

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-end encrypted where the encrypted secret is decrypted in the browser.

Parámetros de entrada

  • secretstringObligatorio

    The plain text secret to share. This will be encrypted in the browser during the receive flow.

  • expire_daysany

    Number of days before link expires. Valid range: 1-90 days. If not specified, uses Doppler default.

  • expire_viewsany

    Number 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EnvironmentsDOPPLER_ENVIRONMENTS_LISTAcción

Tool 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

  • projectstringObligatorio

    The project's name. This is the unique identifier for the Doppler project whose environments you want to list.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List IntegrationsDOPPLER_INTEGRATIONS_LISTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Change RequestsDOPPLER_LIST_CHANGE_REQUESTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project RoleDOPPLER_PROJECT_ROLES_GETAcción

Tool 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

  • rolestringObligatorio

    The role's unique identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Project RolesDOPPLER_PROJECT_ROLES_LISTAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Project Role PermissionsDOPPLER_PROJECT_ROLES_LIST_PERMISSIONSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project DetailsDOPPLER_PROJECTS_GETAcción

Tool 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

  • projectstringObligatorio

    Unique identifier for the project object.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Doppler ProjectsDOPPLER_PROJECTS_LISTAcción

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.

Parámetros de entrada

  • pageany

    Page number for pagination. Use this to navigate through multiple pages of results.

  • per_pageany

    Number of items to return per page. Controls how many projects are returned in a single request.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete SecretDOPPLER_SECRETS_DELETEAcción

Tool 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

  • namestringObligatorio

    Name of the secret to delete.

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download SecretsDOPPLER_SECRETS_DOWNLOADAcción

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.

Parámetros de entrada

  • configany

    Name of the config object. Not required if using a Service Token.

  • formatany

    Format for the downloaded secrets. Defaults to 'json'.

  • projectany

    Unique identifier for the project object. Not required if using a Service Token.

  • secretsany

    Comma-delimited list of secrets to include in the download (e.g., 'API_KEY,DATABASE_URL'). Defaults to all secrets if left unspecified.

  • name_transformerany

    Transform secret names to a different case. If not specified, secret names remain unchanged.

  • dynamic_secrets_ttl_secany

    The number of seconds until dynamic leases expire. Must be used with `include_dynamic_secrets`. Defaults to 1800 (30 minutes) if not specified.

  • include_dynamic_secretsany

    Whether or not to issue leases and include dynamic secret values for the config. Defaults to false if not specified.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SecretDOPPLER_SECRETS_GETAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Name of the secret to retrieve.

  • configstringObligatorio

    Name of the config object (e.g., dev, staging, production).

  • projectstringObligatorio

    Unique identifier for the project object.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Doppler SecretsDOPPLER_SECRETS_LISTAcción

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.

Parámetros de entrada

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

  • secretsany

    A comma-separated list of secrets to include in the response. If not specified, all secrets are returned.

  • dynamic_secrets_ttl_secany

    The number of seconds until dynamic leases expire. Must be used with `include_dynamic_secrets`. Defaults to 1800 (30 minutes) if not specified.

  • include_dynamic_secretsany

    Whether or not to issue leases and include dynamic secret values for the config. Defaults to false if not specified.

  • include_managed_secretsany

    Whether to include Doppler's auto-generated (managed) secrets. Defaults to true if not specified.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Secret NamesDOPPLER_SECRETS_NAMESAcción

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.

Parámetros de entrada

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

  • include_dynamic_secretsany

    Whether or not to issue leases and include dynamic secret values for the config

  • include_managed_secretsany

    Whether to include Doppler's auto-generated (managed) secrets

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Doppler SecretsDOPPLER_SECRETS_UPDATEAcción

Tool 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

  • configstringObligatorio

    Name of the config object.

  • projectstringObligatorio

    Unique identifier for the project object.

  • secretsany

    Object 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Secret NoteDOPPLER_SECRETS_UPDATE_NOTEAcción

Tool 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

  • notestringObligatorio

    The note you want to set on the secret. This note will be applied to the specified secret in all environments.

  • secretstringObligatorio

    The name of the secret to update the note for.

  • projectany

    Unique identifier for the project object. If not provided, defaults to the project specified in your configuration.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Workplace InformationDOPPLER_WORKPLACE_GETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Workplace RoleDOPPLER_WORKPLACE_ROLES_GETAcción

Tool 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

  • rolestringObligatorio

    The role's unique identifier. Common values include 'owner', 'admin', 'member', or custom role identifiers.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Workplace RolesDOPPLER_WORKPLACE_ROLES_LISTAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Workplace PermissionsDOPPLER_WORKPLACE_ROLES_LIST_PERMISSIONSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not