# Bitwarden AI integration on Definable

> Bitwarden is a secure password management solution providing encrypted vaults, cross-platform sync, and enterprise-grade security tools for storing and sharing credentials

## What this connects

Bitwarden is a secure password management solution providing encrypted vaults, cross-platform sync, and enterprise-grade security tools for storing and sharing credentials

Vendor: https://bitwarden.com/

## Tools available

**9** tools available. First 9:

- `BITWARDEN_DELETE_GROUP` — Delete Group — Tool to delete a group. Use when you need to permanently remove a group by its ID after ensuring no dependencies exist.
- `BITWARDEN_DELETE_MEMBER` — Delete Member — Tool to delete a specific organization member. Use when you need to remove a member from the organization after verifying their member ID.
- `BITWARDEN_GET_GROUP_MEMBER_IDS` — Get Group Member IDs — Tool to retrieve the list of member IDs for a specific Bitwarden group. Use when you need only the user IDs of all members in a group.
- `BITWARDEN_GET_ORG_SUBSCRIPTION` — Get Organization Subscription — Tool to retrieve subscription details of the current organization. Use after obtaining a valid bearer token.
- `BITWARDEN_IMPORT_MEMBERS_AND_GROUPS` — Import Members and Groups — Tool to bulk import members and groups in a single request. Use when migrating or seeding an organization with multiple members and groups at once. Import is all-or-nothing: a single malformed entry in `members` or `groups` causes the entire request to fail.
- `BITWARDEN_REINVITE_MEMBER` — Reinvite Member — Tool to re-send an invitation to a pending or removed member. Use when an existing member's invite needs re-issuing.
- `BITWARDEN_RETRIEVE_GROUP` — Retrieve Group — Tool to retrieve details for a specific group. Use when you need to fetch group permissions and assigned collections by group ID after authenticating with a valid access token.
- `BITWARDEN_RETRIEVE_MEMBER` — Retrieve Member — Tool to retrieve details for a specific member. Use after obtaining a valid member ID to get full metadata.
- `BITWARDEN_UPDATE_MEMBER` — Update Member — Tool to update an organization member’s admin status. Use when toggling admin privileges for an existing member.

## Auth

Auth schemes: `S2S_OAUTH2`.

## How agents use Bitwarden

Inside a Definable workflow, Bitwarden is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bitwarden** — the Researcher (GPT-5.5) pulls context from Bitwarden (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bitwarden** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bitwarden (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bitwarden** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bitwarden (attach file, open PR comment, post status).

The Verifier checks every Bitwarden call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/

## Related

- HTML page: https://definable.ai/apps/bitwarden/
- Same category (security & identity tools): https://definable.ai/apps/category/security-&-identity-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
