> ## Documentation Index
> Fetch the complete documentation index at: https://docs.virtualityhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# V-Run documentation

> V-Run is an AI-powered platform that generates, tests, and runs production-ready Python workflows in the cloud. Commit to publish — no environment pipelines.

## What is V-Run?

V-Run is an AI-powered platform that lets you generate, test, publish, and run production-ready Python workflows entirely in the cloud. Instead of dragging nodes in a visual builder, you describe what you need and the AI writes the code for you.

**Stop dragging nodes. Start shipping.**

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create and run your first workflow in minutes.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/concepts/workflows">
    Understand how workflows are structured.
  </Card>

  <Card title="AI code generation" icon="wand-magic-sparkles" href="/features/ai-code-generation">
    Let the AI write and maintain your Python code.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Trigger workflows programmatically via API.
  </Card>
</CardGroup>

## Why V-Run?

<CardGroup cols={3}>
  <Card title="Full Python" icon="python">
    Write real Python — no visual-node constraints. Use any PyPI package.
  </Card>

  <Card title="Built-in testing" icon="flask-vial">
    pytest integration so every workflow is verified before it ships.
  </Card>

  <Card title="Three trigger modes" icon="bolt">
    Run workflows manually, on a schedule, or via API.
  </Card>

  <Card title="Commit to publish" icon="code-commit">
    A single commit publishes your workflow — no multi-environment pipelines to manage.
  </Card>

  <Card title="Real-time cost tracking" icon="chart-line">
    Transparent per-run breakdown for compute, storage, and AI inference.
  </Card>

  <Card title="Secure cloud sandbox" icon="shield-halved">
    Every run executes in an isolated sandbox — no local setup required.
  </Card>
</CardGroup>

## Use cases

V-Run is ideal for automating recurring tasks:

* **Web scraping** — extract data from websites on a schedule
* **Monitoring** — track APIs and services, get alerted on anomalies
* **ETL pipelines** — transform and sync data between systems
* **Alerts & notifications** — trigger Slack or email alerts based on conditions
