Merged
Size
S
Change Breakdown
Docs100%
#3472docs: add compute private beta page

MicroVM compute private beta documentation added

A new onboarding guide details how to access and route tasks to the new microVM-based compute runtime, currently available in private beta for staging environments.

The platform's new microVM-based compute runtime is now available in private beta, designed to sharply reduce cold starts for tasks via boot snapshots. Developers can now opt specific triggers into this runtime by targeting the new us-east-1-next region.

This architectural change allows the exact same task code to run with significantly faster initialization times, particularly for workloads running on small-1x instances. To safely test the runtime without affecting production traffic, teams can gate the region override behind an environment variable or set a project-wide default exclusively for staging environments.

typescript
1await yourTask.trigger(payload, { region: "us-east-1-next" });
View Original GitHub Description

Compute page for private beta onboarding (not added to nav).

© 2026 · via Gitpulse