{
  "schema_version": "1.0.0",
  "name": "HumanMirror Sanitize Shield",
  "description": "Deterministic quarantine, indirect prompt-injection detection and signed Cleanliness Proof for bounded external agent context.",
  "endpoint": "https://humanmirror.fr/api/v1/sanitize/shield/",
  "method": "POST",
  "input": {
    "media_type": "application/json",
    "max_bytes": 65536,
    "schema": "https://humanmirror.fr/m2m/sanitize-shield.openapi.json"
  },
  "output": {
    "verdicts": [
      "CLEAN",
      "REVIEW",
      "QUARANTINED"
    ],
    "proof_format": "hm-clean-v1",
    "proof_algorithm": "HMAC-SHA256",
    "proof_ttl_seconds": 300
  },
  "test_quota": {
    "calls": 3,
    "window_hours": 24
  },
  "payment": {
    "protocol": "x402",
    "version": 2,
    "scheme": "exact",
    "network": "eip155:8453",
    "asset": "USDC",
    "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount_atomic": "5000000",
    "amount_usdc": "5.000",
    "pay_to": "0x395aA00B990004d4Ed3ecedF10d17716c5f5AAF4",
    "challenge_header": "PAYMENT-REQUIRED",
    "authorization_header": "PAYMENT-SIGNATURE",
    "settlement_header": "PAYMENT-RESPONSE",
    "pricing_policy": "minimum_paid_x402_floor",
    "canonical_bundle": "https://humanmirror.fr/api/v1/agent/security-intelligence/"
  },
  "documentation": "https://humanmirror.fr/m2m/sanitize-shield.md",
  "enterprise_access": {
    "plan_id": "enterprise_unlimited",
    "price_usdc": "297.000",
    "billing_period_days": 30,
    "purchase_endpoint": "https://humanmirror.fr/api/x402/enterprise-pass/",
    "authorization": "Authorization: Bearer <enterprise_pass>",
    "requests": "unlimited",
    "quota_gate": "bypassed",
    "per_call_http_402": "disabled",
    "priority": "maximum",
    "queue": "bypass"
  },
  "status": "ACTIVE_LEGACY_COMPATIBILITY",
  "canonical_agent_manifest": "https://humanmirror.fr/.well-known/agent-manifest.json",
  "pricing_policy": {
    "minimum_paid_bundle_usdc": "5.000",
    "legacy_routes_floored": true
  }
}
