execute_code
Execute JavaScript or Python code securely with comprehensive error handling and security measures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to execute | |
| input | No | Input data for the program (stdin) | |
| timeout | No | Execution timeout in milliseconds (max 60000) | |
| language | Yes | Programming language to execute | |
| memoryLimit | No | Memory limit in MB (max 512) | |
| enableNetworking | No | Enable network access for this execution |