The sequence
- Agent — requests an operation through the SDK or MCP.
- Runtime — accepts the request and creates an execution environment.
- Sandbox — runs the code or command in isolation.
- Result — returns output, errors and execution status.
- Cleanup — destroys the sandbox when the work is complete.