vercel-sandbox

Installation
SKILL.md

Investigate Vercel Sandbox using current official docs, installed SDK contracts, and only then any consumer-specific integration code.

Step 1: Classify the request

Pick the narrowest reference set before answering:

Request type Read first
SDK/API behavior, lifecycle semantics, snapshots, stable vs beta persistence references/api-surface.md
Product-level usage patterns and architectural choices references/common-use-cases.md
Broken behavior, confusing docs, missing files, or suspected persistence bugs references/troubleshooting-workarounds.md

If the task spans categories, load only the relevant files above.

Step 2: Establish which sandbox model applies

  1. Inspect the installed @vercel/sandbox version and local types before trusting any doc page or changelog.
  2. If local types only expose sandboxId, Sandbox.get({ sandboxId }), extendTimeout, and snapshot-backed source, treat the runtime as stable 1.x ephemeral sandboxes.
  3. If local code and types expose named sandboxes, name, persistent, session updates, or automatic resume after stop, treat the runtime as the persistent beta model.
Related skills

More from getsentry/junior

Installs
1
GitHub Stars
67
First Seen
Apr 28, 2026