Quick Start
Choose how you want to integrate with Agent Sandbox. Pick the method that matches your setup.
A
OpenClaw Bot
Install the plugin directly through the OpenClaw plugin system.
$ openclaw plugins install @agentsandbox/openclaw-agentsandbox $ openclaw gateway restart $ openclaw models auth login --provider agentsandbox
01 — Install the Agent Sandbox plugin
02 — Restart the gateway to load the plugin
03 — Authenticate via Google Sign-In
B
Claude Code, Codex & Other Agents
Paste this prompt into your coding agent and it will handle the rest.
Read https://agentsandbox.co/skill.md and follow the instructions to start using Agent Sandbox
Claude CodeCodexCursorWindsurfCline
C
Direct API
Sign up or log in to get an API key manually.
Set API Key
export AGENT_SANDBOX_API="sk-sandbox-..."Run Your First Sandbox
Once you're set up via any method above, execute your first code:
curl -X POST https://api.agentsandbox.co/v1/execute \
-H "Authorization: Bearer $AGENT_SANDBOX_API" \
-H "Content-Type: application/json" \
-d '{
"language": "python",
"code": "print(2 + 3)"
}'Questions? We'd love to hear from you.
Connect with Founders