I’m investigating the possibility of setting Query Auth credentials programmatically. In my business case, I have several customers accessing an HTTP endpoint that requires each customer’s specific API key to access only their own data.
Also how are you selling this to customers? In many cases reselling access to internal automations would fall under needing an embedded or whitelabel license.
The node is a custom Https node. I’m not reselling access. The use case is a Real Estate AI assitant providing user assitance by answering questions about properties of Real Estate agencies (my customers). To get info about properties I need to access to the HTPPS node with each Real Estate agency’s keys, given that the service is a centralized one, where multiple agencies can access.
In that case, how do you make the HTTP requests now? Just to help guide if this is doable.
You could easily dynamically enter if its something like a Bearer or Basic authorization header, and you can just store the keys on a google sheet or database with the names of the agency.