بنقرة واحدة
sandbox
Manage Daytona sandboxes for isolated evals, smoke tests, and command execution.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Daytona sandboxes for isolated evals, smoke tests, and command execution.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options
Daytona sandbox security. Use for token handling, credential boundaries, and full paths in SSH.
Prepare reusable Daytona sandbox sessions for isolated evals, debugging, or manual command execution.
Generate sandbox-scoped task prompts for any LLM or tool runner working inside Daytona sandboxes.
Troubleshoot Daytona sandbox runs, SSH access, snapshots, credentials, and command execution failures.
Use for reusable Daytona sandbox workflows, SSH access, git setup, and isolated command execution.
استنادا إلى تصنيف SOC المهني
| name | sandbox |
| description | Manage Daytona sandboxes for isolated evals, smoke tests, and command execution. |
Manage Daytona sandboxes for isolated command execution.
ralph-town run --json -- pnpx my-pi@latest --help
ralph-town run --repo https://github.com/owner/repo -- pnpm test
ralph-town sandbox create --name <name>
ralph-town sandbox list
ralph-town sandbox ssh <id>
ralph-town sandbox exec <id> <command>
ralph-town sandbox delete <id>
PATH can be limited in SSH sessions. Use full paths when commands are not found:
ssh <token>@ssh.app.daytona.io "export PATH=/usr/bin:/bin:/usr/local/bin:\$PATH && <command>"
| Issue | Workaround |
|---|---|
exec returns -1 | Use SSH-backed ralph-town run (upstream#2283) |
| PATH broken in SSH | Use full paths |