Voice AI your security review can actually inspect. PII redaction and conversational risk signals run as pipeline processors you enable per deployment, and every production change passes a human.

Safety processors loading

Pipeline load

In-call checks

  • PII redactionRunningOn
  • Output guardrailsRunningOn
  • Conversational riskPer deploymentOpt

Failure modes handled

  • Sticky failover between TTS providers
  • Silence watchdogs and graceful degrade

Browser call (WebRTC)

Call state

In progress

Live transcript

CallerAgentCallerAgent

PII redaction

Applied inside the pipeline

Controls running during the call

  • Backchannel wait
  • Barge-in vs. nod
  • Filler audio

This panel is an original mockup — not real call data

  • Vendor degradation
  • Slow tool call
  • Dead air
  • Unverified change
In-handler authPII redactionFail-closed deploysHuman gateFeature flagsTopology checkKey-gated telephony

Safety is not only a runtime problem.

A voice call is unforgiving, so the failure modes are handled ahead of time rather than hoped away. Before the call starts, while it runs, and after it ends — each stretch carries its own controls, and security here is scoped to within the governed agent workflow.

One path, controls on all three stretches

Before the call starts

What is open and what is locked is decided before anyone dials.

  • Staged behind feature flags
  • Key-gated telephony path
  • In-handler authentication
  • Agent permission blocks

While the call runs

The safety processors run together in a single pass over the stream.

  • PII redaction
  • Output guardrails
  • Backchannel-aware turn-taking
  • Degrade over crash

After the call ends

The record and its follow-up hand off to the console, and production actions run only after a person confirms them.

  • Call records and transcripts
  • Retention scoped per deployment
  • Production stays human-opened
  • Fail-closed deploy guard
Sealed envelopes stacked on a wooden table by a window

Controls that don't rely on agent goodwill, taken one at a time.

Safety inside the call

PII redaction, output guardrails, and conversational risk signals run as processors inside the real-time pipeline. They are enabled per deployment, and redaction is not a step bolted on afterwards.

See the voice engine

On call

Running in one pass

Call session pipeline

  • TransportConnected
  • Speech to textStreaming
  • PII redactionOn
  • Output guardrailsOn
  • Text to speechSticky failover

Degrade behaviour

When something is uncertain the pipeline steps a capability down instead of dropping the call.

A fail-closed release path

The guard wrapper refuses to deploy if a live function would vanish, non-interactive runs fail closed, and a typed override is logged to evidence. Every unverified state resolves to “no.”

See the platform

The release pathFail-closed

StepState
Agents proposePull request
Checks runPassed
Guard evaluatesHeld
A person approvesWaiting
Gate to productionA human

Call records and consent handling

Transcripts and recordings land in the console after the call. Retention, storage location, and access are scoped with you per deployment rather than assumed.

See the console

Call record

SessionBrowser call · ended

Recording

Per deployment configuration

Transcript

CallerAgentCaller

Follow-up

Runs after a person confirms

Transport gating

Browser and mobile voice are the transports live today. The telephony architecture is built but key-gated and is not running as production phone calls — we would rather say that plainly than imply you can dial in tomorrow.

See integrations

Transports

PathState
Browser (WebRTC)Live
MobileLive
Telephony (PSTN)Key-gated
Console APIPer deployment

Telephony is integrated during a deployment rather than switched on out of the box.

We counted instead of claiming. The four figures below were counted in the repository, and this band is the only place on the page that uses a number.

30+

custom voice-pipeline processors

100+

feature flags

450+

operator-console components

34

care and consumer backend domain modules

Every figure was counted in the repository — audit, August 2026.

A steel bolt latched shut on a wooden door

Unshakeablereliability.On every call.

Vendor failover, silence watchdogs, and feature flags hold the call instead of dropping it. The last step into production is always a person.

Figures below are from the August 2026 repository audit

  • 30+ voice-pipeline processorswritten and run in-house
  • 100+ feature flagscapability opens in stages
  • 450+ console componentsthe operator surface
  • 34 backend domain modulescare and consumer
  • A human opens productionsensitive actions need confirming

Bring the guard stack to your deployment. Two ways in — review the controls, or follow a call end to end.

Review the controls one at a time. In-handler authentication, the fail-closed deploy guard, a machine-checked topology check, and a self-auditing CI — we're happy to walk your security team through them directly.

Follow a call from connect to close. Transport connect, the safety processors, the degrade behaviour, the call record, and the human confirmation — the real sequence, not a simplification.

