examples/sandbox-coding-agent/README.md
Example project demonstrating a queue-free Rivet Actor chat UI backed by the new rivetkit/sandbox actor.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/sandbox-coding-agent
pnpm install
pnpm dev
rivetkit/sandbox instead of constructing SandboxAgent clients directlySANDBOX_PROVIDER=docker|daytona|e2bSANDBOX_PROVIDER unsetSANDBOX_PROVIDER=daytona and DAYTONA_API_KEYSANDBOX_PROVIDER=e2b and E2B_API_KEYOPENAI_API_KEY, ANTHROPIC_API_KEY, or CODEX_API_KEYThe example keeps a thin UI-facing agent actor, but the sandbox lifecycle and sandbox-agent API now live behind sandboxActor(...).
src/actors.ts)frontend/App.tsx)src/server.ts)Read more about Rivet Actors, actions, events, and queues.
MIT