Architecture previewPipeline visualizer
Watch your data move through the pipeline.
Pick a scenario. Each stage shows the request as the next layer sees it. By the end, the AI has done its work — and never met the customer.
This demo runs synthetic sample data through the same pipeline shape we ship to pilots.
This is an architecture simulation, not a product sign-up path. Lucairn is not a self-serve SaaS — real engagements start with an Assessment. The current launch vertical is ITSM / ServiceNow.
Gateway · API key authentication
dsa-edgeedge
Verifies the tenant API key, applies rate limits, and routes the request. The Gateway does not parse request bodies.
What this layer saw: API key only. Request body forwarded but not inspected.
Sandbox A · Identity vault
dsa-identityisolated
Stores identity-bearing fields. Returns matched-entity hints to help downstream sanitizer detect fuzzy variants. Never sees AI context or inference results.
What this layer saw: identity fields only. Never sees AI context, prompts, or model responses.
ID Bridge · Token service
dsa-bridgebridge
Maps the tenant's customer_id to a purpose-scoped, opaque token. The token has no mathematical relationship to the original ID. Re-linkage requires a separate authorization.
What this layer saw: customer_id only. No request content, no identity fields, no AI context.
PII Sanitizer · 3-layer detection
dsa-identityidentity
Runs NER + phonetics + LLM-ensemble over free-text fields. Replaces direct identifiers with placeholders and emits a redaction manifest.
What this layer saw: context field values only. No customer_id, no token, no AI response.
Sandbox B · AI processing
dsa-aiisolated
Renders a prompt from (token + sanitized context), calls the model, returns a structured result tagged to the token. The model never sees identity.
What this layer saw: opaque token + sanitized context. Never sees identity. Cannot reach Sandbox A.
Gateway · DLP outbound scan
dsa-edgeedge
Scans the AI response for leaked PII patterns before it leaves the perimeter. If anything slipped through the sanitizer, it gets caught here.
What this layer saw: AI response text only. Pattern-detection on the way out — last line of defense.
Want to see the pipeline on your data?
Real engagements start with an Assessment — we walk through your stack, your data, and the audit obligations you actually face. No self-serve sign-up.