Most of the folks that have done scripting, already have this fixed idea in their heads, thats scripting means JS.
That was the case for me as well till the day someone eventually asked when we would add pre and post requests in Voiden. Our instinct was to say "ok, its coming soon" and then build it quickly. But then we started thinking about all these hidden assumptions around scripting. So we took a bit more time and shipped something nice: scripting as a true runtime layer that:
- Supports multiple languages, so you can use the one that fits your stack.
- Runs on real interpreters, not a limited sandbox.
- You can import packages and reuse your existing logic.
- Workflows are stateful, letting you chain requests and maintain context across them.
Already works with JavaScript, Python and shell. Tomorrow, more languages will follow.
The result is something we deeply care about: orchestration-level automation right inside your API client.
check here: https://voiden.md/download
repo: https://github.com/VoidenHQ/voiden