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

# Introduction to Cloud Coding API

> Claude Code in the Cloud

<img className="block dark:hidden" src="https://mintcdn.com/lmsystems/sJ4ft9Cl962WeSoL/images/hero-light.png?fit=max&auto=format&n=sJ4ft9Cl962WeSoL&q=85&s=cb9ff34c23e2382b57ac600a939e0530" alt="Hero Light" width="2592" height="1678" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/lmsystems/sJ4ft9Cl962WeSoL/images/hero-dark.png?fit=max&auto=format&n=sJ4ft9Cl962WeSoL&q=85&s=946d9356431a6eecbc87366a93993a66" alt="Hero Dark" width="2592" height="1678" data-path="images/hero-dark.png" />

## What is Cloud Coding?

Cloud Coding is an AI-powered coding assistant that lets you modify your GitHub repositories using plain English. Just point Claude at your repo, tell it what changes you'd like to see, and it handles the rest—no complicated setups or confusing scripts required.

Under the hood, our API safely clones your repository into a virtual environment. From there, Claude explores your code, makes modifications, and pushes the updates back directly to your GitHub repository.

<Note>
  Ready to get started? Jump to our [Quickstart Guide](/quickstart) to begin using the Cloud Coding API in just a few minutes.
</Note>

## How It Works

Using Cloud Coding is straightforward:

1. **Send an API request** with your GitHub repo URL and your instructions.
2. **Claude clones and explores** your repository in a secure, isolated VM.
3. **Claude makes the changes** you've described, step-by-step.
4. **The finished code** is pushed back automatically to your GitHub repository.

## Coolest Feature: Templates ✨

With Templates, you can script multiple instructions into a single workflow. Claude follows these instructions sequentially, making it easy to automate tasks like code planning, analysis, refactoring, and even generating documentation.

Think of Templates like reusable coding recipes—you create the steps once, and Claude handles the rest every time.

## Why You'll Love Cloud Coding

<CardGroup cols={2}>
  <Card title="Plain-English Coding" icon="code" href="/quickstart">
    No more complicated instructions. Just say what you want, and Claude writes the code.
  </Card>

  <Card title="Safe & Secure Environment" icon="shield-halved" href="/quickstart">
    All changes happen safely in a secure VM sandbox, never affecting your local environment.
  </Card>

  <Card title="Reusable Templates" icon="template" href="/dashboard">
    Automate common tasks easily with customizable workflows.
  </Card>

  <Card title="Long running tasks (up to 30 mins)" icon="code-branch" href="/quickstart">
    Changes sync effortlessly back to your repo—no manual push required.
  </Card>
</CardGroup>

## What Can You Do?

* **Quickly analyze** complex or unfamiliar codebases
* **Automatically generate documentation** for your projects
* **Easily refactor** or modernize existing code
* **Add new features** simply by describing them
* **Rapidly fix bugs** without tedious debugging sessions

Cloud Coding makes your coding tasks easier, faster, and a whole lot simpler.
