New: MCP server monitoring is live. Start free trial
VercelSchemaBreaking

Parameter 'cmdId' added to POST /v2/sandboxes/sessions/{sessionId}/cmd

Affected surface
POST /v2/sandboxes/sessions/{sessionId}/cmd
Affected field
cmdId@query

What changed

Parameter 'cmdId' added to POST /v2/sandboxes/sessions/{sessionId}/cmd Affected surface: POST /v2/sandboxes/sessions/{sessionId}/cmd. Root cause: parameter `cmdId@query`. Detected at Fri, 05 Jun 2026 07:50:35 UTC UTC.

Diff

{
  "added_required": [
    "cmdId"
  ],
  "parameter_in": "query",
  "parameter_name": "cmdId",
  "path": "POST /v2/sandboxes/sessions/{sessionId}/cmd"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Review the change above against your usage. Most behavioral shifts don't require code changes, but it's worth a quick audit.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.