|
|
|
|
|
by taaron
498 days ago
|
|
AI building the integrations is the approach we are taking at the moment, to the extent that you can store credentials like API keys and Oauth and then make the AI aware of these via a variable like ${googleAPI.SECRET}. These credentials can then be use in the API node (where the AI can write a custom curl) or the run code component (where the AI can write custom python or js code to make an HTTP request). |
|