@Vantage to the prompt so the agent is notified.What the Agent Can Do
The FinOps Agent is a purpose-built FinOps assistant. Its read and write actions are powered by tools from the Vantage MCP (cost data and resource management) and the Vantage Docs MCP (product knowledge); however, the agent takes this one step further and brings FinOps reasoning, multi-step planning, and awareness of your workspace, RBAC scope, and audit context. For a complete reference of the underlying tools, see the Vantage MCP Tools table. The sections below organize the agent’s capabilities into ten categories. Each accordion explains, in plain language, what you can ask for and provides ready-to-copy prompts.Explore your cloud costs
Explore your cloud costs
query-costs, list-costs, list-cost-providers, list-cost-services, get-cost-provider-accounts, list-cost-integrations.What did we spend on AWS Lambda last month in the Production workspace?
Provide a breakdown of costs by service for Datadog from July 1 to July 31, 2025.
Compare AWS spend in October 2025 vs. September 2025. What were the top three drivers of the change, and which accounts and regions contributed?
Which cost providers and integrations are connected to my Vantage account?
Build and manage Cost Reports
Build and manage Cost Reports
https://console.vantage.sh/reports/rprt_xyz789abc123def4) or by its token (for example, rprt_xyz789abc123def4).Underlying MCP tools: create-cost-report, get-cost-report, list-cost-reports, delete-cost-report, get-cost-report-forecast, list-unit-costs.Create a Cost Report titled "AWS RDS - October 2025" filtered to AWS RDS for October 2025 and place it in the Infra folder.
List my Cost Reports in the Engineering folder, then show me the filter and groupings on the largest one.
Forecast spend for this Cost Report (https://console.vantage.sh/reports/rprt_xyz789abc123def4) for the next 90 days and explain what's driving the forecast.
Show me the daily unit costs for this Cost Report (rprt_xyz789abc123def4) over the last 30 days.
Organize with Folders and Dashboards
Organize with Folders and Dashboards
create-folder, update-folder, delete-folder, list-folders, get-folder, create-dashboard, get-dashboard, update-dashboard, delete-dashboard, list-dashboards.Create a folder called "Data Platform Costs" and move these two reports into it: https://console.vantage.sh/reports/rprt_xyz789abc123def4 and https://console.vantage.sh/reports/rprt_abc456def789ghi0
Create a Dashboard called "Engineering Cost Overview" set to a trailing 30-day window. Can you add these linked reports to it: https://console.vantage.sh/reports/rprt_xyz789abc123def4 and https://console.vantage.sh/reports/rprt_abc456def789ghi0
Show me my existing Dashboards and Folders. Which Dashboards are most relevant to AWS spend?
Investigate cost anomalies
Investigate cost anomalies
list-anomalies, get-anomaly, update-anomaly.Investigate the anomalies on my AWS Costs report from the past 14 days. What's driving each one, and are any of them correlated?
Explain the anomaly on my "AWS Production Costs" report from yesterday. Which service spiked, what's the magnitude, and which resources are attributed?
Find and act on cost recommendations
Find and act on cost recommendations
list-recommendations, get-recommendation-details, get-recommendation-resources, get-recommendation-resource-details.List all open AWS cost recommendations, ranked by estimated monthly savings. Which three should I prioritize this week?
Show me the resources affected by rightsizing recommendations, with their current and recommended instance types.
Track Budgets and Cost Alerts
Track Budgets and Cost Alerts
create-budget, update-budget, delete-budget, get-budget, list-budgets, create-cost-alert, get-cost-alert, list-cost-alerts.Create a monthly Budget of $50,000 for my Production AWS Costs report (rprt_xyz789abc123def4) for the rest of the calendar year.
List all Budgets in the Finance workspace and compare actual spend against budget targets. Which are off-track?
Create a weekly Cost Alert that notifies the #finops Slack channel if AWS RDS spend exceeds $10,000 in any 7-day window.
Tag and allocate costs
Tag and allocate costs
list-tags, list-tag-values, create-virtual-tag-config.What tag keys are available for filtering my AWS costs, and what are the most common values for the team tag?
Create a Virtual Tag called team that combines the AWS team tag and the Kubernetes organization/team label. Backfill it to January 2026 and let it override provider-supplied tags.
Show last month's cost grouped by tag:team in the Engineering workspace. Which team spent the most?
Inspect resources, workspace, and audit history
Inspect resources, workspace, and audit history
list-provider-resources, get-provider-resource, list-audit-logs, get-myself, get-users, get-team, get-teams.Which workspaces do I have access to, and what's my access level in each?
List my AWS EC2 instances in us-east-1 that cost more than $100 per month, sorted by cost.
Show me details and the cost breakdown for this resource: arn:aws:ec2:us-east-1:123456789012:instance/i-0abcd1234ef567890.
Show me audit log entries from the past 7 days for changes to Cost Reports and Budgets in my workspace.
Correlate costs with Datadog (MCP Connector)
Correlate costs with Datadog (MCP Connector)
Did any recent deployments cause my AWS costs to increase?
Which EC2 instances have the highest cost but lowest utilization?
Our AWS data transfer costs jumped this week. Which services or hosts in Datadog show increased network throughput over the same period?
Send feedback to Vantage
Send feedback to Vantage
submit-user-feedback tool.I have feedback to share: [describe what worked well, what didn't, or what you'd like to see].
Prompting Building Blocks
The sections above show what to ask for. The next three sections—Intent, Scope, and Direction—help you phrase prompts so the agent gets you the right answer the first time.1. Intent
2. Scope
3. Direction
1. Intent
Every productive interaction with the FinOps Agent starts with a clear action or question. The agent supports two intent categories: ask the agent questions or ask the agent to perform actions.Ask the Agent Questions
You can ask questions about your cloud costs or about Vantage features and functionality.What drove our AWS EC2 costs last month?
Which Azure services are trending up this week?
Show me any compute-related anomalies for the past week.
Can you explain the difference between Virtual Tags and Segments? When should I use one over the other?
Ask the Agent to Perform Actions
You can also ask the agent to create or update Vantage resources, generate Terraform code, or assemble artifacts on your behalf.Create a Cost Report filtered to AWS Lambda for the last 30 days and put it in the Infra folder.
I have a list of teams in a CSV file (e.g., integrations, security, etc.). I have an AWS tag called team with the same value, and a Kubernetes label organization/team with the same team name. I want to combine all these costs into one Virtual Tag. Write me a Terraform script to do this.
2. Scope
The FinOps Agent needs to know which data to use. Vantage customers often have multiple workspaces, multiple cloud providers, and different access levels. Providing scope upfront can help to eliminate back-and-forth questions.Specify a Workspace
If you don’t specify a workspace, the agent falls back to the workspace you’re currently working in. Understanding this process helps you know what data you’re viewing.- If you specify one. If you mention a workspace name or token in your prompt, that workspace is used.
- Your current workspace. Otherwise, the agent uses your active workspace—the one you most recently selected in the Vantage console. There’s no separate default setting; to change which workspace the agent falls back to, switch workspaces in the console using the workspace switcher, and the agent will use that one next.
- Otherwise, it asks. If it can’t confidently determine which workspace you mean, the agent asks you rather than guessing.
Show me spend for the last 30 days.
Show me AWS EC2 costs for the last 30 days in the Production workspace.
Specify a Folder
When you create Vantage resources, like reports, you can specify which folder to place them in by providing the folder URL or token (found at the end of the URL).Create a report in https://console.vantage.sh/reporting/fldr_abc123def4567890 showing AWS RDS costs for August 2025.
Specify Time Windows
Always include time ranges to avoid ambiguity about which period you’re analyzing.Provide a breakdown of costs by service for Datadog from July 1 to July 31, 2025.
Reference Existing Reports
You can reference existing reports by their token or link, and the agent will analyze them.In this report rprt_xyz987abc456def789, what was my biggest change in cost from September 2025 to October 2025, and what resources contributed to this?
3. Direction
Direction helps the agent shape the final output. Use one of the following output formats to control how results are presented.Executive Summary
Executive Summary
Bullet List
Bullet List
Markdown Table
Markdown Table
CSV Snippet
CSV Snippet
Comparison/Diff
Comparison/Diff
Checklist
Checklist
Annotated Findings
Annotated Findings
Queries/Code Blocks
Queries/Code Blocks
Putting It All Together
A great prompt usually combines all three building blocks in a single sentence: what you want, what data to use, and how to format the answer. You don’t need a special syntax; plain English works. A good prompt covers, in order:- Intent — what you want the agent to do (a question or an action).
- Scope — the workspace, providers, services, accounts, regions, tags, time range, and groupings to apply.
- Direction — how you want the answer formatted (summary, table, checklist, code block) and any notes or callouts.
In the Production workspace, show AWS EC2 and S3 spend for the last 30 days, grouped by service and account ID. Present the result as a table and identify the top 5 cost drivers.
- Intent: “Show AWS EC2 and S3 spend” (a question).
- Scope: “In the Production workspace”, “AWS EC2 and S3”, “for the last 30 days”, “grouped by service and account ID”.
- Direction: “as a table”, “identify the top 5 cost drivers”.
Ready-to-Use Prompts
Copy and customize these prompts for common FinOps tasks. Each one follows the Intent, Scope, and Direction framework. Replace the values in brackets (such as[workspace] or [time period]) with your own.
Investigate cost spikes
Investigate cost spikes
What caused the cost spike in the [workspace] workspace [time period]?
Analyze trends
Analyze trends
Show the [time period] trend for [service] spend in [workspace].
Track Budgets
Track Budgets
List all Budgets in the [workspace] workspace and compare against actuals.
Detect anomalies
Detect anomalies
Find anomalies for the last [days] days in the [workspace] workspace.
Investigate cost anomalies
Investigate cost anomalies
Investigate the anomalies on my [report name] report.
Tag-based analysis
Tag-based analysis
Show cost grouped by tag:[key] for [time period] in [workspace].
Report analysis
Report analysis
In this report [report_token or link], what was my biggest change in cost from [period 1] to [period 2], and what resources contributed to this?
Understand Responses
Because the FinOps Agent relies on an LLM, responses are not always deterministic. The same prompt may return slightly different answers, and results depend heavily on the context you provide. Understanding how responses work helps you verify results and get the most out of the agent when answers look unexpected. You can verify agent responses using the following methods:- Compare against Cost Reports. Use your existing Cost Reports as a source of truth. For example, if you ask about EC2 spend last month, compare the answer against your saved report for that timeframe.
- Request the VQL query. Ask the agent to show you the VQL it used. Add “Show the VQL you used” to your prompt or ask in a follow-up message. Review the VQL to understand what data the agent accessed and confirm the filters and groupings align with your intent.
- Cross-reference between surfaces. If you receive an unexpected answer in Slack, try the same prompt in the console (or vice versa). Conversations are independent, so you can use one as a sanity check for the other.
Limitations
Understanding the agent’s limitations helps you set appropriate expectations and get the most out of your interactions.No automatic web browsing
No automatic web browsing
Tooling and account access
Tooling and account access
No system control
No system control
No console-based remediation actions
No console-based remediation actions
Misinterpretation
Misinterpretation
Context limits
Context limits
File support
File support
No sensitive data inference
No sensitive data inference