3 ms·
how are you guys handling HIPAA compliance for AI Agents? how is it that data in motion is secure?
by beingalikhan 1y ago
how are you guys handling HIPAA compliance for AI Agents? how is it that data in motion is secure?
- mikeqq2024 1y agosame question for HIPAA compliance
- arcb 1y agoGreat question. In the web agent case, we solely use HTTPS, and only between resources we either directly control (our servers), or whitelisted customer websites where we connect on HTTPS. An HTTP connection would fail the call stack, as would visiting a non-whitelisted link. A lot of our work happens away from the browser (in APIs and data stores), where we encrypt at rest and in motion.