Insight Guard is a governance kernel you call at runtime to decide whether to allow, block, cooldown, or no-op. It is built for contract compliance: stable reason codes, fixed behavior versions, tenant isolation, and kill-switch readiness — without storing raw user text by default.
Most “safety layers” drift silently. Insight Guard treats governance as a contract: behavior is versioned, reasons are enumerable, and audits are replayable.
High-risk generations, repetitive “insight” injections, compliance-sensitive outputs, and any decision that must be explainable to security, legal, or procurement.
Not a platform. Not a dashboard. Not “magic safety.” No hidden policy changes. No consulting disguised as product.
reason_code,
audit_id, and behavior_version.
{
"decision": "allow | block | cooldown | no_op",
"reason_code": "STABLE_ENUM",
"audit_id": "aud_...",
"behavior_version": "v1.0.0",
"latency_ms": 12,
"policy_mode": "enforce | shadow | off"
}
POST /v1/guard
Content-Type: application/json
Authorization: Bearer <API_KEY>
{
"tenant_id": "tnt_123",
"event": {
"type": "assistant_output",
"content_hash": "sha256:...",
"context": {
"channel": "prod",
"model": "vendor/your-model",
"route": "reply",
"user_tier": "free | paid"
}
},
"options": {
"fail_mode": "open | closed",
"shadow_only": false
}
}
200 OK
{
"decision": "cooldown",
"reason_code": "COOLDOWN_ACTIVE",
"audit_id": "aud_6f3c...a91",
"behavior_version": "guard.v1.contract",
"policy_mode": "enforce",
"expires_in_sec": 3600
}
Insight Guard is offered as a hosted software service for teams evaluating runtime governance controls and contract-style AI decisioning.
Pricing, terms, and privacy information are publicly available to support procurement review and platform verification workflows.
Customers can contact us for onboarding, access requests, commercial questions, and reference material through the contact details below.
If you want the reference pack, SDK examples, pricing details, or a contract-ready spec bundle, reach out below.