Currently in active development — follow our story

Cloud infrastructurefor humans and AI agents.

Deploy isolated container workloads with Ignite. Create persistent Machines for humans and agents to use as real workspaces.

+ New shell
Linux shell
scale@edge:~$

One foundation. Two execution surfaces.

Ignite

Ignite runs services in microVMs. Bring an OCI image. SpaceScale starts it, routes it, observes it, and manages the runtime underneath.

Good for:

  • High-performance workloads
  • Long-running services

Machines

An isolated ready workspace where AI agents can work, run tasks, keep state, expose results, and hand work back to humans.

Good for:

  • Agent workspaces
  • Sandboxes
  • Preview environments

Performance at its peak

Fast starts. Direct routing. Predictable compute. SpaceScale is built to ignite workloads in milliseconds and keep traffic moving close to the metal.

Absolute Execution Isolation

Workloads are physically isolated at the CPU core level. No shared execution state between tenants. Dedicated reservations add CPU pinning for predictable performance.

We provide the endpoints,
you dictate the scale.

Bypass the dashboard and integrate SpaceScale into your own systems. Ignite workloads, start SpaceScale Machines, stream logs, and control lifecycle through the REST API for high-frequency human and agent workflows.

Example request
curl -X POST https://api.spacescale.io/v1/ignite \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "image": "my-org/trading-api:latest",
    "regions": ["ca-east"],
  }'

Automatic Network Mapping

Our intelligent router detects exposed ports and maps each service to the right network path. Public services get TLS, DNS, and load balancing. Private services stay isolated on the internal mesh.

“Humans want to hand off workloads. Agents need environments they can actually control. SpaceScale is building both sides: Ignite for isolated container execution, and agent workspaces with shell access, files, exposed ports, logs, and lifecycle.”

SPACESCALE TEAM

INTUITIVE NATURE

Push once. Run everywhere.

Instant FailOver

Powered by a decentralized control plane. If a node fails, our router instantly redirects your users to healthy replicas at neural speed.

Global Edge Routing

Deploy once across regions. SpaceScale routes traffic to the nearest healthy physical node and gives web services, private services, and TCP workloads first-class network paths.

Zero-Drop Rollouts

Deploy updates without dropping active users. We wait for it to pass health checks, and seamlessly route new traffic to it naturally.

ALMOST READY...

We are in active development

Read our engineering blog to learn more about our design decisions, architecture tradeoffs, and the systems work behind SpaceScale as we build toward the first public runtime.

Read how we're building it