II.
Role JSON
Structured · liverole:cost-tracker
Cost Tracker (Bot) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:cost-tracker",
"_kind": "Role",
"_file": "role/roles/roles-agentic-bots.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Cost Tracker (Bot)",
"isAgentic": true,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Agentic role that monitors cloud and LLM-API spend, flags anomalies, and proposes optimizations.\n"
},
"outgoingEdges": [
{
"from": "role:cost-tracker",
"to": "responsibility:cost-optimization",
"kind": "holds_responsibility"
},
{
"from": "role:cost-tracker",
"to": "responsibility:budget-management",
"kind": "holds_responsibility"
},
{
"from": "role:cost-tracker",
"to": "skill-area:observability-pipeline",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:cost-tracker",
"to": "skill-area:terraform-infrastructure",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lib-agent:ai-agents-conversational--cost-optimizer",
"to": "role:cost-tracker",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "responsibility:cost-optimization",
"to": "role:cost-tracker",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:copilot-usage-review",
"to": "role:cost-tracker",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:llm-cost-optimization",
"to": "role:cost-tracker",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cloud-cost-optimization-review",
"to": "role:cost-tracker",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-pipeline-cost-optimization",
"to": "role:cost-tracker",
"kind": "involves_role",
"attributes": {}
}
]
}