What problem does it solve? Running AI coding agents and untrusted commands locally risks your machine and requires complex sandbox setup. This Skill provides the complete API reference for the @upstash/box TypeScript/JavaScript SDK, letting you spin up isolated cloud containers with built-in AI agents, shell execution, filesystem access, and git integration. ## Core Features & Use Cases - Sandboxed AI Agent Runs: Create boxes with Claude Code, Codex, or OpenCode agents, run prompts with structured Zod-schema outputs, streaming, webhooks, and cost tracking. - Full Container Control: Execute shell commands and code snippets, manage files (including binary/base64), clone repos, commit, push, and open pull requests via the git API. - Lifecycle Management: Snapshot and fork boxes, expose ports as public URLs with optional auth, attach MCP servers, and use short-lived EphemeralBox instances for quick tasks. - Use Case: Build a CI bot that forks a sandboxed box per pull request, runs an AI agent to review the code with a structured verdict schema, and posts results back to GitHub. ## Quick Start Ask the AI to create an Upstash Box with a Node runtime and Claude Code agent, then run a prompt that reviews a cloned repository for security issues and returns a structured verdict.