Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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' } });