Blankit Health Inc. is the entity that operates the platform, so we are ourselves a processor under PIPEDA / Law 25. The platform admin role (currently held by the founder) is the operator identity that can step into a tenant for support. The relevant disclosure for your procurement review is what that role can and can't see.
The day-to-day product is single-tenant per firm — cross-firm reads are absent from the code paths your sessions touch. The exception is a read-only impersonation session the platform admin can start when a problem needs an engineer. Such sessions are:
- Time-boxed to 30 minutes
- Refused at the edge for any write, upload, delete, or message-send
- Wrapped in a mask at the database extension that replaces client and contact names with deterministic pseudonyms (
Client-XXXX), redacts emails / phone / policy numbers, and replaces document titles and free-text blobs with sentinels - Audit-logged at start and end with both operator and target identities
See Trust & security · Cross-firm access for the full mechanics and a live capture of what the operator actually sees on screen during a session.