Manage secrets and configuration
await client.execute({ sessionId: session.id, code: 'console.log("API Key:", process.env.API_KEY);', env: { API_KEY: 'secret_key_123', NODE_ENV: 'production' } });