2026-01-24 12:04:01 +05:30
|
|
|
{
|
|
|
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
|
|
|
"theme": "mint",
|
|
|
|
|
"name": "Skyvern",
|
|
|
|
|
"colors": {
|
|
|
|
|
"primary": "#6366F1",
|
|
|
|
|
"light": "#818CF8",
|
|
|
|
|
"dark": "#4F46E5"
|
|
|
|
|
},
|
|
|
|
|
"logo": {
|
|
|
|
|
"light": "/logo/light.svg",
|
|
|
|
|
"dark": "/logo/dark.svg",
|
|
|
|
|
"href": "https://skyvern.com"
|
|
|
|
|
},
|
|
|
|
|
"favicon": "/favicon.svg",
|
|
|
|
|
"navigation": {
|
|
|
|
|
"tabs": [
|
|
|
|
|
{
|
|
|
|
|
"tab": "Documentation",
|
|
|
|
|
"groups": [
|
|
|
|
|
{
|
|
|
|
|
"group": "Getting Started",
|
|
|
|
|
"pages": [
|
|
|
|
|
"getting-started/quickstart",
|
|
|
|
|
"getting-started/core-concepts"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"group": "Running Automations",
|
|
|
|
|
"pages": [
|
|
|
|
|
"running-automations/run-a-task",
|
|
|
|
|
"running-automations/task-parameters",
|
|
|
|
|
"running-automations/extract-structured-data"
|
|
|
|
|
]
|
2026-02-05 03:34:57 +05:30
|
|
|
},
|
2026-02-11 09:09:42 +05:30
|
|
|
{
|
|
|
|
|
"group": "Self-Hosted Deployment",
|
|
|
|
|
"pages": [
|
|
|
|
|
"self-hosted/overview",
|
|
|
|
|
"self-hosted/docker",
|
|
|
|
|
"self-hosted/llm-configuration",
|
|
|
|
|
"self-hosted/browser",
|
|
|
|
|
"self-hosted/proxy",
|
|
|
|
|
"self-hosted/kubernetes",
|
|
|
|
|
"self-hosted/storage"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-02-05 03:34:57 +05:30
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
]
|
2026-02-06 03:13:52 +05:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"group": "Debugging",
|
|
|
|
|
"pages": [
|
|
|
|
|
"debugging/using-artifacts",
|
|
|
|
|
"debugging/troubleshooting-guide",
|
|
|
|
|
"debugging/faq"
|
|
|
|
|
]
|
2026-01-24 12:04:01 +05:30
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"tab": "Cloud UI",
|
2026-02-05 03:34:57 +05:30
|
|
|
"pages": [
|
|
|
|
|
"cloud/getting-started",
|
|
|
|
|
"cloud/running-tasks"
|
2026-01-24 12:04:01 +05:30
|
|
|
]
|
2026-02-05 03:34:57 +05:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"tab": "API Reference",
|
|
|
|
|
"openapi": "api-reference/openapi.json"
|
2026-01-24 12:04:01 +05:30
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"navbar": {
|
|
|
|
|
"links": [
|
|
|
|
|
{
|
|
|
|
|
"label": "Dashboard",
|
|
|
|
|
"href": "https://app.skyvern.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"primary": {
|
|
|
|
|
"type": "button",
|
|
|
|
|
"label": "Get API Key",
|
|
|
|
|
"href": "https://app.skyvern.com/settings/api-keys"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"footer": {
|
|
|
|
|
"socials": {
|
|
|
|
|
"github": "https://github.com/Skyvern-AI/skyvern",
|
|
|
|
|
"discord": "https://discord.gg/skyvern",
|
|
|
|
|
"twitter": "https://twitter.com/skyvernai"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"api": {
|
2026-02-05 03:34:57 +05:30
|
|
|
"baseUrl": "https://api.skyvern.com",
|
|
|
|
|
"auth": {
|
|
|
|
|
"method": "key",
|
|
|
|
|
"name": "x-api-key"
|
|
|
|
|
},
|
2026-01-24 12:04:01 +05:30
|
|
|
"playground": {
|
|
|
|
|
"display": "interactive"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|