Feature Flags & Org Labels

Feature Flags & Org Labels Feature Flags & Org Labels

This release adds more control, better organization, and improved developer experience.

A new feature flags system allows controlled rollouts and A/B testing, giving administrators precise control over what features are enabled across environments. Sandboxes now support organization labels, making it easier to categorize, filter, and manage resources at scale.

The CLI gains smarter build context parsing, reducing manual setup and making build workflows faster. Documentation also expands with a new Computer Use section and clarified sandbox resource limits.

Several API stability fixes improve organization handling, event processing, quota management, and warm-pool sandbox networking. These changes reduce errors and strengthen reliability across core services.

Together, this release gives teams more flexibility in managing features, improves visibility into sandbox usage, and enhances system stability.

Release Details

  • feature flags (f90b61fd)

  • api,runner: organization label on sandboxes (#2440)

  • cli: automatic context parsing for builds (#2424)

  • docs: add Computer Use documentation section (#2434)

  • docs: clarify maximum sandbox resources (#2442)

Bug fixes

  • api: handle organization null (#2425)

  • api: handle null org in archive start (#2427)

  • api: missing org null check (#2429)

  • api: use typed config service in org service (#2431)

  • api: update sandbox only upon belonging events (#2435)

  • api: warm-pool sandbox network settings (#2437)

  • api: rollback pending quota usage in case of error, sandbox start lock, snapshot activate lock (#2441)