{
  "name": "RPBLC",
  "legalName": "RPBLC",
  "tagline": "Privacy infrastructure for the AI era",
  "url": "https://rpblc.com",
  "category": "Privacy Infrastructure / Security",
  "foundingYear": 2025,

  "products": [
    {
      "name": "Firewall",
      "type": "Infrastructure",
      "description": "Real-time data protection proxy. Intercepts data in transit, detects PII, applies per-value decisions (tokenize, redact, anonymize, pass) before data reaches its destination.",
      "url": "https://rpblc.com/firewall",
      "performance": { "p99Latency": "<25ms" }
    },
    {
      "name": "Vault",
      "type": "Infrastructure",
      "description": "Compliant storage gateway. The only system that stores PII. Three-tier encryption (HSM → KEK → DEK), jurisdiction-aware routing, tamper-evident audit, pluggable backends.",
      "url": "https://rpblc.com/vault",
      "encryption": "AES-256-GCM, three-tier key hierarchy"
    },
    {
      "name": "CMP",
      "fullName": "Consent Management Platform",
      "type": "Infrastructure",
      "description": "Consent engine. Tracks consent as subject × data item × purpose. Enforces GDPR four pillars as system constraints. Real-time push to Firewall. Default deny.",
      "url": "https://rpblc.com/cmp"
    },
    {
      "name": "PIMS",
      "fullName": "Personal Information Management System",
      "type": "Infrastructure",
      "description": "Rights orchestrator. Coordinates data subject rights (access, erasure, portability, rectification, restriction, residency migration) across Vault, CMP, and Firewall.",
      "url": "https://rpblc.com/pims"
    },
    {
      "name": "Portal",
      "type": "Infrastructure",
      "description": "Unified subject interface. One place for people to manage consent and exercise data rights. Pure presentation layer — stores nothing. Hosted, whitelabel, or API-only.",
      "url": "https://rpblc.com/portal"
    },
    {
      "name": "DAM",
      "fullName": "Data Access Mediator",
      "type": "Open Source",
      "description": "PII firewall for AI agents. Intercepts LLM API calls, replaces personal data with typed references, resolves them back in responses. The LLM never sees raw data.",
      "license": "Apache-2.0",
      "language": "Rust",
      "binarySize": "~6MB",
      "platforms": ["Linux", "macOS (ARM + Intel)", "Windows"],
      "repository": "https://github.com/RPBLC-hq/RPBLC.DAM",
      "url": "https://rpblc.com/dam",
      "piiTypesDetected": 45,
      "localesSupported": 13,
      "encryption": "AES-256-GCM envelope encryption, master key in OS keychain",
      "supportedProviders": ["OpenAI", "Anthropic", "Codex", "OpenRouter", "xAI", "Ollama"],
      "install": "npm install -g @rpblc/dam"
    }
  ],

  "compliance": ["GDPR", "CCPA/CPRA", "SOC 2 Type II", "ISO 27001", "ISO 27701"],

  "links": {
    "website": "https://rpblc.com",
    "firewall": "https://rpblc.com/firewall",
    "vault": "https://rpblc.com/vault",
    "cmp": "https://rpblc.com/cmp",
    "pims": "https://rpblc.com/pims",
    "portal": "https://rpblc.com/portal",
    "dam": "https://rpblc.com/dam",
    "github": "https://github.com/RPBLC-hq",
    "damRepository": "https://github.com/RPBLC-hq/RPBLC.DAM",
    "contact": "contact@rpblc.com",
    "llmsSummary": "https://rpblc.com/llms.txt",
    "llmsFull": "https://rpblc.com/llms-full.txt"
  },

  "lastUpdated": "2026-03-10"
}
