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

# Varo Cloud: One Stop for Multiple AI Models

> Varo Cloud is a single platform for accessing, comparing, and building with multiple AI models. Learn what you can do with it.

Varo Cloud is a unified platform that brings multiple AI models together in one place — so you can access, switch between, and build with the models you need without juggling separate providers, keys, or bills. Whether you're a solo developer prototyping with a single model or a team running production workloads across many, Varo Cloud gives you one interface, one API, and one bill to move fast with confidence.

## What you can do

<CardGroup cols={2}>
  <Card title="Deployments" icon="rocket" href="/guides/first-deployment">
    Push new versions of your application to any environment with a single API call or dashboard click. Track deployment status, roll back instantly, and view full deployment history.
  </Card>

  <Card title="Environments" icon="layer-group" href="/setup/environments">
    Maintain separate development, staging, and production environments under one project. Each environment has its own configuration, secrets, and deployment targets.
  </Card>

  <Card title="Team Collaboration" icon="users" href="/guides/team-management">
    Invite teammates, assign roles, and manage permissions across your organization. Everyone works in the same platform with full audit trails and activity logs.
  </Card>

  <Card title="API & Integrations" icon="plug" href="/guides/integrations">
    Automate everything through the Varo Cloud REST API. Connect your CI/CD pipeline, third-party tools, or build custom workflows using webhooks and API keys.
  </Card>
</CardGroup>

## How it works

Getting from zero to a live deployment on Varo Cloud takes just three steps. The platform is designed so you can move through this flow in minutes, then iterate and scale from there.

<Steps>
  <Step title="Create a project">
    A project is the top-level container for your application. Give it a name, choose a deployment region closest to your users, and Varo Cloud provisions everything you need to get started.
  </Step>

  <Step title="Configure environments">
    Inside your project, set up the environments that match your workflow — typically development, staging, and production. Each environment holds its own secrets, variables, and configuration so your settings never bleed across stages.
  </Step>

  <Step title="Deploy and monitor">
    Trigger deployments via the dashboard or the API. Varo Cloud builds, deploys, and surfaces real-time status updates so you always know what's running and where. If something goes wrong, roll back to a previous version with one click.
  </Step>
</Steps>

## Key concepts

Before you dive into building, it's worth familiarizing yourself with the core abstractions that power Varo Cloud — projects, environments, deployments, and API keys. Understanding how these relate to each other will make every other part of the platform click into place. Head over to the [Core Concepts](/core-concepts) page for a detailed breakdown.

<Tip>
  Ready to ship your first deployment? Follow the [Quickstart guide](/quickstart) to create a project, generate an API key, and trigger your first deployment in under 10 minutes.
</Tip>
