Sandboxes v1 endpoints removed; v2 schema changes for Session/Sandbox
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
A large number of sandbox-related endpoints under /v1/sandboxes (and likely other /v1/ sandbox paths) have been removed from the spec — including GET /v1/sandboxes and POST /v1/sandboxes — which is a breaking change for any client using those endpoints. Simultaneously, several new schemas were added (SandboxInjectionRule, SandboxNetworkPolicy, SandboxPublicRoute, Snapshot) and the status enum ordering in the Session schema was reordered (values remain the same but "failed" and "aborted" moved positions). The net effect is that the v1 Sandboxes API surface is being dropped in favour of a v2 model.