Skip to content
Back to CivicDataForge Government Evidence Agent

Card snapshot

civicdataforge.pages.dev · 2026-08-25 03:28:50 UTC · e1a2ddf7cae245870b1e2a72e7039b815bcd703c6a2ef2eee758bd4f0e7073be

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.

{
  "name": "CivicDataForge Government Evidence Agent",
  "description": "Runs receipt-bound government evidence workflows and returns honest terminal states through an automatic A2A task lifecycle.",
  "supportedInterfaces": [
    {
      "url": "https://civicdataforge-agent-commerce.neoaethel.workers.dev/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "CivicDataForge",
    "url": "https://civicdataforge.pages.dev/"
  },
  "version": "1.0.0-testnet",
  "documentationUrl": "https://civicdataforge-agent-commerce.neoaethel.workers.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "x402": {
      "apiKeySecurityScheme": {
        "name": "PAYMENT-SIGNATURE",
        "in": "header",
        "description": "Base Sepolia testnet only. Call the paid send endpoint without this header for an x402 v2 PAYMENT-REQUIRED challenge, then retry with a signed testnet payment."
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "x402": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "government-evidence-monitoring",
      "name": "Government evidence and change-state monitoring",
      "description": "Executes a supported evidence task. Supply previousReceiptHash on a later paid task to receive BASELINE_CREATED, NO_CHANGE, CHANGE_DETECTED, or an explicit incomplete-scope state.",
      "tags": [
        "government-data",
        "evidence",
        "monitoring",
        "receipts",
        "compliance"
      ],
      "examples": [
        "{\"task\":\"us_property_decision\",\"subject\":{\"address\":\"1100 Briercliff Drive, Orlando, FL\",\"city\":\"Orlando\",\"state\":\"FL\"},\"purpose\":\"property compliance research\",\"retentionDays\":0,\"transactionGate\":true}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}