8 ms·
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
by taaron 2y 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).
- no_wizard 2y agoCan it automatically update themselves based on changes to the source API? Can it detect ahead of time if APIs have changed? How about understanding the API requirements?