Hi all, I’m looking to integrate pulumi as a library of my application. For example, I want to wrap up Pulumi inside my app to automate the deployment of some resources via a customized prompt as a helper for the final user without using directly the Pulumi command and passing parameters. What are the best practices to do this?