Data Practices

This document describes how LogionOS processes customer data when you use the compliance API, proxy, SDKs, and related integrations. It complements our Privacy Policy with implementation-level detail. For contractual terms, see our Terms of Service and, where applicable, your Data Processing Agreement (DPA).

1. Data flow overview

When your application sends a request through LogionOS (for example via the REST API, an SDK, middleware, or the hosted proxy), the full query text is used in memory to run the compliance engine and produce a result for your app. Persistent records on LogionOS infrastructure use a one-way fingerprint of the query—not the raw query text—alongside compliance outcomes and audit metadata, as described in Section 3.

Optional paths (such as BYOK AI Judge or opt-in telemetry) only apply when you explicitly enable them.

Your AI App  →  LogionOS Proxy / SDK  →  Compliance Engine  →  Result
                                          │
                                          ▼
                                   Audit Log (hash only)
                                          │
                                          ▼ (opt-in)
                                   Anonymized Telemetry

2. What we receive

For a typical compliance check, we receive and process:

3. What we store

Our audit and reporting layer is designed to avoid retaining reversible query content. Stored artifacts include:

We do not store the full query text in this audit store. Raw query content exists only for the duration needed to compute the result unless a separate optional feature (see Section 4) sends it to your own provider.

4. What we send to LLMs

LogionOS does not route your query to a large language model for the core compliance engine unless you enable BYOK (“bring your own key”) AI Judge or an equivalent customer-configured integration.

When BYOK AI Judge is active, the full query may be sent only to the LLM endpoint you configure (your own API keys and vendor relationship). You remain the data controller for that transmission; LogionOS acts as directed by your configuration. If BYOK is off, query text is not sent to third-party LLM providers by LogionOS for that purpose.

5. Opt-in compliance intelligence

We may offer anonymized telemetry to improve models and rule quality—for example aggregate signal about false positives or coverage gaps. Any use of request-derived signal for model training or product analytics beyond essential service operation is opt-in only, with clear consent in the product or contract. You can withdraw consent according to the controls we provide for your workspace.

6. What we never do

7. Integration modes

Data enters LogionOS through different integration surfaces; the storage and LLM rules in Sections 2–5 apply consistently once a request reaches our compliance engine.

ModeWhat typically flows inNotes
REST APIQuery text, jurisdiction, headers (auth), JSON metadataDirect HTTPS; same audit hash and result storage model.
SDK (Python / JS·TS)Same payload fields as the API; wrapped by libraryCredentials stay on your side except API keys you configure for LogionOS.
MiddlewareIntercepted request body or derived prompt text from your stackYour server forwards to LogionOS; you control logging upstream.
ProxyTraffic mirrored or forwarded from your AI app through LogionOS edgePath depends on deployment; TLS terminates per your architecture.

8. Enterprise options

For questions about this document or your deployment, email chris.ma@logionos.com.