Security & Trust
Last Updated: May 29, 2026 • Security Architecture Profile
1. Encryption Standards
We implement comprehensive encryption strategies to protect data regardless of whether it is actively traveling over the internet or residing in database storage.
In-Transit Protection
All platform requests and data feeds are encrypted using Transport Layer Security (TLS 1.3). This prevents unauthorized eavesdropping or tampering of clinical interactions.
At-Rest Protection
Database storage volumes, tables, and backups are encrypted using Advanced Encryption Standard with a 256-bit key length (AES-256) managed under secure cryptographic key architectures.
2. Identity & Authentication
Verifying who is accessing the dashboard is a key component of patient data protection. We utilize industry-recognized authentication providers to handle clinical identity:
3. Operational Safeguards
Our engineering team adheres to administrative security controls to limit internal risks:
- Least Privilege Access: Only a restricted number of core operations staff can access cloud server configurations, strictly for deployment and maintenance.
- Vulnerability Management: Dependencies and packages are audited during our build process to identify code issues.
- Audit Trails: Staff administrative actions are tracked to maintain auditability.
4. Backup & Recovery Philosophy
Data reliability is essential for clinic operations. We implement a structured replication and backup framework:
5. Data Handling & Tenant Isolation
To guarantee that client data is never mixed or leaked, Audaya employs tenant isolation mechanisms:
- Row-Level Security (RLS): Our database utilizes Row-Level Security policies. This means that a clinic user can only query rows associated with their specific clinic organization ID. Queries attempting to access data outside the tenant boundary are rejected at the database engine level.
- Ephemeral Transcription Processing: Audio recordings processed for ambient dictation and transcriptions are processed securely. They are stored temporarily only for clinical verification and notes generation, and are subject to immediate deletion rules after user-confirmed session completion.