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.

Un unico vault sicuro per ogni segreto

Metti fine alla proliferazione dei segreti e centralizzane la gestione in un’unica soluzione con crittografia end-to-end.

Secrets Manager terminals - Claude AI agent

Coding agents need controlled credential access

Securely inject development secrets directly within the agent process at runtime, protected with end-to-end encryption so the agent never sees it. 

✓ Scoped credential access per agent

✓ Expiring access tokens with automatic revocation

✓ Audit log: see exactly what the agent accessed and when

✓ Works with any agentic framework via SDK or CLI

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.

Proteggi ogni fase

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

Icona passaggio 1 blu

Store secrets

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

Icona passaggio 2 blu

Organize by project

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

Icona passaggio 3 blu

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.

Rapido e facile da usare

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], )

SDK

I software development kit (SDK) consentono al tuo team di sviluppo di creare integrazioni e operazioni personalizzate.

secrets-manager-integrations

Integrazioni

Crea rapidamente connessioni tra le tue diverse macchine, strumenti ed ecosistemi con integrazioni pronte all'uso.

Terminale CLI di Secrets Manager

CLI

La CLI di Secrets Manager è il metodo principale per inserire i segreti nelle applicazioni e nell'infrastruttura.

Unlimited secrets, no matter your size. 

Get streamlined secrets management. Pick your plan.

Teams

For development teams that need more business capabilities.

$6
per month / per user
All Free features, plus:
  • Unlimited secrets and projects
  • Up to 20 machine accounts
  • Audit activity with event logs
  • Manage access with user groups

Enterprise

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

$12
per month / per user
All Free and Teams features, plus:
  • Up to 50 machine accounts
  • Granular access control
  • Passwordless SSO integration
  • Automate provisioning with SCIM
  • Easy account recovery
  • Flexibility to self-host

Pricing shown in USD and based on an annual subscription. Taxes not included.

Inizia gratis, scala in seguito

Per sviluppatori singoli e piccoli progetti

Sei già cliente di Bitwarden Password Manager?

Inizia aggiungendo Secrets Manager alla tua organizzazione oppure contatta il reparto vendite per avviare una prova gratuita.

FAQ di Secrets Manager

Pronto per iniziare?

Proteggi la tua infrastruttura e le pipeline di sviluppo dalla fuoriuscita di segreti con Bitwarden Secrets Manager.