Security

Last updated: July 26, 2026

Automate Admits handles real conversations with real people, and we treat that data with care. This page describes the specific technical and organizational measures actually in place — not aspirations. Where a control is not yet implemented, we say so. Security is ongoing work and we improve these practices over time.

Infrastructure

The Automate Admits application, database, and storage — including all protected health information (PHI) — run on Amazon Web Services under a signed business associate agreement. The application runs on ECS Fargate; the database is Amazon RDS for PostgreSQL in a private subnet with no public network access; files, call recordings, and backups are stored in Amazon S3.

Our public marketing site is delivered through Cloudflare for DNS, CDN, and DDoS protection; no PHI is stored on or processed by Cloudflare. Each customer organization's data is logically isolated within our multi-tenant database and scoped to that organization on every request. We run an automated tenant-isolation audit over the codebase as part of every release: any database query that touches customer data and is not scoped to an organization fails the build until it is explicitly reviewed.

Encryption

Authentication & access control

Audit logging

Sign-ins, permission and role changes, channel connections, exports, and access to patient records are written to a per-organization activity log that administrators can review in the app. The activity log is retained for approximately 183 days and then purged automatically.

Application security

The browser application is served under a Content Security Policy that does not permit unsafe-eval; the client is precompiled at build time rather than evaluated at runtime. Incoming webhooks from Meta and Telnyx are signature-verified before we act on them, so we only process payloads that genuinely originate from the platform.

Backups & recovery

The database is backed up automatically on a daily schedule, with point-in-time recovery available within the retention window, and backups are additionally replicated to a second AWS region for disaster recovery. Backups are encrypted with the same customer-managed KMS key as the primary data.

AI processing

To generate an automated reply, the contact record and the recent conversation transcript — including any images the contact sent — are transmitted over an encrypted connection to Anthropic's API. Anthropic does not use this data to train models. We do not currently hold a business associate agreement with Anthropic. You control whether automated replies are enabled and can take over any conversation manually at any time. See our Trust page for the full picture and for how to limit this exposure.

Subprocessors

We publish the complete subprocessor list, what each one receives, and whether a business associate agreement is in place, on our Trust & Compliance page. In summary: Amazon Web Services, Paubox, and Stedi handle PHI under a BAA. Anthropic, Meta, and Telnyx can receive information that may constitute PHI and are not covered by a BAA with us — each of those is tied to an optional feature you can leave disabled. Cloudflare and Square receive no patient data.

Data retention & deletion

Contacts, conversations, messages, call recordings, and transcripts are retained until deleted — there is no automatic expiry on this data. You can delete a contact or conversation from the app at any time, disconnect a channel at any time, and request deletion of your account and associated data. Security activity logs are purged automatically at approximately 183 days. Full details and contact addresses are in our Privacy Policy.

What we have not done yet

We would rather you hear this from us than discover it in diligence:

Your responsibilities

Security is shared. We recommend enabling two-factor authentication, using a strong and unique password, limiting team access to those who need it, removing teammates promptly when they leave, reviewing the activity log periodically, and disconnecting channels you no longer use.

Reporting a vulnerability

If you believe you've found a security issue, please email hello@automateadmits.com with the details and steps to reproduce. We appreciate responsible disclosure and will work with you to confirm and address valid reports. Please don't access or modify other users' data, degrade the Service, or publicly disclose an issue before we've had a chance to fix it.