Card snapshot
finops-agent.dev
·
2026-07-26 22:52:17 UTC
·
bed89b38a080ec3cb2f163d94baed4c8aa52bb7077ea2b657f55d85c1b87e4e2
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "finops-core Agent",
"description": "Financial platform engineering agent for finops-core. Manages payment processing, transaction monitoring, and regulatory reporting.",
"url": "https://finops-agent.dev",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "deploy",
"name": "deploy",
"description": "Deploy payment services with blue-green strategy",
"tags": [
"deployment",
"payments"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "reconcile",
"name": "reconcile",
"description": "Run end-of-day transaction reconciliation",
"tags": [
"reconciliation",
"finance"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "monitor",
"name": "monitor",
"description": "Monitor transaction anomalies and fraud signals",
"tags": [
"fraud-detection",
"monitoring"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "report",
"name": "report",
"description": "Generate PCI-DSS and regulatory compliance reports",
"tags": [
"compliance",
"pci-dss"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "keys",
"name": "keys",
"description": "Rotate API keys and payment processor credentials",
"tags": [
"secrets",
"key-rotation"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "FinOps Agent",
"url": "https://finops-agent.dev"
}
}