Two integration points. The Sentinel SDK is imported into the chatbot process and instruments at the model-call and tool-call boundaries. The Gateway sits between your chatbot tier and your model provider as a reverse proxy. Your application code does not change. Your model contract does not change.
Authenticated session. The customer types or speaks. The turn arrives at the chatbot tier in your VPC.
The chatbot process imports the Sentinel SDK. Identity, tool-cert, and span emission happen in-process; the SDK enforces the local Kill Switch.
Reverse proxy. Per-turn classifier, entity redaction, MCP-endpoint verification, response inspection, all under 15ms p95.
OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Google Vertex, or self-hosted. The provider sees only redacted prompts.
L1 through L4 are the enforcement cascade applied to every conversational turn. Each layer is deterministic and independently auditable. A turn must pass all four to be forwarded; any single failure produces a structured policy decision with full provenance.
The chatbot agent presents a signed identity rooted in the authenticated customer session. Unsigned or expired turns are rejected before classification.
The chatbot's allowed tool set is checked. A deflection bot attempting cross-customer summarization is rejected at L2 regardless of prompt content or score.
Direct injection on the user message and indirect injection on retrieved knowledge-base content, both flagged with origin context. Streaming responses inspected token-by-token with a buffered classifier.
Outbound: PAN, CVV, SSN, account number, customer ID, name-in-NPI-context, DOB, address, email, phone, government ID, free-text NPI. Deterministic per-session tokenization. Restoration on the response path before the customer sees it.
Conversational deployments span everything from a managed cloud chatbot to an air-gapped sovereign workload. The enforcement plane is identical; the placement of the Gateway and Time Machine bucket changes.
Gateway runs in BladeRun's VPC, colocated with your model provider region. SDK in your chatbot tier. Time Machine writes to your S3 over PrivateLink. Single routing rule. Deploys in days. SOC 2 Type II in scope.
Gateway runs inside your VPC under your IAM. No traffic leaves your perimeter to BladeRun. Meets OCC and Federal Reserve constraints on data flow. Federation participation is opt-in via one-way signal hashes.
For sovereign workloads. Sentinel SDK and Gateway run on-prem next to a self-hosted LLM (vLLM, TGI, Ollama). Time Machine on local MinIO. Equally functional; Federation is local-only.
The business-outcome twin of this page: the risk shape, the regulatory mapping, the ROI conversation.
Read the use-case →Framework-agnostic. Imports into your chatbot process and instruments at the model-call and tool-call boundaries. OTel-native.
Explore the SDK →Per-turn classifier, MCP-endpoint verification, NPI redaction inline. Sub-15ms p95 across all four enforcement layers.
Explore the Gateway →The integration is two endpoints: import the Sentinel SDK in the chatbot process, point the model client at the Gateway. Inspection runs in shadow mode for the first week. We show you the per-turn latency, the classifier hit rate, and the redaction coverage on real production traffic.