You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Claude Code: rename template to 'claude', use JSON for resume section,
update Custom System Prompt prose
- Codex: document --skip-git-repo-check in prose
- OpenCode: fix CLI to use 'opencode run', separate Launch Web UI and
Build Custom Template sections
- OpenClaw: add custom SKILLS.md example, separate Launch Gateway and
Build Custom Template sections, remove from nav temporarily
- Template examples: update claude-code command to use -p flag directly
- docs.json: order pages alphabetically, remove openclaw temporarily
- docs.mdx: remove Agents in Sandbox card from home page
Copy file name to clipboardExpand all lines: docs/use-cases/agents/claude-code.mdx
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ description: "Run Claude Code in a secure E2B sandbox with full filesystem, term
4
4
icon: "/images/icons/claude-code.svg"
5
5
---
6
6
7
-
[Claude Code](https://docs.anthropic.com/en/docs/claude-code) is Anthropic's agentic coding tool. E2B provides a pre-built `claude-code` template with Claude Code already installed.
7
+
[Claude Code](https://docs.anthropic.com/en/docs/claude-code) is Anthropic's agentic coding tool. E2B provides a pre-built `claude` template with Claude Code already installed.
8
8
9
9
## CLI
10
10
11
11
Spin up a sandbox with the [E2B CLI](/docs/cli).
12
12
13
13
```bash
14
-
e2b sbx create claude-code
14
+
e2b sbx create claude
15
15
```
16
16
17
17
Once inside the sandbox, start Claude Code.
@@ -28,7 +28,7 @@ Use `-p` for non-interactive mode and `--dangerously-skip-permissions` to auto-a
If you need to customize the environment (e.g. pre-install dependencies, add config files), build your own template on top of the pre-built `claude-code` template.
390
+
If you need to customize the environment (e.g. pre-install dependencies, add config files), build your own template on top of the pre-built `claude` template.
Copy file name to clipboardExpand all lines: docs/use-cases/agents/codex.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ codex
22
22
23
23
## Run Headless
24
24
25
-
Use `codex exec` for non-interactive mode and `--full-auto` to auto-approve tool calls (safe inside E2B sandboxes). Pass `CODEX_API_KEY` as an environment variable.
25
+
Use `codex exec` for non-interactive mode and `--full-auto` to auto-approve tool calls (safe inside E2B sandboxes). Pass `--skip-git-repo-check` to bypass git directory ownership checks inside the sandbox. Pass `CODEX_API_KEY` as an environment variable.
0 commit comments