mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-03 06:00:21 +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: Helper Methods
|
||||
subtitle: High-level methods for common automation patterns
|
||||
description: Use the Skyvern TypeScript SDK helper methods for common patterns like automated login with stored credentials, file downloads, and multi-provider authentication via Bitwarden, 1Password, and Azure Key Vault.
|
||||
slug: ts-sdk-reference/helpers
|
||||
keywords:
|
||||
- login
|
||||
- downloadFiles
|
||||
- uploadFile
|
||||
- Bitwarden
|
||||
- 1Password
|
||||
- Azure Key Vault
|
||||
- credential
|
||||
- authentication
|
||||
- file download
|
||||
- file upload
|
||||
---
|
||||
|
||||
These methods wrap common multi-step patterns into single API calls. Under the hood, they create and run specialized workflows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue