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

# ShipCode Cloud

> Run repository-connected AI coding agents from the browser.

ShipCode Cloud lets you create agent conversations, connect GitHub repositories, run tasks in a cloud sandbox, inspect output, and open pull requests.

<Card title="Open ShipCode" icon="code" horizontal href="https://code.shipyard.lol" cta="Go to ShipCode">
  Use ShipCode Cloud when work is ready to move from planning into implementation.
</Card>

## Core surfaces

<Columns cols={2}>
  <Column>
    <Card title="AI workspace" icon="sparkles">
      Start or resume agent conversations and describe what ShipCode Cloud should build.
    </Card>
  </Column>

  <Column>
    <Card title="Projects and tasks" icon="folder">
      Organize work by project, team, assigned task, and current implementation status.
    </Card>
  </Column>

  <Column>
    <Card title="Runs" icon="play">
      Review run summaries, changed files, diffs, code snippets, test results, sandbox state, and follow-ups.
    </Card>
  </Column>

  <Column>
    <Card title="Pull requests" icon="git-branch">
      Create pull requests from completed runs after reviewing the generated changes.
    </Card>
  </Column>
</Columns>

## Run checklist

<Steps>
  <Step title="Connect GitHub">
    Authorize GitHub and select the repository the agent should work in.
  </Step>

  <Step title="Create or choose a conversation">
    Start a new agent conversation or continue an existing one.
  </Step>

  <Step title="Describe the task">
    Include the issue goal, constraints, expected behavior, and verification requirements.
  </Step>

  <Step title="Review the output">
    Read the summary, inspect diffs and tests, then create a pull request when the run is ready.
  </Step>
</Steps>
