{
  "schemaVersion": "scopeproof-capabilities.v1",
  "service": "ScopeProof",
  "version": "0.1.0",
  "scope": "global",
  "purpose": "Machine-verifiable authorization checks for autonomous agents before consequential actions.",
  "rulesetVersion": "2026-09-26.1",
  "operations": {
    "scopeproof.preflight": {
      "priceCents": 0,
      "transport": [
        "http",
        "mcp"
      ],
      "substantiveVerdict": false
    },
    "scopeproof.check_action": {
      "priceCents": 1,
      "currency": "USD",
      "transport": [
        "http",
        "mcp"
      ],
      "decisions": [
        "within_scope",
        "outside_scope",
        "review_required"
      ],
      "payment": {
        "http": [
          "tempo",
          "x402"
        ],
        "mcp": [
          "tempo"
        ]
      }
    },
    "scopeproof.verify_receipt": {
      "priceCents": 0,
      "transport": [
        "http",
        "mcp"
      ]
    }
  },
  "privacy": {
    "rawPromptsStored": false,
    "arbitraryBodiesStored": false,
    "credentialsAccepted": false,
    "buyerIpsStoredForAnalytics": false
  },
  "security": {
    "strictStructuredInput": true,
    "denyOverridesAllow": true,
    "destructiveActionsRequireExplicitGrant": true,
    "irreversibleActionsRequireExplicitGrant": true,
    "durableReplayProtection": true,
    "tamperEvidentReceipts": true
  },
  "limits": {
    "requestBodyBytes": 65536,
    "maxAuthorityResources": 64,
    "maxAuthorityActions": 64
  }
}