vercel-labs

Paseo Vercel Sandbox — AI skill for Claude Code

AI community

Run Paseo coding agents in persistent Vercel Sandboxes with AI Gateway.

How to install Paseo Vercel Sandbox

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vercel-labs/paseo-vercel-sandbox and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Paseo Vercel Sandbox does

Run Paseo coding agents in persistent Vercel Sandboxes with AI Gateway.

Alternatives in AI

  • Agentmemory — #1 Persistent memory for AI coding agents based on real-world benchmarks 1.9k ★
  • Coding Agent Template — Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway 1.8k ★
  • Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★

README

Paseo Vercel Sandbox plugin

This Paseo plugin (Paseo 0.9 or newer) manages four persistent Vercel Sandbox agent hosts: Codex, Claude Code, OpenCode, and Pi. It uses Paseo's native surface, settings screen, and typed RPC.

Install

Use Node.js 24 or newer and Paseo 0.9.0 or newer on both the controller daemon and client (verified on 0.9.1). In **Settings → Plugins**, turn on **Enable plugins**.

Hosts created by the plugin run Paseo 0.9.1 inside the sandbox, so current desktop, web and mobile clients can read their session history.

Install it from this repository:

paseo plugin add vercel-labs/paseo-vercel-sandbox

Paseo clones the repository and compiles the plugin itself. No dependency install or build step runs on the daemon host; the Vercel Sandbox SDK ships prebundled in `server/generated/sdk.js`.

You can paste the same source into the **Plugin source** field in Paseo's Settings → Plugins.

Configure

Open **Settings → Plugins → Vercel Sandbox** (on Paseo 0.9, open the actions menu on the `vercel-sandbox` row and choose **Vercel Sandbox**). On first setup, enter a Vercel token, team ID, project ID, and AI Gateway key; no replacement switches are needed. The optional **Session timeout (minutes)** field defaults to 1440 (24 hours) and applies to hosts created after you save it; existing hosts keep the timeout they were created with. **On the Hobby plan, Vercel Sandbox sessions are limited to 45 minutes**, so set this to 45 or less there. Vercel documents the limit for extending a session; a larger value at creation is expected to be refused on Hobby, which this plugin has not verified on a Hobby team. If a first Create is refused, correct the setting and use **Retry**: a host that never allocated anything adopts the corrected settings. Pro and Enterprise allow up to 24 hours.

Where to find them: create the token at https://vercel.com/account/settings/tokens. The team and project IDs are the `orgId` and `projectId` values in `.vercel/project