ToolAssay

Classify an agent or automation operation from bounded evidence and return a det

Classify an agent or automation operation from bounded evidence and return a deterministic execution receipt. Use when completion claims need independent machine-readable verification. Claims alone never produce VERIFIED_COMPLETE.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://verifier-staging.quantumshieldlabs.dev/x402/verify

CategoryCode and developer
Provider hostverifier-staging.quantumshieldlabs.dev
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "claimed_state": "PASS",
    "evidence_items": [
      {
        "description": "Production health endpoint",
        "name": "health_check",
        "result": true,
        "source": "https://service.example/health"
      }
    ],
    "operation_id": "deploy-42",
    "required_verifications": [
      "health_check"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "blockers": {
              "type": "array"
            },
            "claimed_output": {
              "description": "Optional output claimed by the caller"
            },
            "claimed_state": {
              "description": "The operation state claimed by the caller",
              "type": "string"
            },
            "dependencies": {
              "type": "array"
            },
            "error": {},
            "evidence_items": {
              "items": {
                "properties": {
                  "description": {
                    "type": "string"
                  },
                  "detail": {},
                  "name": {
                    "type": "string"
                  },
                  "result": {},
                  "source": {
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "operation_id": {
              "description": "Caller-controlled operation identifier",
              "type": "string"
            },
            "required_verifications": {
              "description": "Evidence names required for verified completion",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "operation_id"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "operation_id": {
              "type": "string"
            },
            "reason_code": {
              "type": "string"
            },
            "terminal_classification": {
              "type": "string"
            }
          },
          "required": [
            "terminal_classification",
            "reason_code"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON