{
  "x402Version": 2,
  "id": 4279,
  "slug": "4279",
  "resource": "https://sandbox.weverpay.com/api/wever-pay/sandbox/services/agent-manifest-lint",
  "description": "Deterministic machine-readable review of an agent manifest's identity, version, capabilities, authority separation, and public-testnet spending ceiling.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xff52824610cb82603089f2d33d44682edffa6630",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "25000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "agentId": "wever.inventory-buyer.v1",
            "allowedActions": [
              "search_services",
              "get_service"
            ],
            "capabilities": [
              "discover_services",
              "purchase_testnet_service"
            ],
            "humanApprovalRequired": false,
            "prohibitedActions": [
              "mainnet_payment",
              "secret_export"
            ],
            "spendingLimitAtomic": 100000,
            "version": "1.0.0"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "checks": [],
            "normalizedManifestHash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
            "reportVersion": "1.0.0",
            "score": 100,
            "status": "PASS"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "agentId": {
                    "maxLength": 120,
                    "minLength": 3,
                    "type": "string"
                  },
                  "allowedActions": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 32,
                    "type": "array",
                    "uniqueItems": true
                  },
                  "capabilities": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 32,
                    "minItems": 1,
                    "type": "array",
                    "uniqueItems": true
                  },
                  "humanApprovalRequired": {
                    "type": "boolean"
                  },
                  "prohibitedActions": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 32,
                    "type": "array",
                    "uniqueItems": true
                  },
                  "spendingLimitAtomic": {
                    "maximum": 10000000,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "version": {
                    "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$",
                    "type": "string"
                  }
                },
                "required": [
                  "agentId",
                  "version",
                  "capabilities",
                  "allowedActions",
                  "prohibitedActions",
                  "spendingLimitAtomic",
                  "humanApprovalRequired"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "checks": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "code": {
                          "type": "string"
                        },
                        "explanation": {
                          "type": "string"
                        },
                        "status": {
                          "enum": [
                            "PASS",
                            "FAIL"
                          ],
                          "type": "string"
                        }
                      },
                      "required": [
                        "code",
                        "status",
                        "explanation"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "normalizedManifestHash": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "reportVersion": {
                    "type": "string"
                  },
                  "score": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "status": {
                    "enum": [
                      "PASS",
                      "FAIL"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "reportVersion",
                  "status",
                  "score",
                  "checks",
                  "normalizedManifestHash"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sandbox.weverpay.com",
  "lastUpdated": "2026-08-25T14:21:32.596Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-25T14:21:30.348Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sandbox.weverpay.com",
    "manifest_name": "sandbox.weverpay.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}