{
  "x402Version": 2,
  "id": 2816,
  "slug": "2816",
  "resource": "https://app.heinrichstech.com/v1/cdp/pii-redact",
  "description": "BitBooth PII Redact: pay 0.002 USDC, strip emails, phones, SSNs, credit cards, IPv4 addresses, and hex-looking secrets from a text blob before passing it to an LLM. Compliance primitive for agents in regulated industries (health, finance, legal). Pure regex — no LLM inference, deterministic output.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "xrpl:0",
      "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
      "asset": "XRP",
      "amount": "8000",
      "maxTimeoutSeconds": 600
    },
    {
      "scheme": "exact",
      "network": "xrpl:0",
      "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
      "asset": "524C555344000000000000000000000000000000",
      "amount": "0.008000",
      "maxTimeoutSeconds": 600
    },
    {
      "scheme": "exact",
      "network": "xrpl:0",
      "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
      "asset": "5553444300000000000000000000000000000000",
      "amount": "0.008000",
      "maxTimeoutSeconds": 600
    },
    {
      "scheme": "exact",
      "network": "stellar:pubnet",
      "payTo": "GCB5WZT5VCBBATGMQMTB6TLUXD6KQC6N5ITRWK3CCP4J3YOCE45FA2GO",
      "asset": "XLM",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "stellar:pubnet",
      "payTo": "GCB5WZT5VCBBATGMQMTB6TLUXD6KQC6N5ITRWK3CCP4J3YOCE45FA2GO",
      "asset": "USDC",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "onchain",
      "network": "eip155:8453",
      "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
      "asset": "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196",
      "amount": "100000000000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "onchain",
      "network": "eip155:1440000",
      "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
      "asset": "XRP",
      "amount": "400000000000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "utility",
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "patterns": [
              "email",
              "phone"
            ],
            "replacement": "[REDACTED]",
            "text": "Email me at alice@example.com or 555-123-4567"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "counts": {
              "creditCard": 0,
              "email": 1,
              "hexSecret": 0,
              "ipv4": 0,
              "phone": 1,
              "ssn": 0
            },
            "ok": true,
            "originalBytes": 46,
            "payment": {
              "network": "eip155:8453",
              "payer": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
              "transaction": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
            },
            "redacted": "Email me at [REDACTED] or [REDACTED]",
            "redactedBytes": 36,
            "totalRedactions": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "patterns": {
                    "items": {
                      "enum": [
                        "email",
                        "phone",
                        "ssn",
                        "creditCard",
                        "ipv4",
                        "hexSecret"
                      ],
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "replacement": {
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  }
                },
                "required": [
                  "text"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "pii",
        "redact",
        "compliance",
        "security",
        "agent-dev"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "app.heinrichstech.com",
  "lastUpdated": "2026-09-07T19:00:59.427Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-07T19:00:59.175Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "app.heinrichstech.com",
    "manifest_name": "app.heinrichstech.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"
  }
}