Skip to main content
Doppler logo

Doppler

Doppler secrets: projects, configs, secrets, service tokens, integrations. Exposes 41 actions covering the API surface an agent needs - read and write.

What it can do

MethodWhat it does
doppler_workplace_getGet authenticated workplace info - GET /workplace.
doppler_workplace_users_listList workplace users - GET /workplace/users.
doppler_workplace_users_inviteInvite a user to the workplace - POST /workplace/users/invite.
doppler_projects_listList projects - GET /projects.
doppler_project_getGet one project - GET /projects/{project}.
doppler_project_createCreate a project - POST /projects.
doppler_project_updateUpdate a project - PATCH /projects/{project}.
doppler_project_deleteDelete a project - DELETE /projects/{project}.
doppler_configs_listList configs in a project - GET /configs.
doppler_config_getGet one config - GET /configs/{config}.
doppler_config_createCreate a config - POST /configs.
doppler_config_updateUpdate a config - PATCH /configs/{config}.
doppler_config_deleteDelete a config - DELETE /configs/{config}.
doppler_config_cloneClone a config - POST /configs/{config}/clone.
doppler_config_lockLock a config - POST /configs/{config}/lock.
doppler_config_unlockUnlock a config - POST /configs/{config}/unlock.
doppler_secrets_listList secrets in a config - GET /secrets.
doppler_secret_getGet one secret value - GET /secrets/{secret}.
doppler_secret_updateUpdate a secret value - POST /secrets/{secret}.
doppler_secret_deleteDelete a secret - DELETE /secrets/{secret}.
doppler_secrets_downloadDownload secrets in a specific format - GET /secrets/download.
doppler_environments_listList environments in a project - GET /environments.
doppler_environment_getGet one environment - GET /environments/{environment}.
doppler_environment_createCreate an environment - POST /environments.
doppler_environment_deleteDelete an environment - DELETE /environments/{environment}.
doppler_service_tokens_listList service tokens in a config - GET /service-tokens.
doppler_service_token_getGet one service token - GET /service-tokens/{token_id}.
doppler_service_token_createCreate a service token - POST /service-tokens.
doppler_service_token_updateUpdate a service token - PATCH /service-tokens/{token_id}.
doppler_service_token_deleteDelete a service token - DELETE /service-tokens/{token_id}.
doppler_service_token_rotateRotate a service token - POST /service-tokens/{token_id}/rotate.
doppler_integrations_listList integrations - GET /integrations.
doppler_integration_getGet one integration - GET /integrations/{integration_id}.
doppler_syncs_listList syncs for a config - GET /syncs.
doppler_sync_getGet one sync - GET /syncs/{sync_id}.
doppler_sync_createCreate a sync - POST /syncs.
doppler_sync_deleteDelete a sync - DELETE /syncs/{sync_id}.
doppler_trusted_ips_listList trusted IPs - GET /trusted-ips.
doppler_trusted_ip_createAdd a trusted IP - POST /trusted-ips.
doppler_trusted_ip_deleteRemove a trusted IP - DELETE /trusted-ips/{ip_address}.
doppler_audit_logs_listList audit logs - GET /audit-logs.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
DOPPLER_API_TOKENDoppler Dashboard - Tokens (or Service tokens).

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope; regenerate it.
  • 429 Too Many Requests - provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Doppler!