console.intunelabs.local

Safety

OverviewHeld for reviewRulesTransportsAudit

Release evaluation requests

Release evaluation requests return a result for each change. An unverified state is treated as not deployable.

All requests

Sample

Held

Sample

Week 1Week 2Week 3Week 4
  • PassedSample
  • HeldSample

The same principle, held in two places. Inside the call, and on the way a change reaches production.

It downgrades rather than drops

When something is uncertain the pipeline steps that capability down. Risky paths default off, and the system holds the call instead of ending it.

A wobbling vendor doesn't end the call

Sticky failover between text-to-speech providers means one vendor degrading mid-call doesn't end it.

We rent the models; we build the conversation

We orchestrate best-of-breed vendor models for speech, language, and synthesis. What we build is the Korean tuning, the orchestration, and the reliability layer around them.

IntuneLabs

Certification status, stated first: We do not currently hold SOC 2, HIPAA, or GDPR certifications. What we offer today is inspectable engineering controls, and we're happy to walk your security team through them directly.

See deployment scenarios
A wrought-iron latch on a wooden gate — the closed gate to production

The same gating holds on every surface

  • Voice engine

    Real-time pipeline

    Redaction, guardrails, and risk signals run together in one pass over the stream, and an uncertain moment steps a capability down rather than ending the call.

    Learn moreVoice engine
  • Operator console

    After the call

    Call records and transcripts sit on one screen, and follow-up actions run only after a person confirms them.

    Learn moreOperator console
  • Web and mobile apps

    Where families join

    Browser and mobile reach the same stack, and which transports are open is a deployment decision rather than a default.

    Learn moreWeb and mobile apps
  • Care operations

    Records and schedules

    Schedules, records, and notifications move through one data flow, with access scoped per deployment.

    Learn moreCare operations
  • Platform

    Release path

    The guard wrapper, the topology check, and a self-auditing CI stand between a change and production.

    Learn morePlatform

Read next

  • Voice engine

    The real-time pipeline tuned for Korean conversation, and the safety processors that run inside it.

  • Operator console

    How call records, transcripts, and follow-up are handled on one screen, and who can reach them.

    Platform

    How capability is opened in stages behind flags, and what the fail-closed release path does.

Common questions. Answered honestly.

Are you SOC 2, HIPAA, or GDPR certified?

Not yet. We do not currently hold SOC 2, HIPAA, or GDPR certifications.

What we offer today is inspectable engineering controls — a fail-closed deploy guard, in-handler authentication, and CI checks on every change — and we're happy to walk your security team through them directly.

What does “fail-closed” actually mean here?

Unverified states resolve to “no.” Non-interactive deploy runs fail closed, the deployability check treats unknown as not-deployable, and dangerous actions are permission-blocked rather than merely discouraged.

Can a coding agent deploy or merge to production?

No. Deploy, merge, and auth actions are permission-blocked for coding agents, and the deploy guard refuses to self-approve in non-interactive runs.

Agents open pull requests; a human is the single gate to production.

What happens to conversation data?

PII redaction runs inside the pipeline as one of the processors. Retention, storage location, and access for a given deployment are scoped with you during the engagement rather than assumed.

Can you connect to our phone system?

Not out of the box. The pipeline ships a telephony-ready architecture, but the transport modules are key-gated and are not running as production phone calls.

Telephony is integrated per deployment. Browser and mobile voice are the transports live today.

Do you train models on our conversations?

We don't train our own speech or language models — we orchestrate vendor models and build the Korean tuning, orchestration, and reliability layer around them.

Is this an emergency service?

No. A voice agent is not an emergency service and must not be relied on as one. In an emergency in Korea, call 119 for fire or medical help and 112 for police.

More to read

A human is the single gate to production

Autonomy up to the pull-request boundary, fail-closed everywhere past it. Talk to us about what that means for your deployment.

Scoped per deployment

What is switched on, what stays locked, and how records are handled are decided with you, deployment by deployment.

See pricing

IntuneLabs does not currently hold SOC 2, HIPAA, or GDPR certifications, and nothing on this page claims a certification or regulatory compliance. Security here is scoped to within the governed agent workflow, and transport-level authentication is assumed absent by design.

Every panel on this page is an original mockup. None of them shows a real call, a real person, or real customer data, and we do not publish latency benchmarks — per-call timings are instrumented for operations. Figures are limited to what the August 2026 repository audit counted.