PDPA & AIGE 2026 Compliant

Enterprise AI,
Zero Data Risk.

Empower your workforce with public LLMs while structurally guaranteeing that MyKad numbers, banking IDs, and proprietary data never leave your infrastructure.

Trusted by Malaysia's most secure organizations

Universiti Malaya
Klinik Kesihatan
Bank Negara
Maybank
CelcomDigi
Petronas
Universiti Malaya
Klinik Kesihatan
Bank Negara
Maybank
CelcomDigi
Petronas
Universiti Malaya
Klinik Kesihatan
Bank Negara
Maybank
CelcomDigi
Petronas

See the Proxy in Action

Type anything containing sensitive PII and watch Tanda Proxy intercept it in real time.

Payload Masked

$ network inspect

[MYKAD_1] securely mapped in Redis. Restored upon LLM response. TTL: 60s.

Engineered for Scale

Zero performance tax. Zero data exposure.

< 15ms Latency

Our FastAPI async architecture ensures that tokenizing and masking your prompts adds virtually zero overhead to the LLM response time.

OperationDuration
Presidio NLP Scan12ms
Redis Token Map2ms

Zero-Knowledge Architecture

Your raw PII is mapped to a 60-second TTL Redis key. The PostgreSQL audit log only stores one-way cryptographic hashes. We literally cannot read your data.

Model Agnostic

OpenAI, Anthropic, or DeepSeek. We support any provider.

PDPA 2026 Ready

Strict adherence to Malaysian AIGE guidelines.

Use Cases

Purpose-Built for Every Sector

Whether you are a hospital, bank, or university — RedactNode is engineered to meet your sector's specific regulatory obligations out of the box.

Clinics & Hospitals

Protect Patient Records in AI Workflows

Doctors and nurses use AI to draft discharge summaries and referral letters. Tanda Proxy ensures patient IC numbers, diagnoses, and medical record IDs are never sent to public LLMs.

2,400+
Patient IC masked/day
Art. 6, 9
PDPA Articles covered
Banks & Fintech

Zero-Leak AI for Credit & Compliance Teams

Compliance officers use AI for SAR drafting and AML narrative generation. RedactNode ensures account numbers, NRIC and transaction data are tokenized before they leave the network.

12 / prompt
Avg. tokens masked
Yes
BNM RMIT Compliant
Public Universities

Safe AI Research & Student Data Governance

Lecturers and researchers use AI assistants daily. Tanda Guard's Chrome extension blocks student ID and research data from being pasted into ChatGPT or Gemini on university machines.

40K+
Student records protected
500+
Extensions deployed
GLCs & Corporations

Enterprise-Wide AI Governance at Scale

Large enterprises need a centralised proxy gateway to control which AI models employees can use and enforce data classification policies. Safe Zone Portal provides the admin dashboard.

Unlimited
Departments supported
90 days
Audit logs retained
For Developers

Built for Developers

Integrate our masking engine into your own custom internal tools with just 4 lines of Python. The Tanda Proxy API is OpenAI-compatible by default.

  • Drop-in replacement for OpenAI endpoints
  • Streaming response support
  • Docker-ready architecture
proxy.py
1from fastapi import FastAPI
2from redactnode.engine import PresidioAnalyzer, RedisStore
3
4app = FastAPI()
5analyzer = PresidioAnalyzer(rules="malaysia_strict")
6store = RedisStore(ttl=60)
7
8@app.post("/v1/chat/completions")
9async def proxy_chat(prompt: str):
10    # 1. Intercept & Mask (MyKad, Banking IDs)
11    masked_prompt, mapping = analyzer.mask(prompt)
12
13    # 2. Store original values securely for 60s
14    await store.save(mapping)
15
16    # 3. Forward safe payload to LLM
17    response = await openai.chat(masked_prompt)
18
19    # 4. De-anonymize before returning to user
20    return await store.restore(response)
Pricing

Simple, Transparent Pricing

Start free. Scale as you grow. No hidden fees, no data harvesting.

Starter

For individuals and small teams exploring AI governance.

RM 0

Free forever

Get Started Free
  • Up to 100 prompts / month
  • Tanda Guard Chrome Extension
  • Basic PII detection (MyKad, IC)
  • Safe Zone Portal access
  • Community support
  • Custom masking rules
  • Audit log export
  • API access
  • SLA guarantee
Most Popular

Pro

For growing organisations that need full compliance coverage.

RM 299/month

per month

Start 14-Day Trial
  • Unlimited prompts
  • Tanda Guard + Tanda Proxy
  • Full PII ruleset (PDPA 2026 & AIGE)
  • Custom masking rules
  • 90-day audit log with export
  • REST API access
  • Email & chat support
  • Dedicated infrastructure
  • Custom SLAs
  • On-premise deployment

Enterprise

For GLCs, banks and hospitals with mission-critical requirements.

Custom

billed annually

Contact Sales
  • Everything in Pro
  • Dedicated proxy infrastructure
  • On-premise / private cloud deployment
  • BNM RMIT & MOH compliance package
  • Custom audit retention policies
  • SSO / Active Directory integration
  • Dedicated Account Manager
  • 99.9% uptime SLA

All plans include end-to-end encryption, PDPA-compliant data handling, and a 30-day money-back guarantee. Talk to our team

Ready to Secure Your AI Stack?

Join organisations across Malaysia who have deployed RedactNode to achieve full PDPA compliance without sacrificing AI productivity.