Serverless with
MicroVM isolation.
Deploy serverless functions in hardware-isolated microVMs. Auto-scaling, per-request billing, scale-to-zero. Each invocation runs in its own isolated virtual machine.
One request. One machine.
Most serverless platforms run your code in shared containers. Scalix Functions boots a fresh hardware-isolated microVM for every invocation — its own kernel, its own memory, destroyed the moment the response is sent. Try it: fire requests and watch the machines come and go.
Hardware-isolated microVMs
KVM-grade isolation per invocation — no shared runtime, no neighbors, no warm pool of other people’s code.
Auto-scaling
Concurrency scales with demand. A burst of traffic just means more microVMs, booted in parallel.
Scale to zero
No invocations, no machines, no charge. The meter only moves when your code runs.
Per-request billing
$0.18 per million invocations plus execution time, drawn from the same credit pool as every other service.
HTTP & event triggers
Invoke over HTTPS, from the event bus, or on a cron schedule.
Sized per function
Configure memory and CPU for each function independently. Health checks built in.