Pulumi Automation API When to Use This Skill Invoke this skill when: - Orchestrating deployments across multiple Pulumi stacks - Embedding Pulumi operations in custom applications - Building self-service infrastructure platforms - Replacing fragile Bash/Makefile orchestration scripts - Creating custom CLIs for infrastructure management - Building web applications that provision infrastructure What is Automation API Automation API provides programmatic access to Pulumi operations. Instead of running from the CLI, you call functions in your code that perform the same operations. When to Use Aut…