This page is displayed in , but your browser is set to .
Would you like to switch to the version?

Take insights to action: Bitwarden Access Intelligence now available Learn more >

illustration-exposed-secrets

Secrets sprawl is a breach waiting to happen

The problem: Unmanaged plaintext secrets pose serious security risks.

  • Hardcoded credentials in repos

  • Shared .env files in slack or email

  • API keys in CI/CD logs

  • AI agents requesting broad credential access

These practices expose critical credentials, paving the way for a costly data breach.

One secure vault for every secret

Put an end to secrets sprawl and centralize secret management in a single, end-to-end encrypted solution.

Secrets Manager terminals - CI/CD pipelines, Github actions

Stop secrets from leaking into build logs

Inject secrets at runtime into CI/CD pipelines without ever storing them as plaintext environment variables or a hardcoded config.

✓ Ready to use GitHub Actions, GitLab CI/CD, and Jenkins integrations

✓ Machine accounts scoped per pipeline and revoked instantly

✓ Full audit log of every secret access event with timestamp

✓ Zero-knowledge: Bitwarden can't read your secrets


Governance without slowing down your developers

For IT teams looking for a complete enterprise solution, Bitwarden helps your business meet development deadlines while staying secure throughout the whole process.

Audit-ready event logs

Every secret access, user log in, and administrative change is timestamped and logged. Export to CSV or pipe into your SIEM. Ready for your next audit.

Role-based access controls

IT controls who can create projects, manage machine accounts, and access secrets, ensuring compliance with least-privilege access.

SSO, SCIM and directory integrations

Connect Secrets Manager to your existing business tech stack. Automatically provision users with SCIM, enforce SSO log ins, invite developers via your directory provider.

Jeden Schritt absichern

Say goodbye to complex management systems that leave your secrets scattered. The Bitwarden process is easy to configure and deploy.

icon-step-1-blau

Store secrets

Set up a project based on service, initiative, or environment. Control who and what can read each project.

icon-step-2-blau

Organize by project

Centralize API keys, DB credentials, SSH keys, and certificates in an end-to-end encrypted vault, each assigned to a project.

icon-step-3-blau

Issue machine access

Give each machine or agent its own access token scoped to exactly what it needs.

icon-step-4-blue

Use secrets

Securely deploy secrets within your development workflows, CI/CD pipelines, and agent processes.

Schnell und einfach zu nutzen

Python
#!/usr/bin/env python3 import logging import os from bitwarden_sdk import BitwardenClient, DeviceType, client_settings_from_dict identityUrl = os.getenv("BW_IDENTITY_URL") apiUrl = os.getenv("BW_API_URL") organizationId = os.getenv("ORGANIZATION_ID") accessToken = os.getenv("BW_ACCESS_TOKEN") projectId = os.getenv("BW_PROJECT_ID") client = BitwardenClient( client_settings_from_dict( { "apiUrl": apiUrl, "deviceType": DeviceType.SDK, "identityUrl": identityUrl, "userAgent": "Python", } ) ) client.access_token_login(accessToken) secret = client.secrets().create( "Secret Key", "Secret Note", organizationId, "Secret Value", [projectId], )

SDKs

Mit den Software Development Kits (SDKs) kann Ihr Team eigene Integrationen und Workflows entwickeln.

secrets-manager-integrations

Integrationen

Stellen Sie mit sofort einsatzbereiten Integrationen schnell Verbindungen zwischen Ihren verschiedenen Maschinen, Tools und Ökosystemen her.

Secrets Manager CLI terminal

Kommandozeile

Die Kommandozeilenschnittstelle (CLI) ist die wichtigste Methode, um Secrets in Anwendungen und Infrastruktur einzubinden.

Wählen Sie das passende Abo für Ihre Anforderungen

Get streamlined secrets management. Pick your plan.

Teams

For development teams that need more business capabilities.

$6
pro Monat und Nutzer
Unterstützen Sie Ihr Team mit zusätzlichen Funktionen für Unternehmen. Das Abo umfasst:
  • Unbegrenzt viele Secrets und Projekte
  • Bis zu 20 Konten für Maschinen
  • $1 für jedes weitere Konto für Maschinen

Enterprise

SSO, SCIM, self-hosting, and enterprise policies for orgs with compliance requirements.

$12
pro Monat und Nutzer
Unterstützt die Anforderungen von Unternehmen mit Verwaltungsfunktionen. Das Abo umfasst:
  • Unbegrenzt viele Secrets und Projekte
  • Bis zu 50 Konten für Maschinen
  • $1 für jedes weitere Konto für Maschinen

Die Preise werden in US-Dollar angezeigt und basieren auf einem Jahresabonnement (Steuern nicht inbegriffen).

Start free, scale later

For solo developers and small projects.

Sie haben bereits ein Abo für den Bitwarden Passwort-Manager?

Beginnen Sie damit, den Secrets-Manager zu Ihrer Organisation hinzuzufügen, oder wenden Sie sich an den Vertrieb, um Zugang zur kostenlosen Testversion zu erhalten.

Häufig gestellte Fragen zum Secrets-Manager

Sind Sie bereit, loszulegen?

Schützen Sie Ihre Infrastruktur und Ihre Entwicklungs-Pipelines mit dem Bitwarden Secrets-Manager vor dem Verlust vertraulicher Daten.