stratumby ThoughtWave
MULTI-CLOUD INFRASTRUCTURE CONTROL PLANE

One API.
Every cloud.

Provision, manage, and automate compute across AWS, DigitalOcean, Proxmox, OpenStack, and ThoughtWave through a single authenticated REST API.

Get API keyAPI reference
AWS EC2DigitalOceanProxmoxOpenStackThoughtWave
Provider-agnostic
Swap or add cloud providers without changing your application code.
Async task model
All create/destroy/action operations return a task ID for non-blocking polling.
Encrypted at rest
Provider credentials stored with AES-256-GCM. Keys never appear in logs.
Terraform provider
Infrastructure-as-code support via the official registry.terraform.io provider.
Multi-tenant
Isolate environments, teams, or customers. Each tenant has scoped API keys.
Self-hostable
Run Stratum on your own infrastructure. MIT-licensed core available on request.

Quick start

curl, any language, or Terraform — your choice

# Register a provider
curl -X POST https://thoughtwavestratum.com/v1/providers \
  -H "Authorization: Bearer stratum_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Production AWS us-east-1",
    "type": "aws",
    "credentials": {
      "accessKeyId": "AKIAIOSFODNN7EXAMPLE",
      "secretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
      "region": "us-east-1"
    }
  }'

Pricing

All plans include full API access, Terraform provider, and all cloud adapters.

Starter
$29 /month
  • +Up to 3 managed nodes
  • +$5/node/mo overage above limit
  • +3 provider credentials
  • +25 managed instances
  • +REST API + Terraform provider
  • +All cloud adapters (AWS, DO, Proxmox, OpenStack)
  • +Community support
MOST POPULAR
Pro
$99 /month
  • +Up to 15 managed nodes
  • +$3/node/mo overage above limit
  • +15 provider credentials
  • +200 managed instances
  • +Everything in Starter
  • +Multi-region management
  • +Email support
Enterprise
$299 /month
  • +Unlimited managed nodes
  • +No overage fees
  • +Unlimited provider credentials
  • +Unlimited managed instances
  • +Everything in Pro
  • +Dedicated tenant isolation
  • +SLA 99.9%
  • +Priority support + onboarding

Common questions

What providers are supported?
AWS EC2, DigitalOcean, Proxmox VE, OpenStack, and ThoughtWave native. Rackspace is planned. Additional adapters can be contributed or commissioned.
Is ThoughtWave infrastructure required?
No. You can connect any Proxmox cluster, AWS account, or DigitalOcean team. ThoughtWave infrastructure is available as an optional native provider.
How are credentials stored?
All provider credentials are encrypted at rest with AES-256-GCM before being written to the database. The encryption key is derived from your tenant secret.
Is there a self-hosted option?
Yes. The Stratum server is a Node.js/Fastify application with a PostgreSQL backend. Contact us for licensing details.
Stratum — Multi-Cloud Infrastructure Control Plane | ThoughtWave Technologies