Vaultwarden logo

Vaultwarden

Free

n8n community node to manage a Vaultwarden instance (create, read, update, delete vault items, collections, folders, organizations)

AI AgentsFreeFree tier
#n8n
Type
Open Source

About Vaultwarden

Vaultwarden is an n8n community node that enables automated management of a self-hosted Vaultwarden instance. It provides CRUD operations for vault items, collections, folders, and organizations, allowing seamless integration of password and secret management into n8n workflows. This open-source tool is ideal for developers and administrators who want to programmatically manage credentials, automate password rotation, or sync vault data across systems.

Key Features

Create, read, update, and delete vault items
Manage collections and folders
Handle organizations and their resources
Integrates with n8n workflow automation platform
Open-source community node

Pros & Cons

Pros
  • Free and open-source
  • Extends n8n with password management capabilities
  • Supports all core Vaultwarden entities (items, collections, folders, organizations)
  • Lightweight and easy to install via npm
  • Active community maintenance
Cons
  • Requires a running Vaultwarden instance and n8n setup
  • Limited to n8n workflows (not a standalone tool)
  • Dependency on community support for updates and bug fixes
  • No graphical interface – all operations must be configured in n8n nodes

Best For

Automate password rotation in CI/CD pipelinesSync credentials across multiple systems through n8n workflowsProgrammatically provision access to vault items for users or servicesBuild self-service password portals with n8n forms and Vaultwarden backend

Alternatives to Vaultwarden

FAQ

What is Vaultwarden?
Vaultwarden (formerly bitwarden_rs) is an open-source, self-hosted password manager server compatible with Bitwarden clients. This npm package is a community node for n8n that allows interacting with a Vaultwarden instance.
Do I need a Bitwarden account to use this node?
No, you need your own self-hosted Vaultwarden instance. The node communicates with the Vaultwarden API directly.
Can I manage users with this node?
The node focuses on vault items, collections, folders, and organizations. User management is not explicitly listed, but organizations may include some user-related operations.