feat(devbox): add provisioning_tier (flex) to LaunchParameters (alpha)#808
Merged
Conversation
Adds the optional provisioning_tier field ("standard" | "flex") to the
LaunchParameters request (shared_params) and response (shared) models,
matching the field now exposed in the OpenAPI spec.
Hand-applied ahead of the next Stainless regeneration so the alpha customer
can use the field immediately. provisioning_tier is intentionally kept out of
the public docs (stripped from the documented spec upstream).
Co-Authored-By: Claude Opus 4.8 <[email protected]>
Note that provisioning_tier is alpha and its behavior may change without notice. Co-Authored-By: Claude Opus 4.8 <[email protected]>
Co-Authored-By: Claude Opus 4.8 <[email protected]>
james-rl
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the optional
provisioning_tierfield ("standard" | "flex") toLaunchParameters, in both the request params model (types/shared_params/launch_parameters.py) and the response model (types/shared/launch_parameters.py), matching thearchitectureenum pattern.This corresponds to the field now exposed in the OpenAPI spec (see runloopai/runloop). It is hand-applied ahead of the next Stainless regeneration so the alpha customer can use the field immediately; a subsequent Stainless run will converge to the same shape.
Motivation
Soft-launch
provisioning_tier=flexas an alpha for a single customer: usable via the SDK, absent from public docs.Testing
network_policy_idandrequired_services) matching the generator's ordering;Literalalready imported in both files.🤖 Generated with Claude Code