Quick start
From zero to a running sandbox on a local kind cluster in under five minutes.
go-runtime-sandbox reference docs. The site root has the marketing pitch; this section is the practical guide.
New to the project? → Quick start gets you from zero to a running cmd/demo against a local kind cluster in under five minutes.
Want to deploy on GKE? → Install walks through enabling the agent-sandbox addon, pushing images, and applying the right kustomize overlay for the Validating Admission Policy.
Wiring up an LLM? → MCP server covers registration in Claude Code, Gemini CLI, and any other stdio-MCP client.
Trying to understand the design? → How it works covers the three execution layers, the multi-file upload mechanism, lifecycle decisions, and the gotchas we hit during real-world testing.
run_go_code tool, registering it in Claude Code and Gemini CLI, sample prompts.docs/design.md in the repo).From zero to a running sandbox on a local kind cluster in under five minutes.
Run the demo on kind or GKE — prerequisites, manifest overlays, warm pool, troubleshooting.
Registering the run_go_code tool with Claude Code or Gemini CLI, the tool schema, sample prompts.
Design and rationale: the three execution layers, the multi-file upload mechanism, lifecycle decisions, gotchas from real-world testing.