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

# Welcome

## What is Replicas?

Replicas is a cloud coding agent, designed for engineering-native platforms like Linear, GitHub, and GitLab.

Tasks can be assigned to Replicas, and it can complete them just like an engineer would:

* Spin up an isolated workspace (VM + code + dependencies)
* Run apps locally
* Complete pull requests
* React to comments and code reviews
* Handle CI/CD failures

Replicas builds on SOTA coding agents like Claude Code, Codex, Cursor, Opencode, and Pi.

<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
  <iframe style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }} src="https://www.youtube-nocookie.com/embed/uyH77T-pcXc" title="Replicas Demo" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</div>

## Start reading

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Set up Replicas and create your first workspace.
  </Card>

  <Card title="Workspaces" icon="server" href="/features/workspaces/overview">
    How workspaces run and manage themselves.
  </Card>

  <Card title="Cursor" icon="sparkles" href="/features/coding-agents/cursor">
    Run Cursor Composer agents in workspaces.
  </Card>

  <Card title="Opencode" icon="code" href="/features/coding-agents/opencode">
    Run Opencode agents with OpenCode Go or OpenRouter.
  </Card>

  <Card title="Pi" icon="pi" href="/features/coding-agents/pi">
    Run OpenRouter-backed Pi agents in workspaces.
  </Card>

  <Card title="Linear" icon="list-check" href="/features/linear">
    Assign tasks directly from Linear.
  </Card>

  <Card title="GitHub" icon="github" href="/features/github">
    Trigger Replicas from pull requests.
  </Card>

  <Card title="GitLab" icon="gitlab" href="/features/gitlab">
    Trigger Replicas from merge requests.
  </Card>

  <Card title="Resources" icon="book-open" href="https://tryreplicas.com/resources">
    Compare cloud coding agents and explore use cases.
  </Card>
</CardGroup>

## Need support?

Email `founders@replicas.dev`!
