121 lines
3.3 KiB
Plaintext
121 lines
3.3 KiB
Plaintext
---
|
|
title: Credential Management
|
|
subtitle: Never send your credentials to LLMs.
|
|
slug: credentials/introduction
|
|
---
|
|
|
|
Need to give Skyvern access to your credentials? Usernames and passwords, 2FA, credit cards for payments, etc. Skyvern's credential management provides a secure way to manage and use credentials. Agents can then use them without exposing those credentials to LLMs.
|
|
|
|
### 2FA Support (TOTP)
|
|
|
|
Many websites require entering a TOTP (2FA/MFA/Verification) code during login. Skyvern has TOTP (2FA/MFA/Verification Code) support natively.
|
|
|
|
**Supported authentication methods**:
|
|
- Phone verification code
|
|
- Email verification code
|
|
- Authenticator app
|
|
- Confirmation link sent to email. Click the link and create an account
|
|
- One time login link sent to email. Click and login
|
|
|
|
If you have any questions about how to set these up, please contact [Skyvern Support](mailto:support@skyvern.com).
|
|
|
|
## Credit Card Management
|
|
|
|
Skyvern can manage your credit cards and use them to complete tasks.
|
|
|
|
**Supported credit card types**:
|
|
- Visa
|
|
- Mastercard
|
|
<CardGroup cols={3}>
|
|
<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>
|
|
<Card
|
|
title="2FA Support (TOTP)"
|
|
icon="pager"
|
|
href="/credentials/totp"
|
|
>
|
|
Manage and use 2FA (TOTP) with Skyvern Agent
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
|
|
## Password Manager Integrations
|
|
|
|
If you have your own password manager, Skyvern can integrate with it. Skyvern can read the credentials on the fly to complete tasks while keeping your credentials secure. Skyvern never stores your credentials or sends them to any third parties (including LLMs).
|
|
|
|
**Supported password manager types**:
|
|
- Bitwarden
|
|
- 1Password Integration
|
|
- Custom Credential Service (HTTP API)
|
|
|
|
**Coming Soon**:
|
|
- LastPass Integration
|
|
- Keeper Integration
|
|
- Azure Key Vault Integration
|
|
|
|
Contact [Skyvern Support](mailto:support@skyvern.com) if you want access to the private beta for these integrations.
|
|
|
|
<CardGroup cols={3}>
|
|
<Card
|
|
title="Bitwarden Integration"
|
|
icon="shield-keyhole"
|
|
href="/credentials/bitwarden"
|
|
>
|
|
Securely manage your passwords with Bitwarden
|
|
</Card>
|
|
<Card
|
|
title="1Password Integration"
|
|
icon="fingerprint"
|
|
href="mailto:sales@skyvern.com"
|
|
>
|
|
Securely manage your passwords with 1Password
|
|
</Card>
|
|
<Card
|
|
title="LastPass Integration"
|
|
icon="vault"
|
|
href="mailto:sales@skyvern.com"
|
|
>
|
|
(coming soon) Securely manage your passwords with LastPass
|
|
</Card>
|
|
<Card
|
|
title="Custom Credential Service"
|
|
icon="api"
|
|
href="/credentials/custom-credential-service"
|
|
>
|
|
Integrate your own HTTP API for credential management
|
|
</Card>
|
|
<Card
|
|
title="Keeper Integration"
|
|
icon="lock-keyhole"
|
|
href="mailto:sales@skyvern.com"
|
|
>
|
|
(coming soon) Securely manage your passwords with Keeper
|
|
</Card>
|
|
<Card
|
|
title="Azure Key Vault Integration"
|
|
icon="cloud"
|
|
href="mailto:sales@skyvern.com"
|
|
>
|
|
(coming soon) Securely manage your secrets with Azure Key Vault
|
|
</Card>
|
|
<Card
|
|
title="AWS Secret Manager Integration"
|
|
icon="key"
|
|
href="mailto:sales@skyvern.com"
|
|
>
|
|
(coming soon) Securely manage your secrets with AWS Secret Manager
|
|
</Card>
|
|
</CardGroup>
|