API Reference Get the latest version of a package You must include the parameter with the user's organization name. The response contains a array. Each entry has a field (the latest version), plus , , , and . Get stack usage for a package Replace with the org name from context, , or ask the user. Response fields: - : The queried package - : Array of - : Total count Workflow: Find outdated stacks Use when the user wants to know which stacks are using an outdated version of a package. 1. Get the latest version of the package 2. Get stack usage for the package 3. Compare each stack's against the…