The idea is:
Having a Credentials Node, where you can select one of your provided credentials => then use the values in following nodes.
My use case:
Currently there is no way to use the new responses API of OpenAI with the OpenAI / Azure OpenAI node → you have to do the HTTP Request or Code node to do this manually. This is ok - but - it would be nice to have the credentials (that are already there) accessible in those nodes.
I think it would be beneficial to add this because:
- This would prevent hard-coded-credentials in nodes.
- Reduce errors when credentials change (because they can be changed in a central place)