feat: new workflows docs (#4565)

Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Naman
2026-02-05 03:34:57 +05:30
committed by GitHub
parent 54bab314ce
commit 734e0e6398
16 changed files with 21972 additions and 17 deletions

View File

@@ -32,19 +32,38 @@
"running-automations/task-parameters",
"running-automations/extract-structured-data"
]
},
{
"group": "Multi-Step Automations",
"pages": [
"multi-step-automations/build-a-workflow",
"multi-step-automations/workflow-blocks-reference",
"multi-step-automations/file-operations",
"multi-step-automations/workflow-parameters"
]
},
{
"group": "Going to Production",
"pages": [
"going-to-production/webhooks",
"going-to-production/proxy-geolocation",
"going-to-production/error-handling",
"going-to-production/reliability-tips",
"going-to-production/captcha-bot-detection"
]
}
]
},
{
"tab": "Cloud UI",
"groups": [
{
"group": "Cloud UI",
"pages": [
"cloud/getting-started"
]
}
"pages": [
"cloud/getting-started",
"cloud/running-tasks"
]
},
{
"tab": "API Reference",
"openapi": "api-reference/openapi.json"
}
]
},
@@ -69,6 +88,11 @@
}
},
"api": {
"baseUrl": "https://api.skyvern.com",
"auth": {
"method": "key",
"name": "x-api-key"
},
"playground": {
"display": "interactive"
}