Files
Dorod-Sky/fern/docs.yml

230 lines
7.3 KiB
YAML
Raw Normal View History

2025-01-27 10:06:11 -05:00
instances:
- url: skyvern.docs.buildwithfern.com/docs
custom-domain: skyvern.com/docs
2025-01-27 10:06:11 -05:00
title: Skyvern
2025-06-02 19:28:38 -04:00
favicon: images/skyvern_favicon_small.png
2025-01-27 10:06:11 -05:00
logo:
light: images/skyvern_logo_blackbg.png
dark: images/skyvern_logo.png
height: 28
colors:
accentPrimary:
2025-03-03 15:28:20 -05:00
dark: '#0D9373'
light: '#07C983'
2025-01-27 10:06:11 -05:00
background:
dark: '#000000'
light: '#FFFFFF'
analytics:
posthog:
api-key: ${POSTHOG_API_KEY}
layout:
page-width: 1504px
header-height: 75px
searchbar-placement: header
tabs-placement: header
2025-04-04 12:32:53 -04:00
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
2025-06-02 19:28:38 -04:00
api:
2025-04-04 12:32:53 -04:00
display-name: API Reference
icon: code
blog:
display-name: Blog
icon: newspaper
href: https://www.skyvern.com/blog
2025-04-04 12:32:53 -04:00
community:
2025-06-02 19:28:38 -04:00
display-name: Community
2025-05-21 21:43:05 -07:00
icon: fa-brands fa-discord
href: https://discord.gg/m6FmQV7nU3
2025-04-04 12:32:53 -04:00
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
2025-01-27 10:06:11 -05:00
navigation:
2025-04-04 12:32:53 -04:00
- 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: Proxy & Geo Targeting
path: running-tasks/proxy-location.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
- page: Custom Credential Service
path: credentials/custom-credential-service.mdx
- section: Browser Sessions (Beta)
contents:
- page: Introduction
path: browser-sessions/introduction.mdx
2025-12-03 00:52:06 -08:00
- page: Browser Profiles
path: browser-sessions/browser-profiles.mdx
2025-07-02 05:29:18 +01:00
- 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
2025-04-04 12:32:53 -04:00
- tab: api
layout:
- api: API Reference
snippets:
2025-03-03 15:28:20 -05:00
python: skyvern
2025-10-23 20:14:59 -06:00
typescript: "@skyvern/client"
2025-06-02 16:05:40 -07:00
layout:
2025-06-03 15:22:09 -07:00
- section: Agent
2025-06-02 16:05:40 -07:00
contents:
- POST /v1/run/tasks
- GET /v1/runs/{run_id}
- POST /v1/runs/{run_id}/cancel
- POST /v1/runs/{run_id}/retry_webhook
2025-07-22 07:21:45 -07:00
- POST /v1/run/tasks/login
2025-10-02 15:36:40 -04:00
- GET /v1/runs/{run_id}/timeline
2025-06-02 16:05:40 -07:00
- 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
2025-10-02 15:36:40 -04:00
- 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
2025-11-25 18:29:23 -08:00
- section: Browser Profiles
contents:
- POST /v1/browser_profiles
- GET /v1/browser_profiles
- GET /v1/browser_profiles/{profile_id}
- DELETE /v1/browser_profiles/{profile_id}
- section: Credentials
contents:
- POST /v1/credentials
- GET /v1/credentials/{credential_id}
- POST /v1/credentials/{credential_id}/delete
- GET /v1/credentials
- POST /v1/credentials/totp
- GET /v1/credentials/totp
- section: Artifacts
contents:
- GET /v1/artifacts/{artifact_id}
- GET /v1/runs/{run_id}/artifacts
- section: Scripts
hidden: true
2025-08-03 23:40:54 -07:00
contents:
- POST /v1/scripts
- POST /v1/scripts/{script_id}/run
- POST /v1/scripts/{script_id}/deploy
- GET /v1/scripts/{script_id}
- GET /v1/scripts
- section: SDK
hidden: true
contents:
- POST /v1/sdk/run_action
2025-04-04 12:32:53 -04:00
- tab: blog
2025-05-21 21:43:05 -07:00
- tab: community
2025-04-04 12:32:53 -04:00
- tab: github
- tab: cloud
- tab: demo
2025-06-02 19:28:38 -04:00
experimental:
openapi-parser-v3: true