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

# Introduction

> MyClaw — managed hosting for your personal OpenClaw AI assistant

# Welcome to MyClaw

MyClaw lets you deploy a personal [OpenClaw](https://github.com/openclaw) AI assistant in seconds — no servers, no DevOps. You bring your AI API key; we handle the infrastructure.

<CardGroup cols={3}>
  <Card title="Encrypted by Default" icon="shield-halved">
    AES-256-GCM encryption for all API keys and tokens. Your secrets are never stored in plain text.
  </Card>

  <Card title="Live Management" icon="bolt">
    Real-time status, log streaming, and hot config reload. No restarts needed for most changes.
  </Card>

  <Card title="Connect Anywhere" icon="globe">
    Your own subdomain with WebSocket support. CLI, mobile app, or browser — all work.
  </Card>
</CardGroup>

## How it works

1. **Create a bot** — pick a name, choose your AI provider, paste your API key.
2. **Connect a device** — open your bot's access link on any device to send a pairing request.
3. **Approve the pairing** — back in the dashboard, approve the request under Device Pairings.
4. **Start chatting** — your AI assistant is live and responding.

## What is OpenClaw?

OpenClaw is an open-source AI assistant runtime that connects to any major LLM provider. MyClaw runs OpenClaw for you as a managed Kubernetes workload, giving each bot its own isolated environment with persistent storage.

## Key concepts

| Concept            | Description                                                                         |
| ------------------ | ----------------------------------------------------------------------------------- |
| **Bot**            | A single OpenClaw instance — one AI assistant with its own URL, API key, and config |
| **Access link**    | A secret URL with a token used to connect devices to your bot                       |
| **Device pairing** | The process of authorizing a device (browser, CLI, app) to talk to your bot         |
| **Provider**       | The AI company supplying the model (Anthropic, OpenAI, Google, Groq, OpenRouter)    |

<Card title="Create your first bot →" icon="rocket" href="/quickstart">
  Follow the quickstart to have a bot running in under 2 minutes.
</Card>
