{
  "x402Version": 2,
  "service": "AgentTrust Verify",
  "description": "AI-agent destination verification that analyzes a URL or domain for observable technical risk signals including HTTPS, TLS availability, reachability, redirects and suspicious URL patterns, returning a risk level, score, confidence and supporting evidence.",
  "facilitator": "https://facilitator.goplausible.xyz",
  "resources": [
    {
      "resource": "https://agent-verify-pro.lovable.app/api/verify",
      "method": "POST",
      "mimeType": "application/json",
      "description": "AI-agent destination verification that analyzes a URL or domain for observable technical risk signals including HTTPS, TLS availability, reachability, redirects and suspicious URL patterns, returning a risk level, score, confidence and supporting evidence.",
      "accepts": [
        {
          "scheme": "exact",
          "network": "algorand:SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=",
          "payTo": "BQSJ3LZDYXDATRR53WO4YXRQEIOOX2NL3W7EZ4HMREU6GV5VFKPOMGRQOE",
          "price": "$0.03",
          "asset": "10458941",
          "maxTimeoutSeconds": 120,
          "extra": {
            "tag": "x402-global-challenge",
            "name": "AgentTrust Verify",
            "category": "security",
            "asset": "USDC",
            "assetId": "10458941"
          }
        }
      ],
      "input": {
        "type": "object",
        "required": [
          "url"
        ],
        "properties": {
          "url": {
            "type": "string",
            "example": "https://example.com"
          }
        }
      },
      "output": {
        "type": "object",
        "properties": {
          "target": {
            "type": "string"
          },
          "risk_level": {
            "type": "string",
            "enum": [
              "LOW",
              "MEDIUM",
              "HIGH"
            ]
          },
          "trust_score": {
            "type": "integer"
          },
          "confidence": {
            "type": "number"
          },
          "recommendation": {
            "type": "string",
            "enum": [
              "PROCEED",
              "REVIEW",
              "BLOCK"
            ]
          },
          "checks": {
            "type": "array"
          },
          "evidence": {
            "type": "array"
          }
        }
      }
    }
  ]
}