Files
Dorod-Sky/fern/docs.yml

213 lines
6.6 KiB
YAML

instances:
- url: skyvern.docs.buildwithfern.com/docs
custom-domain: www.skyvern.com/docs
title: Skyvern
favicon: images/skyvern_favicon_small.png
logo:
light: images/skyvern_logo_blackbg.png
dark: images/skyvern_logo.png
height: 28
colors:
accentPrimary:
dark: '#0D9373'
light: '#07C983'
background:
dark: '#000000'
light: '#FFFFFF'
analytics:
posthog:
api-key: ${POSTHOG_API_KEY}
js: ./tracking.js
layout:
page-width: 1504px
header-height: 75px
searchbar-placement: header
tabs-placement: header
navbar-links:
- type: minimal
icon: fa-brands fa-discord
href: https://discord.gg/fG2XXEuQX3
- type: minimal
icon: fa-brands fa-github
href: https://github.com/Skyvern-AI/Skyvern/
- type: filled
text: Try Skyvern Cloud
href: https://app.skyvern.com
tabs:
home:
display-name: Home
icon: home
api:
display-name: API Reference
icon: code
blog:
display-name: Blog
icon: newspaper
href: https://www.skyvern.com/blog
community:
display-name: Community
icon: fa-brands fa-discord
href: https://discord.gg/m6FmQV7nU3
github:
display-name: Github
icon: fa-brands fa-github
href: https://github.com/Skyvern-AI/Skyvern/
cloud:
display-name: Skyvern Cloud
icon: cloud
href: https://app.skyvern.com
demo:
display-name: Book a demo
icon: calendar
href: https://meetings.hubspot.com/skyvern/demo
navigation:
- tab: home
layout:
- section: Getting Started
contents:
- page: Introduction
path: introduction.mdx
- page: Quickstart
path: getting-started/quickstart.mdx
- page: Skyvern In Action
path: getting-started/skyvern-in-action.mdx
- page: Prompting and Troubleshooting Guide
path: getting-started/prompting-guide.mdx
- section: Tasks
contents:
- page: Run Tasks
path: running-tasks/run-tasks.mdx
- page: Visualizing Results
path: running-tasks/visualizing-results.mdx
- page: Cancel Task Runs
path: running-tasks/cancel-runs.mdx
- page: Webhooks FAQ
path: running-tasks/webhooks-faq.mdx
- page: Advanced Settings for tasks
hidden: true
path: running-tasks/advanced-features.mdx
- page: Legacy Task APIs
hidden: true
path: running-tasks/api-spec.mdx
- section: Workflows
contents:
- page: Manage Workflows
path: workflows/manage-workflows.mdx
- page: Workflow Blocks
path: workflows/workflow-blocks-details.mdx
- page: Workflow Parameters
path: workflows/workflow-parameters.mdx
- page: Run Workflows
path: workflows/run-workflows.mdx
- page: Consistency and Reliability
path: workflows/consistent-workflows.mdx
- page: Running Workflows
path: workflows/running-workflows.mdx
hidden: true
- page: Introduction
path: workflows/introduction.mdx
hidden: true
- page: Workflow Blocks
path: workflows/workflow-blocks.mdx
hidden: true
- page: Creating Workflows
path: workflows/creating-workflows.mdx
hidden: true
- page: Getting Existing Workflows
path: workflows/getting-workflows.mdx
hidden: true
- page: What the heck is a parameter?
path: workflows/what-is-a-parameter.mdx
hidden: true
- section: Credentials
contents:
- page: Overview
path: credentials/introduction.mdx
- page: Password Management
path: credentials/passwords.mdx
- page: Credit Card Management
path: credentials/credit-cards.mdx
- page: 2FA Support (TOTP)
path: credentials/totp.mdx
- page: Bitwarden
path: credentials/bitwarden.mdx
- section: Browser Sessions (Beta)
contents:
- page: Introduction
path: browser-sessions/introduction.mdx
- section: Observability
contents:
- page: Overview
path: observability/overview.mdx
- section: Integrations
contents:
- page: Skyvern MCP
path: integrations/mcp.mdx
- page: Zapier
path: integrations/zapier.mdx
- page: Make
path: integrations/make.com.mdx
- page: N8N
path: integrations/n8n.mdx
- page: Workato
path: integrations/workato.mdx
- page: Ollama + LiteLLM
path: integrations/ollama-litellm.mdx
- tab: api
layout:
- api: API Reference
snippets:
python: skyvern
layout:
- section: Agent
contents:
- POST /v1/run/tasks
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
- POST /v1/run/tasks/login
- GET /v1/runs/{run_id}/timeline
- section: Workflows
contents:
- POST /v1/run/workflows
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
- GET /v1/workflows
- POST /v1/workflows
- POST /v1/workflows/{workflow_id}
- POST /v1/workflows/{workflow_id}/delete
- GET /v1/runs/{run_id}/timeline
- section: Browser Sessions
contents:
- POST /v1/browser_sessions
- GET /v1/browser_sessions/{browser_session_id}
- POST /v1/browser_sessions/{browser_session_id}/close
- GET /v1/browser_sessions
- section: Credentials
contents:
- POST /v1/credentials
- GET /v1/credentials/{credential_id}
- POST /v1/credentials/{credential_id}/delete
- GET /v1/credentials
- POST /v1/credentials/totp
- section: Artifacts
contents:
- GET /v1/artifacts/{artifact_id}
- GET /v1/runs/{run_id}/artifacts
- section: Scripts
hidden: true
contents:
- POST /v1/scripts
- POST /v1/scripts/{script_id}/run
- POST /v1/scripts/{script_id}/deploy
- GET /v1/scripts/{script_id}
- GET /v1/scripts
- tab: blog
- tab: community
- tab: github
- tab: cloud
- tab: demo
experimental:
openapi-parser-v3: true