ToolAssay

Prepared CABEZON Buyer-Brief Pack

Prepared CABEZON Buyer-Brief Pack: new CABEZON acceptance exercise, approval-change and omission checks, incident/recovery runbook, dated public-source snapshots and acceptance report. Assisted seller-authored pilot for one service; not independent endorsement. Version-bound archive delivery with secret-bound recovery without repayment. Activation requires agreed terms and verified deployment.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
448 msmedian answer time
$20.00listed price per call
$20.00price 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://www.mahastrategies.com/api/v1/cabezon/buyer-brief

CategoryEverything else
Provider hostwww.mahastrategies.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$20.00 448 ms

Example input (from the provider)

{
  "body": {
    "bundleHash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
    "clientRequestId": "octopus-order-example",
    "recoverySecret": "GENERATE_32_RANDOM_BYTES_AS_64_LOWERCASE_HEX",
    "termsHash": "sha256:be78c3b480493b4d4347e9417644cbd8c4f84fdafd844fa4123b6e2fc8a0d122",
    "version": "2.0.0"
  },
  "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": {
          "additionalProperties": false,
          "properties": {
            "bundleHash": {
              "type": "string"
            },
            "clientRequestId": {
              "type": "string"
            },
            "recoverySecret": {
              "type": "string"
            },
            "termsHash": {
              "const": "sha256:be78c3b480493b4d4347e9417644cbd8c4f84fdafd844fa4123b6e2fc8a0d122"
            },
            "version": {
              "const": "2.0.0"
            }
          },
          "required": [
            "clientRequestId",
            "version",
            "bundleHash",
            "termsHash",
            "recoverySecret"
          ],
          "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": {
          "properties": {
            "acceptance": {
              "const": "buyer_review_required"
            },
            "archive": {
              "type": "object"
            },
            "delivery": {
              "const": "inline_base64_archive"
            },
            "orderId": {
              "type": "string"
            },
            "productId": {
              "const": "cabezon-buyer-brief-pack"
            },
            "transaction": {
              "type": "string"
            },
            "version": {
              "const": "2.0.0"
            }
          },
          "required": [
            "productId",
            "version",
            "delivery",
            "archive",
            "orderId",
            "transaction",
            "acceptance"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON