
Node.js Toolkit Configuration

Security Information
- Node.js code runs in a secure, isolated sandbox environment
- Each chat session gets its own dedicated sandbox with persistent state
- Files uploaded to the sandbox are isolated from other users and projects
- Sandboxes automatically clean up after the session ends
Available Tools (5/5)
Code Execution:- Execute Code: Execute Node.js/JavaScript code in a secure sandbox environment
- Search Files: Search for files in the knowledge base to upload to sandbox
- Upload File: Upload files from knowledge base to the Node.js sandbox
- List Files: List all files currently available in the sandbox
- Create Download URL: Create secure download URLs for files in the sandbox
Use Cases
- API Integration: Call REST APIs and handle OAuth flows.
- JSON Processing: Parse and transform JSON data structures.
- Web Automation: Scrape websites and automate forms.
- Data Transformation: Convert between formats (CSV, JSON, XML, YAML).

