Describe the feature you'd like
So maybe this already works but what I want to do with flowise which works nicely in langchain is to make GET or POST requests to a privately hosted REST API via api bearer token. Get the json and make informed descisions based on the response and then make post requests according to the decisions made by the LLM.
Didn't get it to work on flowise though because there is no tool or chain or anything to put URL and authorization tokens anywhere.