[
  {
    "id": "vercel-sandbox-docs-1",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Run untrusted or agent-generated code in isolated Linux microVMs. Use Vercel Sandbox for agent workflows, debugging, and one-off commands.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-2",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Execute untrusted code safely: Run AI agent output, user uploads, or third-party scripts without exposing your production systems.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-3",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Build interactive tools: Create code playgrounds, AI-powered UI builders, or developer sandboxes.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-4",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Run development servers: Spin up and test applications with live previews.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-5",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Use `@vercel/sandbox` for JavaScript and TypeScript",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-6",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "In production on Vercel, authentication is automatic.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-7",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Use access tokens when `VERCEL_OIDC_TOKEN` is unavailable, such as in external CI/CD systems or non-Vercel environments.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-8",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Sandboxes run Linux images, with Ubuntu, Arch Linux, or any other Linux distribution you need.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-9",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "System-privileged processes: Run workloads that need system-level privileges, such as container runtimes like Docker, VPN clients, and FUSE filesystem drivers.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-10",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Multi-agent isolation: Give each AI agent its own Linux user with a private home directory, and share files between agents with groups.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-11",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Persistent sandboxes: Sandboxes that auto-save state on stop and resume where you left off. Persistence is the default. No manual snapshot management needed.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-12",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Snapshotting: Save the state of a running sandbox to resume later. Skip dependency installation on subsequent runs.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-13",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Tags: Categorize sandboxes by environment, team, or any other criteria using key-value tags.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-14",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Drives (beta): Attach persistent filesystem storage to sandboxes and reuse data across sandbox runs.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-15",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Mount remote storage: Mount an external object store such as Amazon S3 with a FUSE driver, and read and write remote files through the sandbox filesystem.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-16",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Build your system packages and tooling into an image, and share it across projects and teams.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-17",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "If you already use Docker images to define your environment, store the image in Vercel Container Registry (VCR) and create the sandbox with a custom image.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-18",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Or retrieve an existing sandbox by name (resumes if stopped)",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-19",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Commands can run in blocking mode (wait for completion) or detached mode (return immediately).",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-20",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Stream logs from a detached command",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-21",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "You can also stop sandboxes from the Vercel Dashboard by navigating to Observability > Sandboxes and clicking Stop Sandbox.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-22",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/pricing",
    "excerpt": "You can configure this using the `timeout` option when creating a sandbox, and extend it using `sandbox.extendTimeout()`.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-23",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/pricing",
    "excerpt": "Vercel Sandbox is available in the `iad1` (default), `sfo1`, `cle1`, and `cdg1` regions. You can choose the region per sandbox or set a project default.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-24",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/pricing",
    "excerpt": "To control costs, configure Spend Management to receive alerts or pause projects when you reach a specified amount.",
    "fetchedAt": "2026-09-04T00:22:58.058Z"
  },
  {
    "id": "vercel-sandbox-docs-25",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Run untrusted or agent-generated code in isolated Linux microVMs.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-26",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Test in isolation: Preview how user-submitted or agent-generated code behaves in a self-contained environment with access to logs, file edits, and live previews.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-27",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Use the `sandbox` CLI for manual testing, agentic workflows, debugging, and one-off operations",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-28",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Sandboxes that auto-save state on stop and resume where you left off. Persistence is the default. No manual snapshot management needed.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-29",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Mount an external object store such as Amazon S3 with a FUSE driver, and read and write remote files through the sandbox filesystem.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-30",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Start sandboxes from Vercel's Managed Images, a shared or public image, or your own OCI images stored in Vercel Container Registry.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-31",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Using a snapshot is much faster than creating from scratch because it avoids reinstalling dependencies and repeating setup steps.",
    "fetchedAt": "2026-09-04T00:24:34.427Z"
  },
  {
    "id": "vercel-sandbox-docs-32",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "The Sandbox SDKs are the recommended way to integrate Vercel Sandbox into your applications. They provide a programmatic interface to create sandboxes, run commands, and manage files.",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-33",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "For local development, run `vercel link` and `vercel env pull` to get a development token. In production on Vercel, authentication is automatic.",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-34",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Sandboxes run Linux images, with Ubuntu, Arch Linux, or any other Linux distribution you need. The default image is `vercel/sandbox/universal`, which includes the current Node.js LTS, Python 3.14, coding agents, and common utilities.",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-35",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Managed and custom images: Start sandboxes from Vercel's Managed Images, a shared or public image, or your own OCI images stored in Vercel Container Registry.",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-36",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Create with an explicit name\nsandbox create --name my-sandbox",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-37",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/pricing",
    "excerpt": "The default timeout is 5 minutes. You can configure this using the `timeout` option when creating a sandbox, and extend it using `sandbox.extendTimeout()`.",
    "fetchedAt": "2026-09-04T00:26:21.348Z"
  },
  {
    "id": "vercel-sandbox-docs-38",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "Test in isolation: Preview how user-submitted or agent-generated code behaves in a self",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-39",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox",
    "excerpt": "sandbox run echo \"Hello Sandbox!\"",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-40",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "when a sandbox stops, the SDK automatically snapshots its filesystem, and the sandbox configuration is preserved across sessions, so both are restored the next time you resume",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-41",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/concepts",
    "excerpt": "Boots from a Vercel Managed Image, a custom VCR image",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-42",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox/pricing",
    "excerpt": "Vercel Sandbox usage is metered across several dimensions. This page explains how billing works for each plan, what quotas apply, and how to estimate costs.",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-43",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox.md",
    "excerpt": "Connect to and manage Sandboxes from the dashboard",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-44",
    "tier": "claimed-docs",
    "url": "https://vercel.com/docs/sandbox.md",
    "excerpt": "Custom tags available in beta on Vercel Sandbox",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-45",
    "tier": "claimed-docs",
    "url": "https://vercel.com/changelog/sitemap.md",
    "excerpt": "Vercel Sandbox is now available in all regions",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-docs-46",
    "tier": "claimed-docs",
    "url": "https://vercel.com/changelog/sitemap.md",
    "excerpt": "Vercel Sandbox now provides 64 GB of storage",
    "fetchedAt": "2026-09-16T01:56:27.221Z"
  },
  {
    "id": "vercel-sandbox-probe-1",
    "tier": "probe",
    "url": "https://vercel.com/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://vercel.com/llms.txt # Vercel\n\n> Vercel is a cloud platform for building, deploying, and scaling web applications and AI workloads.\n\nUse this",
    "fetchedAt": "2026-09-16T01:56:28.174Z"
  },
  {
    "id": "vercel-sandbox-probe-2",
    "tier": "probe",
    "url": "https://vercel.com/docs/sandbox.md",
    "excerpt": "PROBE docs-md: HTTP 200 at https://vercel.com/docs/sandbox.md ---\ntitle: Vercel Sandbox\nproduct: vercel\nurl: /docs/sandbox\ncanonical_url: \"https://vercel.com/docs/sandbox\"\nlast_updat",
    "fetchedAt": "2026-09-16T01:56:28.174Z"
  },
  {
    "id": "vercel-sandbox-probe-3",
    "tier": "probe",
    "url": "https://vercel.com/openapi.json",
    "excerpt": "PROBE openapi: HTTP 200 at https://vercel.com/openapi.json — contains \"openapi\" key",
    "fetchedAt": "2026-09-16T01:56:28.174Z"
  }
]
