Key Takeaways
- Even ChatDirect's super-admin cannot read your conversations, leads, or client data. The architecture blocks access by default.
- When technical support requires data access, a 72-hour temporary window can be granted — only with your explicit permission.
- All data is hosted in Canada (OVH), encrypted with AES-256, and compliant with Quebec's Law 25 and GDPR.
- You can export or delete 100% of your data at any time from your client portal. No grey areas.
Most SaaS platforms have access to your data. Their support team can read your conversations. Their engineers can browse your leads. Their CEO, if they wanted, could open any client account and see everything inside. That's the industry standard. Nobody brags about it, but everyone does it.
At ChatDirect, we made a different choice. A radical one. Even we can't see your data. Not because a privacy policy says we shouldn't. Because the architecture itself makes it impossible. The super-admin is blocked. Support is blocked. Everyone is blocked.
This is what we call data isolation — or a “privacy wall.” And it's the difference between saying “we respect your privacy” and proving it structurally.
The problem: most SaaS platforms have access to everything
When you use a typical SaaS tool — a CRM, a chatbot, a helpdesk — your data lives on their servers. Normal. But the question nobody asks: who on their team can read it?
The answer, in 95% of cases: anyone with admin access. The developer debugging a bug can see your conversations. Support helping you out can read your leads. The analyst running aggregate stats has access to raw data.
This isn't malice. It's architectural laziness. Building a system where employees can't access client data takes deliberate effort. You have to design the architecture differently from day one. Most startups don't take that time.
The result: you're trusting humans instead of systems. And humans make mistakes. Humans are curious. Humans leave companies and keep access. Humans get hacked.
Real Privacy by Design is when the architecture makes abuse impossible — not when a policy makes it “prohibited.”
How ChatDirect isolates your data
The super-admin is blocked by default
In ChatDirect, every client has their own data space. Conversations, leads, analytics, files — everything is stored in isolated directories that are inaccessible from the global administration panel. The super-admin can manage plans, permissions, and technical configurations. But they cannot open a client's conversations. They cannot read their leads. They cannot export their data.
This isn't a policy choice — it's a technical constraint. The access simply doesn't exist in the interface.
72-hour temporary access (with authorization)
Sometimes, a technical issue requires looking at client data to resolve it. In that specific case, a temporary access window of 72 hours maximum can be activated. But only if the client authorizes it explicitly. And the access expires automatically after 72 hours — no silent renewal.
Think of it like a safety deposit box at a bank. The bank doesn't have your key by default. And if you lend it, the key self-destructs after three days.
You control everything
From the client portal, you can:
- Export all your data (conversations, leads, config, analytics) as a ZIP file
- Delete your data irreversibly
- See exactly what data is stored and where
- Control who has access among your own team members
No support emails. No 30-day waiting periods. You click, it's done.
Why this matters: Law 25, GDPR, and customer trust
Since September 2023, Quebec's Law 25 imposes strict obligations on businesses that collect personal information. Transparency, data minimization, right to erasure, breach notifications. Fines can reach $25 million.
For businesses serving European clients, the GDPR adds another layer: explicit consent, data portability, right to be forgotten, and processor responsibility (meaning us).
ChatDirect's data isolation directly addresses these requirements:
- Minimization: we only collect what's necessary for the chatbot to function
- Limited access: even internally, nobody accesses client data without authorization
- Portability: complete export in one click from the portal
- Right to erasure: irreversible deletion available at any time
- Security: AES-256-CBC encryption, OVH Canada hosting, secure headers
But beyond legal compliance, there's a more fundamental issue: trust. When your customers give you their contact information through your chatbot, they trust you. And you pass that trust along to your chatbot provider. If that provider can read your customers' data... is that really trust, or just hope?
Which industries benefit most
Healthcare and wellness
Clinics, physiotherapists, and health professionals collect sensitive information through chatbots: symptoms, medications, appointments. Data isolation guarantees that even the chatbot provider cannot read these exchanges. Healthcare confidentiality compliance is built into the architecture.
Finance and accounting
An accounting firm whose chatbot answers tax questions doesn't want anyone — including the chatbot provider — to read those conversations. Income, deductions, financial situations: everything stays strictly between the firm and its client.
Legal
Attorney-client privilege is non-negotiable for lawyers. A chatbot that pre-qualifies cases on a firm's website must guarantee that transmitted information remains confidential. With ChatDirect, even a directive from management couldn't access those conversations — the access doesn't exist.
B2B services
Agencies, consultants, and B2B vendors collect strategic prospect information: budgets, projects, internal challenges. This is competitive intelligence. Data isolation ensures it never leaves the client's private space.
How it works technically (without jargon)
Imagine your data is in a vault. In a typical SaaS, the bank owner has a master key that opens every vault. Convenient for them. Risky for you.
At ChatDirect, there is no master key. Here's how:
- Directory isolation: each client has their own files (conversations, leads, config) in a siloed space. Access paths are validated by regex — impossible to reach another client's directory.
- Client identity validation: every request verifies that the logged-in user has the right to access the requested client (
canAccessClient()). No bypass possible. - Sensitive data encryption: API keys and critical data are encrypted with AES-256-CBC. Even if someone accessed the server, raw data is unreadable.
- No shared database: unlike SaaS platforms that put all data in a single database (multi-tenant), each client has independent files. No risk of cross-contamination.
- Audited temporary access: if maintenance access is granted, it's time-limited (72h max) and doesn't auto-renew.
The result: even if an admin account were compromised, client data remains inaccessible. That's the very definition of Privacy by Design — protection isn't a layer added after the fact, it's in the platform's DNA.
Conclusion: trust isn't declared, it's built
Any vendor can write “your data is secure” on their website. That costs nothing. What costs something is building an architecture that makes abuse impossible. It's voluntarily giving up an access that would be convenient for support. It's putting control in the client's hands, not the vendor's.
If you run a business where confidentiality isn't optional — healthcare, finance, legal, or simply an SMB that respects its customers — data isolation should be a non-negotiable criterion in your chatbot choice.
At ChatDirect, we made that choice from day one. Not because the law requires it (even though it does). Because it's the right thing to do. Learn more about our approach in our privacy policy.
Frequently Asked Questions
Can the ChatDirect support team read my conversations?
No. The architecture prevents even the super-admin from accessing client conversations and leads. If needed for technical support, a temporary 72-hour access window can be granted — only with your explicit permission.
Is ChatDirect compliant with Quebec's Law 25 and GDPR?
Yes. Data isolation, AES-256 encryption, data minimization, and full client control over their information directly address both Law 25 and GDPR requirements. You can export or delete your data at any time.
Where is my chatbot data hosted?
All data is hosted on OVH servers in Canada. No data transits to foreign servers. Conversations are not used to train third-party AI models.
Can I delete all my data at any time?
Yes. From the client portal, you can export all your data as a ZIP file, then request complete deletion. Deletion is irreversible and erases all files associated with your account.