Skip to main content
Use an SDK when your application needs a reusable client, typed models, and resource-level methods. Use the REST API when you need an HTTP-only integration or the newest endpoint surface first. Use Terraform when the desired result is declarative infrastructure state.

Choose an SDK

Python SDK

Object-oriented controllers for policies, protection groups, discovery, and restores.

Go SDK

Typed controllers and models for resource-focused Go services and automation.

Shared workflow

  1. Create a Clumio API token in Access management.
  2. Configure the SDK with the hostname for the control plane that issued the token.
  3. Call a resource controller and handle the API response and errors.
  4. Follow the endpoint reference when you need request fields or response details.
The SDKs wrap the REST API; they do not replace its versioning or regional rules.

Start here