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

# Overview

> Start with the Omega product that matches the work your agent needs to do.

# Build the next step into the workflow

These docs are organized around a job, not a tour of the repository. Pick the
product that matches the moment in your workflow, then follow its quickstart.

<CardGroup cols={3}>
  <Card title="Continuity" description="Move a Claude Code or Codex setup without moving a secret." href="/continuity/quickstart" icon="terminal" />

  <Card title="Handoff" description="Ask a person once, receive typed data, and keep the receipt." href="/handoff/quickstart" icon="hand" />

  <Card title="Operator" description="Drive a cloud browser through an authenticated API." href="/operator/overview" icon="laptop" />
</CardGroup>

## Which path is yours?

### I am moving an agent setup

Start with [Continuity](/continuity/quickstart). It scans the configuration
surfaces that shape Claude Code and Codex, explains which value wins, and lets
you preview a redacted bundle before anything is imported.

```sh theme={null}
npx @omegas/continuity report --root ~/Code
```

### My workflow needs a human decision

Start with [Handoff](/handoff/quickstart). Your program creates a durable
request, a person answers the declared fields, and your code redeems the
result for one effect.

```sh theme={null}
curl https://handoff.omegas.dev/v1/meta
```

### My agent needs a real browser

Start with [Operator](/operator/overview). The API covers devices, tasks,
live view, takeover, webhooks, usage, and audit events. Operator is currently
in preview; access is granted per organization and every request is
authenticated.

```sh theme={null}
curl https://api.omegas.dev/v1/whoami \
  -H "Authorization: Bearer $OMEGAS_OPERATOR_API_KEY"
```

## Keep moving

<CardGroup cols={3}>
  <Card title="Continuity CLI" description="Commands, flags, and exit codes." href="/continuity/cli" icon="command" />

  <Card title="Handoff protocol" description="Requests, receipts, signals, and redemption." href="/handoff/protocol" icon="file-text" />

  <Card title="Operator API access" description="Authentication, scopes, and the endpoint reference in the sidebar." href="/operator/authentication" icon="code" />
</CardGroup>

The pages state what is available today. When a page says a command or flow
was verified, that is the boundary of the claim.
