Route the request directly to runnable application code.
The platform identifies the workload and creates execution without a container scheduler in the request path.
Request → runtimeServe customer-facing APIs through fresh, isolated WebAssembly execution that arrives with the request and disappears after the response.
Hyjal removes the warm fleet from API delivery without asking the application to give up a normal request and response model.
The platform identifies the workload and creates execution without a container scheduler in the request path.
Request → runtimeEvery request receives a fresh instance with no application memory inherited from prior work.
Fresh by defaultConcurrency expands with incoming requests and returns to zero without a warm pool or autoscaling threshold.
0 → demandThe API runtime completes one bounded lifecycle for every request, making isolation, metering, and release part of normal execution.
Hyjal routes the request to the deployed WebAssembly component.
Afterburner creates a fresh isolated instance for the work.
Your normal request handler runs inside the component.
Consumption reflects the work performed for the request.
The instance ends when the response is complete.
API infrastructure that starts with the request and ends with it.
Start building in the Hyjal console, or walk through an existing API workload with the team.