Replicated CMX Provider

Configure Replicated Compatibility Matrix sandboxes for ElasticClaw.

Overview

Replicated CMX provisions cloud-hosted sandbox VMs through Replicated's Compatibility Matrix infrastructure.

Type: Ephemeral sandbox

Auth: Replicated API token

Capabilities: exec

Best for: Production workflow workloads with TTL-based cleanup

Prerequisites

  1. Sign up at vendor.replicated.com.
  2. Create an application and open Compatibility Matrix.
  3. Generate a CMX API token from your account settings.

Configure hub.yaml

bash
export REPLICATED_API_TOKEN=your-token-here
yaml
providers:
  replicated:
    token: ${REPLICATED_API_TOKEN}
    default_instance_type: r1.small
    default_ttl: 24h

Instance types

TypeCPURAMUse case
r1.nano12GBLightweight agents
r1.small24GBGeneral purpose
r1.medium48GBBuild-heavy workloads
r1.large816GBData-intensive agents

Use in workspaces

yaml
# elasticclaw-config.yaml
provider: replicated
instance_type: r1.small
ttl: 4h
Use TTLs to control cost. Workflow-created agents are also terminated by their workflow when work reaches a terminal state.