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
Deploy isolated container workloads with Ignite. Create persistent Machines for humans and agents to use as real workspaces.
Ignite runs services in microVMs. Bring an OCI image. SpaceScale starts it, routes it, observes it, and manages the runtime underneath.
Good for:
An isolated ready workspace where AI agents can work, run tasks, keep state, expose results, and hand work back to humans.
Good for:
Fast starts. Direct routing. Predictable compute. SpaceScale is built to ignite workloads in milliseconds and keep traffic moving close to the metal.
Workloads are physically isolated at the CPU core level. No shared execution state between tenants. Dedicated reservations add CPU pinning for predictable performance.
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.
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"],
}'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.”
INTUITIVE NATURE
Powered by a decentralized control plane. If a node fails, our router instantly redirects your users to healthy replicas at neural speed.
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.
Deploy updates without dropping active users. We wait for it to pass health checks, and seamlessly route new traffic to it naturally.
OBSERVABILITY
Zero ops does not mean zero visibility. Stream workload logs, lifecycle events, and VM telemetry in real time.
ALMOST READY...
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