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

# Clumio documentation

> Cloud data protection and fast, scalable recovery for AWS and Google Cloud. Air-gapped, immutable, API-first.

Clumio provides backup and recovery for AWS and Google Cloud without backup infrastructure to
provision or manage.

<Warning>
  This site is a Reclear proof of concept built from public Clumio material. The navigation and links
  have been validated. Sixteen pages are complete; the remaining pages are clearly marked structural
  placeholders. Illustrative commands have not been tested against a Clumio tenant.
</Warning>

<CardGroup cols={2}>
  <Card title="Get started" icon="rocket" href="/get-started/quickstart">
    Create a tenant, connect an AWS account, configure protection, and test a restore.
  </Card>

  <Card title="Protect data" icon="shield" href="/protect/overview">
    Understand policies, protection groups, rules, storage tiers, and supported workloads.
  </Card>

  <Card title="Restore data" icon="rotate-left" href="/restore/overview">
    Choose a restore type, target, and recovery point, then verify the result.
  </Card>

  <Card title="Build and automate" icon="code" href="/developer-tools/overview">
    Choose the REST API, an SDK, Terraform, bulk tooling, Velero, or the MCP example.
  </Card>
</CardGroup>

## Build with Clumio

Clumio exposes backup and recovery workflows through its REST API, SDKs, and Terraform provider.

<CardGroup cols={3}>
  <Card title="REST API" icon="square-terminal" href="/developer-tools/rest-api" arrow>
    Automate protection, discovery, restores, and audits from any HTTP-capable language.
  </Card>

  <Card title="Python SDK" icon="python" href="/developer-tools/python-sdk" arrow>
    Build Python workflows for policies, protection groups, discovery, and restores.
  </Card>

  <Card title="Go SDK" icon="golang" href="/developer-tools/go-sdk" arrow>
    Build Go workflows with typed controllers and models for Clumio resources.
  </Card>

  <Card title="Terraform provider" icon="cube" href="/developer-tools/terraform" arrow>
    Manage account connections, policies, protection groups, and access controls as code.
  </Card>

  <Card title="MCP example" icon="robot" href="/developer-tools/mcp-server" arrow>
    Generate Clumio Terraform configuration from an AI agent for supported example workflows.
  </Card>

  <Card title="Public repositories" icon="github" href="/developer-tools/overview" arrow>
    Browse Clumio SDKs, Terraform modules, bulk tools, Velero plugin, and MCP example.
  </Card>
</CardGroup>

## Core workflow

<Steps>
  <Step title="Connect a cloud account">
    Connect [AWS](/get-started/connect-aws) or [Google Cloud](/get-started/connect-gcp), then confirm
    that Clumio can discover the resources you want to protect.
  </Step>

  <Step title="Select resources">
    Use a [protection group](/protect/protection-groups) to select resources explicitly or by tag.
  </Step>

  <Step title="Apply a policy">
    Define the backup frequency, retention, and tier in a [policy](/protect/policies), then assign it
    to the protection group.
  </Step>

  <Step title="Test recovery">
    Run a small [restore](/restore/overview) to a safe target and confirm that the recovered data is
    usable.
  </Step>
</Steps>

## Common references

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/developer-tools/authentication">
    Create and rotate API tokens, then choose the correct regional base URL.
  </Card>

  <Card title="Terraform" icon="cube" href="/developer-tools/terraform">
    Connect accounts and manage protection as code.
  </Card>

  <Card title="Single sign-on" icon="user-shield" href="/administer/sso">
    Find the setup guide for your identity provider.
  </Card>

  <Card title="Supported regions" icon="globe" href="/reference/regions">
    Check control-plane and data-plane coverage for AWS and Google Cloud.
  </Card>
</CardGroup>
