simplify credentials doc (#2488)

This commit is contained in:
Shuchang Zheng
2025-05-27 11:06:12 -07:00
committed by GitHub
parent 9e646bd9a1
commit 306eac8a58
7 changed files with 43 additions and 25 deletions

View File

@@ -8,9 +8,10 @@ slug: credentials/passwords
You can store passwords information in Skyvern. Skyvern agent can use the stored password information to log into a website without sending your username or password to LLMs.
## Manage Passwords in Skyvern Cloud
You can go to [Skyvern's Credentials page](https://app.skyvern.com/credentials) to manage your passwords.
**Add a new password credential:**
## How To Manage Passwords
This can be done in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
### Add a new password:
<img src="../images/credential_management/add_password.png" />
@@ -18,12 +19,12 @@ Besides the username and password, you can also add the Two Factor Authenticatio
<img src="../images/credential_management/add_password_detail.png" />
**Delete a password credential:**
### Delete a password:
Click the trash icon and confirm the deletion. If you do this, the password will be deleted from Skyvern PERMANENTLY.
<img src="../images/credential_management/delete_password.png" />
**Update a password credential:**
### Update a password:
<Warning>Skyvern only allows adding and deleting passwords. If you would like to update a password, you need to delete the existing password and create a new one.</Warning>
## Manage Passwords with API & SDK