mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-02 21:50:20 +00:00
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
This commit is contained in:
parent
94470d68a7
commit
022ec7b185
96 changed files with 1273 additions and 0 deletions
|
|
@ -1,7 +1,19 @@
|
|||
---
|
||||
title: Credentials
|
||||
subtitle: Store and manage authentication credentials securely
|
||||
description: Store and manage login credentials and TOTP secrets using the Skyvern Python SDK. Covers create_credential(), get_credentials(), get_credential(), delete_credential(), and send_totp_code() for secure authentication management.
|
||||
slug: sdk-reference/credentials
|
||||
keywords:
|
||||
- credential
|
||||
- password
|
||||
- TOTP
|
||||
- 2FA
|
||||
- authentication
|
||||
- create_credential
|
||||
- get_credentials
|
||||
- delete_credential
|
||||
- send_totp_code
|
||||
- secret
|
||||
---
|
||||
|
||||
Credentials let you store login information (username/password, TOTP secrets) securely in Skyvern's vault. Reference them by ID in tasks and workflows instead of passing secrets in your code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue