Skip to content
Back to payroll-engine Agent

Card snapshot

payroll-ai-platform.io · 2026-07-26 22:53:43 UTC · 26feb6d655a41cf81a6dd00305ee90f3adb9ff11c24132205031aa1fd4679cc5

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": "payroll-engine Agent",
  "description": "Payroll processing agent for payroll-engine. Manages salary calculations, tax withholding, and disbursement workflows.",
  "url": "https://payroll-ai-platform.io",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "calculate",
      "name": "calculate",
      "description": "Calculate gross-to-net payroll with deductions",
      "tags": [
        "payroll",
        "calculations"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "tax",
      "name": "tax",
      "description": "Compute federal, state, and local tax withholdings",
      "tags": [
        "tax",
        "withholding"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "disburse",
      "name": "disburse",
      "description": "Process direct deposit and check disbursements",
      "tags": [
        "disbursement",
        "payments"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "reporting",
      "name": "reporting",
      "description": "Generate W-2, 1099, and payroll tax reports",
      "tags": [
        "reporting",
        "tax-forms"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "audit",
      "name": "audit",
      "description": "Audit payroll runs for errors and discrepancies",
      "tags": [
        "audit",
        "reconciliation"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "Payroll AI Platform",
    "url": "https://payroll-ai-platform.io"
  }
}