docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled

This commit is contained in:
Kunal Mishra 2026-04-12 06:53:07 +05:30 committed by GitHub
parent 94470d68a7
commit 022ec7b185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 1273 additions and 0 deletions

View file

@ -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.