How to enable HIPAA compliance
- Sign up for a Daily account at dashboard.daily.co/signup
- Add a credit card via the dashboard billing page
- Apply for the Healthcare add-on using this form
HIPAA mode is enabled per Daily account. If you run a separate staging or development account (see Staging and testing), list it in the form as an additional domain, or contact support after creating it, so it gets the same HIPAA settings as your production account at no extra charge.
Business Associate Agreement (BAA)
To partner with you and build HIPAA-compliant applications, we’ve designed our APIs with data security and privacy as our top concern. We will sign a Business Associate Agreement (BAA) at no additional cost.HIPAA mode restrictions
Room names
To create HIPAA-compliant rooms, use the REST API to automatically create a randomized name for your room, preventing room names from including any PII or PHI. Trying to set a name manually will result in an error.HIPAA-compliant recording types
We offer three HIPAA-compliant recording options:"local"recordings"cloud"and"cloud-audio-only"recordings, but only when configured to store recordings in a customer-managed bucket"raw-tracks"recordings (requires a customer-managed bucket)
Text chat
HIPAA-compliant text chat is available by default. When using Daily Prebuilt, text chat can be enabled via theenable_chat room property. Chat messages in Daily Prebuilt are never stored on Daily servers.
Developers can also build their own HIPAA-compliant text chat using Daily’s sendAppMessage() method. Chat data sent by sendAppMessage() is HIPAA-compliant by default. Developers are responsible for ensuring chat messages are not stored externally by their app.