Industry standards for data security, privacy, and confidentiality.
In ProgressRigorous data protection in line with European regulations.
CompliantCalifornia Privacy Rights Act compliance for US users.
CompliantEvery layer of MemorDesk is designed with security as the top priority.
All data encrypted in transit (TLS 1.3) and at rest (AES-256).
Hosted on SOC 2 certified cloud providers with 99.9% uptime.
SHA-256 hashed API keys with granular permission scopes.
Enterprise single sign-on with Google, Okta, and Azure AD.
You own your data. Full stop. Here's how we ensure that.
Retain full ownership of all meeting content. Export or delete anytime from your dashboard.
Your meeting data is NEVER used to train AI models. We use zero-retention APIs with all AI providers.
Delete your account and all associated data instantly. Compliant with GDPR Article 17.
Data stored in secure, compliant data centers. Enterprise plans offer region-specific storage.
Transparent retention periods so you know exactly when data is deleted.
| Data Type | Free | Pro / Team |
|---|---|---|
| Meeting Recordings | 7 days | 90 days + 30 day recovery |
| Transcripts & Summaries | Permanent | Permanent |
| Action Items & Decisions | Permanent | Permanent |
| Account Data | Until deleted | Until deleted |
Institutional answers to the questions security-conscious teams ask before committing to a platform.
No. MemorDesk enforces structural multi-tenant partition isolation directly at the database query engine layer. Every semantic search vector query is strictly bound to a mandatory user or organization identifier predicate. Because this partition is hardwired into the data access layer rather than handled by variable application code, it is architecturally impossible for a query to bleed data or scan across cross-tenant vector indexes.
No. MemorDesk has a zero-cleartext logging policy. If a failed authentication attempt occurs, the security layer instantly strips the attempt and computes a one-way cryptographic fingerprint using an isolated, salted hash. The system only records the first 12 hex characters of this signature along with the string length to track automated brute-force attack patterns. The original cleartext input is never written to disk, volatile memory logs, or third-party log drains.
No. The authentication architecture features an automated session circuit breaker. The moment the gateway identifies specific token invalidation vectors - such as an expired, reused, or missing token state - it immediately destroys all client-side session cookies and forces an instantaneous redirect to the secure login gateway. This completely prevents the recursive request loops and cascading API rate-limiting issues common in standard SaaS authentication setups.
No. The administrative access layer utilizes automated fail-closed network semantics. By default, the access control array is unpopulated. The absolute second the first authorized CIDR network block is written to the security access registry, the system immediately wraps the administrative boundary in a strict fail-closed state. There are no manual environment variables to toggle or timing windows where the panel is left exposed during setup.
No. All network threat-mitigation logic runs through an isolated, passive observation architecture by default. When new brute-force or malicious traffic patterns are defined, the system evaluates real-time production traffic in Observe Mode. It logs projected blocks to verify rule accuracy and prevent false positives without dropping any active user traffic. Enforcement mode is toggled only after zero-disruption QA is historically verified.
No. To guarantee transaction safety, MemorDesk uses a pessimistic cryptographic reservation system. Before a processing worker accepts a meeting payload, the required credits are placed into a temporary Hold state bounded by an automated expiration timestamp. Credits are only permanently deducted upon a verified success state. If a processing node drops connection or encounters an unrecoverable failure, the reservation automatically collapses and releases the held credits back to the workspace balance with zero data loss.
No. The calendar ingestion engine relies on an automated session deduplication protocol. Before any automated assistant is cleared to join a video gateway, the system cross-references the destination meeting URL against all active sessions. If a session matching that URL is already active, subsequent calendar entries are instantly mapped to the existing bot workspace. Paid teams will never experience duplicate bot presence or fragmented transcripts for a single calendar event.
No. To preserve absolute data privacy, all semantic text embedding calculations are processed strictly on local, proprietary infrastructure. MemorDesk utilizes a localized, optimized inference model compiled directly into the application server processes. Your raw text, private corporate strategy, and conversational transcripts never leave the internal security boundary for vectorization purposes.
No. The billing core is built around an append-only, immutable transaction ledger. Every individual balance adjustment - including subscription plan grants, manual top-ups, system refunds, and usage deductions - is committed as a discrete, un-deletable record containing a standardized transaction classification. This ledger operates with strict database-level concurrency controls to guarantee mathematically precise balance tracking.
No. When an unauthorized network probe or blocked IP address attempts to access or scan administrative paths, the gateway does not return a standard unauthorized block response. Instead, the application layer intercepts the traffic and returns a clean 404 Not Found response. This completely masks the existence of administrative interfaces from automated network mapping utilities and vulnerability scanners.