Skip to content
Back to infraops-core Agent

Card snapshot

infraops-platform.io · 2026-07-26 22:52:49 UTC · 34ccf09f5a79b39d696d76128255e9dd5901d84db3879ca9f53eed6e59713bd4

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": "infraops-core Agent",
  "description": "Infrastructure monitoring agent for infraops-core. Manages server provisioning, network configuration, and SLA monitoring.",
  "url": "https://infraops-platform.io",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "provision",
      "name": "provision",
      "description": "Provision bare-metal and VM infrastructure",
      "tags": [
        "provisioning",
        "infrastructure"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "network",
      "name": "network",
      "description": "Configure network policies and firewall rules",
      "tags": [
        "networking",
        "security"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "monitor",
      "name": "monitor",
      "description": "Monitor SLAs and uptime across all services",
      "tags": [
        "monitoring",
        "sla"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "patch",
      "name": "patch",
      "description": "Manage OS and firmware patch deployments",
      "tags": [
        "patching",
        "maintenance"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "capacity",
      "name": "capacity",
      "description": "Plan and forecast infrastructure capacity needs",
      "tags": [
        "capacity-planning",
        "forecasting"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "InfraOps Platform",
    "url": "https://infraops-platform.io"
  }
}