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

# RelayCloud

> Connect private OpenCode assistants to RelayCloud and manage projects, workspaces, servers, and conversations.

<CardGroup cols={2}>
  <Card title="Create an account" icon="rocket" href="https://relaycloud.app/register">
    Sign up and connect your first device.
  </Card>

  <Card title="How it works" icon="workflow" href="/how-it-works">
    Understand the control plane, relay, and local orchestrator.
  </Card>
</CardGroup>

## What is RelayCloud?

RelayCloud is the control plane for private coding assistants running in your own environments. Manage organizations, projects, workspaces, servers, and conversations from the web console or an MCP client — while your assistants stay on your machines.

Coding assistants are only useful when they can reach your code, your servers, and your team. RelayCloud ties all of that together:

* **Keep assistants where your code lives**: Run OpenCode on your own devices or servers and register it as a RelayCloud Assistant.
* **Organize your work**: Group workspaces and conversations inside organizations and projects.
* **Operate your infrastructure**: Connect assistants on your own servers, or provision managed servers and handle services, domains, and TLS from one place.
* **Work from anywhere**: Prompt your assistants through the web chat, from any MCP client, or from an OpenCode-compatible client you already use locally.

Your code stays on your infrastructure. RelayCloud coordinates it.

## Start here

<CardGroup cols={2}>
  <Card title="Security" icon="shield-check" href="/security">
    Learn how access, tokens, and device credentials are protected.
  </Card>

  <Card title="Connect a self-managed server" icon="laptop" href="/setup/self-managed-server">
    Install the orchestrator and complete the terminal setup flow.
  </Card>
</CardGroup>
