{
  "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"]
    }
  ]
}
