Meet CLOAK — India's first stateless ML data-protection platform
CLOAK detects and shields personally identifiable and protected health information using machine learning instead of brittle pattern-matching — with zero data retention by architectural design.
CLOAK DLP
Data-loss prevention for individuals and enterprises. Browser extensions and endpoint agents detect sensitive data in real time and stop it from leaking to AI tools, cloud storage, and peripherals — all without ever storing your data.
Real-time detection
ML models flag PII/PHI as it is typed, pasted, or uploaded — not after the fact.
Browser extensions
Shield data before it reaches AI chatbots, cloud storage, and external peripherals.
Enterprise agents
Endpoint agents with centralized policy and an admin dashboard.
Role-based access
Granular RBAC so teams only see what they are authorised to.
Detection
Identify 40+ Indian PII entity types — Aadhaar, PAN, UPI, Voter ID and more.
Redaction
Mask or remove sensitive values from any text payload in a single call.
Tokenization
Replace sensitive data with reversible tokens for safe downstream processing.
Built for scale
Stateless REST endpoints with millisecond latency and no data retention.
CLOAK API
A developer-first REST API for detection, redaction, and tokenization. Drop it into any pipeline to keep sensitive data out of logs, prompts, and third-party services — with millisecond latency and nothing persisted.
curl https://api.cloak-ai.co/v1/redact \
-H "Authorization: Bearer $CLOAK_KEY" \
-d '{ "text": "My PAN is ABCDE1234F" }'
{
"redacted": "My PAN is [PAN]",
"entities": [{ "type": "PAN", "score": 0.99 }]
}Compliance-ready by design
Want CLOAK for your organisation?
Talk to our team about deploying CLOAK DLP across your workforce or integrating the CLOAK API into your stack.
Looking for our self-serve security tooling? Try the free Web Scanner.