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.

Use credentials in createSandbox; remove debug log

+1 -2
+1 -2
apps/api/src/xrpc/io/pocketenv/sandbox/createSandbox.ts
··· 21 21 const createSandbox = async (input: HandlerInput, auth: HandlerAuth) => { 22 22 let res; 23 23 try { 24 - const { artifacts } = auth; 24 + const { credentials, artifacts } = auth; 25 25 if (!credentials && !artifacts) { 26 26 throw new XRPCError( 27 27 401, ··· 175 175 server.io.pocketenv.sandbox.createSandbox({ 176 176 auth: ctx.authVerifier, 177 177 handler: async ({ input, auth }) => { 178 - console.log(">> ssss"); 179 178 const result = await createSandbox(input, auth); 180 179 return { 181 180 encoding: "application/json",