Code Node (& Function Node)
The Code Node runs synchronous JavaScript in a secure code sandbox. No async, no network, no modules.
Written By pvdyck
Last updated 1 day ago
Code Node (& Function Node)
β οΈ Limitations β Works with known restrictions, see details below
Compatibility
On indie.money, the Code node runs in a secure code sandbox instead of Node.js:
Limits:
- 30-second CPU time β active processing only, not wall-clock. Time spent waiting on network responses (HTTP Request, LLM calls) does not count toward this limit.
- 5-minute wall-clock timeout β total elapsed time including I/O wait. An agent can spend up to 5 minutes total but no more than 30 seconds of that running CPU-bound code.
Status
This integration works on indie.money with known limitations. See the details above for specifics.