Does anyone know how to add credentials to nodes dynamically? Example: I've built an admin dashboard, a layer on top of N8N workflow building, that guides you to add integrations way easier via forms in Aeros (PHP framework).
I know working with N8N, if you need a new connection, i.e. OpenAI/Chat-GPT or Airtable, you need to use the respective node, then add the credentials (API key, secret key, etc) to connect to it.