Data protection

Union.ai protects customer data through a classification framework, residency guarantees, and cloud-native encryption. All customer data is encrypted both at rest and in transit.

The platform uses three data access patterns:

  • Presigned URLs for bulk data (files, DataFrames, code bundles), which bypass the control plane entirely.
  • Inline proxy for structured task I/O and secret values, which transits control plane memory encrypted in transit, exists as plaintext in memory only during request handling, and is not persisted.
  • Streaming relays for logs and metrics, which transit control plane memory and are not persisted.

This section covers: