---
name: Sandbox Agent
slug: sandbox-agent
category: AI Engineering
description: Sandbox Agent provides a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use it to deploy and configure the server, manage agent sessions via SDK or API, stream events, and build chat UIs for coding agents.
github: "https://github.com/rivet-dev/sandbox-agent/tree/main/scripts/skill-generator/template"
language: TypeScript
stars: 1539
forks: 121
install: "npx degit https://github.com/rivet-dev/sandbox-agent/tree/main/scripts/skill-generator/template ~/.claude/skills/template"
installs_to: ~/.claude/skills/template
source_path: scripts/skill-generator/template/SKILL.md
collection_size: 3
category_size: 2451
collection_url: "https://dirskills.com/collections/rivet-dev/sandbox-agent"
added: 2026-08-19T07:26:34.320Z
last_synced: 2026-08-19T07:26:34.320Z
canonical_url: "https://dirskills.com/skills/sandbox-agent"
---

# Sandbox Agent

Sandbox Agent provides a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use it to deploy and configure the server, manage agent sessions via SDK or API, stream events, and build chat UIs for coding agents.

**Install:**

```bash
npx degit https://github.com/rivet-dev/sandbox-agent/tree/main/scripts/skill-generator/template ~/.claude/skills/template
```

## README

# Sandbox Agent

Sandbox Agent provides a universal API for orchestrating AI coding agents in sandboxed environments.

## What To Do If You Get Stuck

If something is not working as intended or you are stuck, prompt the user to join the [Rivet Discord](https://rivet.dev/discord) or file an issue on [GitHub](https://github.com/rivet-dev/sandbox-agent/issues) to report an issue and get help.

Provide the user with a pre-generated report with:

- Symptoms
	- If this is happening in local dev, deployed, or both
	- The error you're seeing
	- Relevant source code related to this
- What you've tried to solve it
- Environment
	- Sandbox Agent version
	- SDK in use (TypeScript, Python, or HTTP)
	- Agent in use (Claude Code, Codex, OpenCode, Amp, Mock)
	- Sandbox provider (E2B, Daytona, Docker, local)

## Quickstart

{{QUICKSTART}}

## Reference Map

{{REFERENCE_MAP}}
