Architecture

Compiled operates inside a single, well-defined trust boundary: your tenant. Understanding what is inside it and what crosses it answers most security-review questions before they are asked.

Compiled in-tenant architecture — communications and AI agents are inspected inside your tenant; only signed updates enter and only findings leave.

Inside your environment

What crosses the boundary

DirectionWhatWhat it is not
Inbound — from CompiledSigned detector updates onlyNo content, no configuration, no findings
Outbound — to your SOCStructured findings (timestamp, channel, verdict, score, policy attribution)No raw communication content
Never crossesCommunication content, agent-action payloads, raw findings, configuration, or any sensitive business data

Data flow (communications)

  1. Messages are captured by the platform's native APIs (e.g. Microsoft Graph for Teams) and delivered to an endpoint running in your tenant.
  2. They are inspected in-tenant — embedded by your own AI resource (or a local model) and scored against your detector library.
  3. Only findings (scored metadata, never raw content) route to your SOC.

The result is structural: because inspection runs where the data already lives, there is no vendor cloud to send data to, and therefore nothing for an attacker to find at Compiled. See Security & trust.