Files
Dorod-Sky/fern/credentials/introduction.mdx

63 lines
1.9 KiB
Plaintext
Raw Normal View History

---
2025-05-27 11:06:12 -07:00
title: Credential Management
subtitle: Never send your credentials to LLMs.
slug: credentials/introduction
---
2025-05-27 11:06:12 -07:00
Agents need access to sensitive information to complete tasks. For example, usernames and passwords to login, credit cards for payments, etc. With Skyvern's credential management tool, you can run agents securely without exposing your credentials to LLMs.
## Credential Support
<CardGroup cols={2}>
<Card
title="Password Management"
icon="key"
href="/credentials/passwords"
>
Manage and use passwords with Skyvern Agent
</Card>
<Card
title="Credit Cards"
icon="credit-card"
href="/credentials/credit-cards"
>
Manage and use credit cards with Skyvern Agent
</Card>
</CardGroup>
2025-05-26 23:09:54 -04:00
## 2FA Support (TOTP)
Many websites require entering a TOTP (2FA/MFA/Verification) code during login. Skyvern has the TOTP (2FA/MFA/Verification Code) support natively.
**Supported authentication methods**:
- Phone verification code
- Email verification code
- Authenticator app
**Coming soon**:
- Confirmation link sent to email. Click the link and create an account. (Talk to Skyvern Support if you need this)
- One time login link sent to email. Click and login. (Talk to Skyvern Support if you need this)
2025-05-26 23:09:54 -04:00
See [2FA Support (TOTP)](/credentials/totp) for more details.
<CardGroup cols={1}>
<Card
2025-05-26 23:09:54 -04:00
title="2FA Support (TOTP)"
icon="pager"
href="/credentials/totp"
>
2025-05-26 23:09:54 -04:00
Manage and use 2FA (TOTP) with Skyvern Agent
</Card>
</CardGroup>
## Bitwarden Integration
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.
See [Bitwarden Integration](/credentials/bitwarden) for more details.
2025-05-28 00:21:50 -07:00
## Coming Soon
(Contact support@skyvern.com if you need any password integration to help us prioritize)
- 1Password Integration
- LastPass Integration