Find your biggest savings
You: What are my biggest cost savings this month?Your agent calls
readRecommendations and gets back a ranked summary, largest monthly savings first.
Turn a recommendation into a change
You: Rightsize the checkout deployment in the production namespace.It pulls the detailed recommendation with
readRecommendations, then asks readCostGraphKnowledge for the executing_recommendations knowledge to format the change. You get a diff you can apply or open as a PR.
Price out an instance swap
You: Is there a cheaper instance than m5.xlarge for this host?Your agent calls
readPricingApi and compares cheaper instances that still fit the workload.