upstash-box-js

Installation
SKILL.md

@upstash/box SDK

Sandboxed cloud containers with built-in AI agents, shell, filesystem, git, cron schedules, and an optional headless browser.

The Python SDK (upstash-box) mirrors this API with snake_case names — see the upstash-box-py skill for the Python spelling of everything below.

Install & Setup

npm install @upstash/box
npm install zod   # peer dependency, only needed for responseSchema / browser schemas

Set UPSTASH_BOX_API_KEY env var or pass apiKey to constructors.

Anonymous telemetry headers are sent by default. Opt out with the UPSTASH_DISABLE_TELEMETRY env var, or enableTelemetry: false in the config (the only option on runtimes without process.env, e.g. Cloudflare Workers).

Installs
695
Repository
upstash/skills
GitHub Stars
25
First Seen
Apr 1, 2026
upstash-box-js — upstash/skills