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
- Sign up at vendor.replicated.com.
- Create an application and open Compatibility Matrix.
- Generate a CMX API token from your account settings.
Configure hub.yaml
bash
export REPLICATED_API_TOKEN=your-token-hereyaml
providers:
replicated:
token: ${REPLICATED_API_TOKEN}
default_instance_type: r1.small
default_ttl: 24hInstance types
| Type | CPU | RAM | Use case |
|---|---|---|---|
r1.nano | 1 | 2GB | Lightweight agents |
r1.small | 2 | 4GB | General purpose |
r1.medium | 4 | 8GB | Build-heavy workloads |
r1.large | 8 | 16GB | Data-intensive agents |
Use in workspaces
yaml
# elasticclaw-config.yaml
provider: replicated
instance_type: r1.small
ttl: 4hUse TTLs to control cost. Workflow-created agents are also terminated by their workflow when work reaches a terminal state.