Sentinel

Safety and compliance guardrails

Content moderation, PII detection, compliance enforcement, and full audit logging. Deploy agents your legal team will approve.

SOC 2 Type II
GDPR
HIPAA
PCI-DSS
CCPA
SOX

Capabilities

Multi-layered protection

Content Filtering

Detect toxicity, hate speech, and profanity before it reaches your users. Configurable severity thresholds.

PII Detection

Detect and redact emails, phone numbers, SSNs, credit cards, IP addresses, and custom patterns in real-time.

Compliance Enforcement

Enforce GDPR, HIPAA, PCI-DSS, SOC 2, and CCPA requirements automatically on every agent interaction.

Audit Logging

Full audit trail for every violation and enforcement action. Query logs by agent, user, policy, or time window.

Integration

Simple API

sentinel.py
from teleon.sentinel import SentinelEngine, SentinelConfig
 
config = SentinelConfig(
content_filtering=True,
pii_detection=True,
compliance=["GDPR", "HIPAA"]
)
 
engine = SentinelEngine(config)
 
result = await engine.validate(user_input)
result = await engine.validate(agent_output)

Ship with confidence

Guardrails that work out of the box. Customize when you need to.