43 lines
2.4 KiB
Plaintext
43 lines
2.4 KiB
Plaintext
---
|
|
title: Bitwarden Integration
|
|
subtitle: How to integrate Bitwarden with Skyvern
|
|
slug: credentials/bitwarden
|
|
---
|
|
|
|
<Note>This feature is only available on our enterprise plan. Please reach out to sales@skyvern.com for more information</Note>
|
|
Skyvern can integrate with your Bitwarden account. Skyvern agent can read the credentials on the fly to complete tasks while keeping your credentials secure. Skyvern never stores your Bitwarden credentials or sends them to LLMs.
|
|
|
|
## How to integrate Bitwarden with Skyvern
|
|
|
|
### Bitwarden Integration in Skyvern Cloud
|
|
**Step 1. Make a Bitwarden account**
|
|
Go to https://bitwarden.com/ and create an account. <Warning>💡 Make sure you create an account on `bitwarden.com` not `bitwarden.eu`</Warning>
|
|
|
|
**Step 2: Make sure you have a Bitwarden Organization created**
|
|
1. Log into Bitwarden and navigate to "Admin Console"
|
|
<img src="../images/bitwarden/bitwarden_tutorial_goto_admin.png" />
|
|
|
|
2. Make sure you have an organization created
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_organization.png" />
|
|
|
|
**Step 3: Create a collection you'd like to share with Skyvern (Skip if you already have a collection of items to share with Skyvern)**
|
|
1. Click New > Create a collection
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_collection.png" />
|
|
2. Type in a name (helpful to put your name - Skyvern)
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_collection_name.png" />
|
|
|
|
**Step 4: Go to “Access” and follow the instructions provided by the enterprise support team**
|
|
Please contact sales@skyvern.com to set up the integration for this step.
|
|
|
|
**Step 5: Grab your collection id and go to Skyvern**
|
|
1. Click into the collection and inspect the url for a collection uuid
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_collection_uuid.png" />
|
|
2. Create a new workflow in Skyvern. Click on Parameters + add a credential parameter + pick the "Bitwarden" tab.
|
|
a. The URL is the website you'd like to navigate to. This can be parameterized by different `input_parameter`
|
|
b. Enter the collection id above. This can be parameterized by another input parameter
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_skyvern_workflow.png" />
|
|
3. Create a login block and select the credentials as input paramters and you should be good to go!
|
|
<img src="../images/bitwarden/bitwarden_tutorial_create_skyvern_task_block.png" />
|
|
|
|
### Bitwarden Integration in Open Source
|