Luzo just got smarter: conditional branching, post-response scripting, faster execution
by•
Just shipped a strong Luzo update.
What’s new:
• Post-request scripts are now supported
• Conditional branching is built in
• Performance is smoother across the builder and execution flow
• Dependent variables are auto-recognized even after reordering steps
Luzo is becoming much better at handling real API workflows, not just chained requests. The focus is still the same: make multi-step API execution easier to design, inspect, and debug with full context.
You can check it out on Product Hunt here
18 views



Replies
Luzo
@oshylabs Really appreciate that. I agree, branching is one of those features that starts to make workflows feel production-ready instead of just chained requests. And yes, the dependent variable handling after reordering seems small on the surface, but it removes a lot of friction when you’re iterating quickly. Thanks for checking it out.
How does the conditional branching works? Can you set up multiple if/else paths based on response data? :)
Luzo
@rohanrecommends Yes, branching is based on response data and execution outcomes. Right now you can route flows using conditions on step outputs, so a workflow can continue down different paths depending on what a previous request returns. The goal is to make multiple if/else-style paths feel natural in the builder rather than something you have to hack around.