the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Import env from node:process in sprites provider

+1
+1
apps/sandbox/src/providers/sprites/mod.ts
··· 1 1 import BaseProvider, { BaseSandbox, SandboxOptions } from "../mod.ts"; 2 + import { env } from "node:process"; 2 3 import consola from "consola"; 3 4 import { ExecError, Sprite, SpritesClient } from "@fly/sprites"; 4 5 import path from "node:path";