Improve TOTP docs & README & Make CLI actually support typer + py3.11 (#2791)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Suchintan
2025-06-25 12:59:56 -04:00
committed by GitHub
parent 60dcd6bcb1
commit 9c9760d6ca
9 changed files with 307 additions and 179 deletions

View File

@@ -4,10 +4,29 @@ subtitle: Never send your credentials to LLMs.
slug: credentials/introduction
---
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.
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 without exposing those credentials to LLMs.
## Credential Support
<CardGroup cols={2}>
### 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"
@@ -22,24 +41,6 @@ Agents need access to sensitive information to complete tasks. For example, user
>
Manage and use credit cards with Skyvern Agent
</Card>
</CardGroup>
## 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)
See [2FA Support (TOTP)](/credentials/totp) for more details.
<CardGroup cols={1}>
<Card
title="2FA Support (TOTP)"
icon="pager"
@@ -49,14 +50,63 @@ See [2FA Support (TOTP)](/credentials/totp) for more details.
</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.
## Password Manager Integrations
See [Bitwarden Integration](/credentials/bitwarden) for more details.
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).
## Coming Soon
(Contact support@skyvern.com if you need any password integration to help us prioritize)
**Supported password manager types**:
- Bitwarden
- 1Password Integration (Private beta)
- 1Password Integration
**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 (Private beta)
</Card>
<Card
title="LastPass Integration"
icon="vault"
href="mailto:sales@skyvern.com"
>
(coming soon) Securely manage your passwords with LastPass
</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>