mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 05:00: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,16 @@
|
|||
---
|
||||
title: Workflow Parameters
|
||||
subtitle: Pass dynamic values into your workflows at runtime
|
||||
description: Define input and credential parameters in the Skyvern Cloud UI workflow editor to pass dynamic values like URLs, JSON data, and vault credentials into workflows at runtime.
|
||||
slug: cloud/add-parameters
|
||||
keywords:
|
||||
- input parameter
|
||||
- credential parameter
|
||||
- runtime value
|
||||
- Bitwarden
|
||||
- 1Password
|
||||
- Azure Key Vault
|
||||
- JSON
|
||||
---
|
||||
|
||||
Parameters let you create reusable workflows that accept different input values each time they run. Instead of hardcoding a URL or search term into a block, reference a parameter and fill in the value when you run the workflow.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue