x711_code_sandbox
ActiveTool of x711 — Universal Agent Gas Station
Execute JavaScript or Python code in an isolated sandbox. Use for: data processing, math, CSV parsing, JSON transformation, crypto calculations, algorithm testing. Secure — no filesystem access, no network. Returns: { output: string, runtime_ms: number, language: string }. Requires API key.
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Code to execute. Examples: 'console.log(Math.sqrt(144))' or 'print(sum([1,2,3]))'."
},
"language": {
"enum": [
"javascript",
"python"
],
"type": "string",
"description": "Language to run. Defaults to 'javascript'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x711 — Universal Agent Gas Station
1/7 registries