Doppler website screenshot

Doppler

Doppler is a centralized, cloud-based SecretOps platform that manages application configuration and secrets for humans, CI/CD pipelines, and AI agents across environments. It provides Git-style activity logs, rollbacks, webhooks, SDKs, and deep integrations with AWS, Azure, GCP, Kubernetes, and the major CI providers, with SOC 2 and ISO compliance. The Doppler REST API offers full programmatic control over projects, configs, secrets, tokens, service accounts, and audit logs using Bearer token authentication.

Doppler publishes 8 APIs on the APIs.io network, including ActivityLogs API, Auth API, Configs API, and 5 more. Tagged areas include Secrets Management, SecretOps, DevOps, Configuration Management, and Security.

Doppler’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, and 9 more developer resources.

30.8/100 thin ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
9 APIs
Secrets ManagementSecretOpsDevOpsConfiguration ManagementSecurityCI/CD

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 30.8/100 · thin
Contract Quality 13.4 / 25
Developer Ergonomics 5.7 / 20
Commercial Clarity 3.7 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/doppler: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

Doppler REST API

Versioned REST API (v3) for managing Doppler workplaces, projects, environments, configs, secrets, dynamic secrets, service tokens, service accounts, integrations, audit logs, a...

Doppler ActivityLogs API

The ActivityLogs API from Doppler — 1 operation(s) for activitylogs.

Doppler Auth API

The Auth API from Doppler — 1 operation(s) for auth.

Doppler Configs API

The Configs API from Doppler — 2 operation(s) for configs.

Doppler Environments API

The Environments API from Doppler — 1 operation(s) for environments.

Doppler Projects API

The Projects API from Doppler — 2 operation(s) for projects.

Doppler Secrets API

The Secrets API from Doppler — 3 operation(s) for secrets.

Doppler ServiceTokens API

The ServiceTokens API from Doppler — 1 operation(s) for servicetokens.

Doppler Webhooks API

The Webhooks API from Doppler — 1 operation(s) for webhooks.

Scroll for all 9

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Doppler REST API

OPEN COLLECTION

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Doppler Authentication

http · 1 scheme

SECURITY

Doppler Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Doppler Vulnerability Disclosure

security.txt · contact published

SECURITY

Doppler Trust Center

SOC 2, ISO 27001, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Doppler Agentic Access

19 operations · 7 acting

19 operations · 7 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: doppler
name: Doppler
description: Doppler is a centralized, cloud-based SecretOps platform that manages application configuration and secrets for
  humans, CI/CD pipelines, and AI agents across environments. It provides Git-style activity logs, rollbacks, webhooks, SDKs,
  and deep integrations with AWS, Azure, GCP, Kubernetes, and the major CI providers, with SOC 2 and ISO compliance. The Doppler
  REST API offers full programmatic control over projects, configs, secrets, tokens, service accounts, and audit logs using
  Bearer token authentication.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/doppler.png
tags:
- Secrets Management
- SecretOps
- DevOps
- Configuration Management
- Security
- CI/CD
url: https://raw.githubusercontent.com/api-evangelist/doppler/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: doppler:rest-api
  name: Doppler REST API
  description: Versioned REST API (v3) for managing Doppler workplaces, projects, environments, configs, secrets, dynamic
    secrets, service tokens, service accounts, integrations, audit logs, and webhooks. Authentication uses high-entropy Doppler
    tokens (CLI, Personal, Service, Service Account, Service Account Identity, SCIM, or Audit) presented as Bearer tokens.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Secrets Management
  - SecretOps
  - DevOps
  - Configuration Management
  properties:
  - type: Documentation
    url: https://docs.doppler.com/reference/api
  - type: Authentication
    url: https://docs.doppler.com/reference/auth-token-formats
  - type: GettingStarted
    url: https://docs.doppler.com/docs/start
- aid: doppler:doppler-activitylogs-api
  name: Doppler ActivityLogs API
  description: The ActivityLogs API from Doppler — 1 operation(s) for activitylogs.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - ActivityLogs
  properties:
  - type: OpenAPI
    url: openapi/doppler-activitylogs-api-openapi.yml
- aid: doppler:doppler-auth-api
  name: Doppler Auth API
  description: The Auth API from Doppler — 1 operation(s) for auth.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Auth
  properties:
  - type: OpenAPI
    url: openapi/doppler-auth-api-openapi.yml
- aid: doppler:doppler-configs-api
  name: Doppler Configs API
  description: The Configs API from Doppler — 2 operation(s) for configs.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Configs
  properties:
  - type: OpenAPI
    url: openapi/doppler-configs-api-openapi.yml
- aid: doppler:doppler-environments-api
  name: Doppler Environments API
  description: The Environments API from Doppler — 1 operation(s) for environments.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Environments
  properties:
  - type: OpenAPI
    url: openapi/doppler-environments-api-openapi.yml
- aid: doppler:doppler-projects-api
  name: Doppler Projects API
  description: The Projects API from Doppler — 2 operation(s) for projects.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Projects
  properties:
  - type: OpenAPI
    url: openapi/doppler-projects-api-openapi.yml
- aid: doppler:doppler-secrets-api
  name: Doppler Secrets API
  description: The Secrets API from Doppler — 3 operation(s) for secrets.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Secrets
  properties:
  - type: OpenAPI
    url: openapi/doppler-secrets-api-openapi.yml
- aid: doppler:doppler-servicetokens-api
  name: Doppler ServiceTokens API
  description: The ServiceTokens API from Doppler — 1 operation(s) for servicetokens.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - ServiceTokens
  properties:
  - type: OpenAPI
    url: openapi/doppler-servicetokens-api-openapi.yml
- aid: doppler:doppler-webhooks-api
  name: Doppler Webhooks API
  description: The Webhooks API from Doppler — 1 operation(s) for webhooks.
  humanURL: https://docs.doppler.com/reference/api
  baseURL: https://api.doppler.com/v3
  tags:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/doppler-webhooks-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/doppler-agentic-access.yml
- type: TrustCenter
  url: security/doppler-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/doppler-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/doppler-domain-security.yml
- type: Authentication
  url: authentication/doppler-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/dopplerhq
- type: Website
  url: https://www.doppler.com
- type: Documentation
  url: https://docs.doppler.com
- type: API Documentation
  url: https://docs.doppler.com/reference/api
- type: Pricing
  url: https://www.doppler.com/pricing
- type: Signup
  url: https://dashboard.doppler.com/register
- type: GitHubOrganization
  url: https://github.com/DopplerHQ
- type: LlmsText
  url: https://docs.doppler.com/llms.txt
- type: Blog
  url: https://www.doppler.com/blog/rss.xml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com