Skyvern/docs/developers/getting-started/core-concepts.mdx
Ritik Sahni 5664f592bd docs: address Apr 26 feedback — URL parity, nav reorg, changelog backfill
- Move Developer-tab pages under /developers/* (getting-started/, features/, browser-automations/, credentials/, optimization/, going-to-production/, debugging/, self-hosted/) so URLs mirror Cloud's /cloud/* prefix; add wildcard redirects for the legacy paths and update existing legacy redirects to point at the new locations
- Cloud UI nav: place Workflows above Tasks, promote Workflow Blocks to a top-level group, and add MCP under Integrations
- Developers nav: also promote Workflow Blocks (actions-reference) to a top-level group
- Rewrite cloud/getting-started/core-concepts as a UI tour (no code, dashboard screenshots)
- Changelog: stable id anchors per Update so sidebar links work, and backfill v1.0.8–v1.0.14 plus v1.0.19/v1.0.20 from upstream release notes
2026-04-27 04:52:28 +05:30

24 lines
577 B
Text

---
title: Core Concepts
subtitle: The building blocks of Skyvern automations
description: Learn about tasks, workflows, browser sessions, credentials, and other building blocks that make up Skyvern automations.
slug: developers/getting-started/core-concepts
keywords:
- task
- workflow
- browser session
- browser profile
- credential
- block
- parameter
- schedule
- navigation block
- action block
- extract block
- loop block
- text prompt block
---
import CoreConceptsContent from "/snippets/core-concepts-content.mdx";
<CoreConceptsContent />