Skip to main content
ZNYX AI

Documentation hub

Everything the runtime does, written down.

API reference, policy anatomy, detector calibration, agentic evaluation, and the evidence exports, for the version you have pinned. The guides below go from a local runtime to a production rollout; the reference covers what each part actually does.

Start here

These pages are the shortest path from evaluation to production rollout.

Which Package to Install

Not sure where to start? Pick between znyx-core, znyx-runtime, and znyx-sdk in under a minute with a simple decision guide.

Getting Started

Run the self-hosted runtime firewall locally, send a sample evaluation, and decide when to add the control plane.

Deploy

Move from local Docker Compose to Kubernetes, and understand the control plane deployment options.

Integrate

Wrap your model calls with input, output, tool, and streaming evaluation across six SDKs.

Platform pillars

Beyond the runtime AI firewall, these are the parts of the platform the docs cover. Each links to the most relevant reference.

Agentic AI Security

Guard retrieval, agent-plan, agent-step, and memory-write stages, scan MCP manifests for supply-chain risk, and protect against tool-output and denial-of-wallet abuse.

Evidence & Compliance

Map OWASP LLM Top-10 coverage, read detector scorecards (precision, recall, F1, AUROC, ECE), and produce ISO 42001 model cards for review and procurement.

Release Safety & Observability

Run benchmarks, track drift, stage model versions, and follow traces with OpenTelemetry and alerting.

Reference

Use these pages when you need deployment guidance, data-handling clarity, or an architectural view for security review and procurement.

Architecture

Runtime firewall and control plane responsibilities, the in-boundary inference sidecar, network boundary, and policy flow.

Deployment Patterns

Compare Starter, Growth, and Enterprise operating models before you buy.

Data Handling

See what runs in your infrastructure and what the hosted control plane is designed to retain by default.

Detector Reference

All 40 detectors: what each one catches, the stage it runs at, its OWASP LLM Top-10 row, and whether it is on before you configure anything.

Guard Packs

Five official vertical packs for healthcare, finance, legal, code assistants, and support, each with detector defaults and a benchmark dataset.

OWASP LLM Top 10

Every 2025 OWASP LLM risk mapped to the detectors and gates that cover it, with a 0-100 coverage scorecard you can export as evidence.

Detector reference

Built-in detectors

The runtime AI firewall runs these detectors through a deterministic, then ML, then LLM-judge engine behind a fail-closed gate. Compose them into policies, mix with your own detectors, and apply on input, output, tool calls, or streaming responses.

See all 40 detectors, stage by stage

Prompt injection

Input

Identify direct and indirect prompt-injection and adversarial instruction chains that try to override your application prompt.

Jailbreak

Input

Recognize jailbreak templates, multi-turn escalation, and evasion attempts that try to bypass policy controls.

PII (65+ types)

Input & Output

Detect and redact PII across 65+ types, including checksum-validated regional IDs - in your boundary, never sent to a vendor.

Secrets & exfiltration

Input & Output

Catch leaked API keys, tokens, and credentials, and block data-exfiltration and sensitive-business-data patterns.

Toxicity, bias & sentiment

Input & Output

Flag abusive, hateful, biased, or off-brand content across user input and model output with configurable thresholds.

Topic & competitor control

Input & Output

Keep conversations in bounds and stop responses from referencing competitors or excluded products.

Malicious URL & phishing

Input & Output

Block phishing links, IP-literal and punycode/homoglyph domains, and other malicious URL patterns.

Insecure code

Output

Detect SQL injection, XSS, command injection, path traversal, and insecure-deserialization patterns in generated code.

Hallucination & groundedness

Output

Score responses for groundedness against provided context using NLI-backed entailment and citation integrity.

System-prompt leakage

Output

Catch responses that echo your system prompt, matched against keyed fingerprints so the prompt itself is never stored.

Agent plans & agency

Agent

Score agent plans and live steps for actions beyond the task, gate destructive ones behind a named human, and bound runaway loops before the invoice.

Tool & MCP governance

Agent

Scan MCP manifests at registration for poisoned descriptions and over-broad permissions, then govern which tools may be called and with what arguments.

Tool-output injection

Agent

Catch instructions hidden in what a tool returns, re-inspected before that text re-enters the agent’s context and becomes its next instruction.

Retrieval & memory integrity

Agent

Injected chunks, poisoned vectors, cross-tenant retrieval and cache hits, and what an agent persists to memory - checked at the retrieval and write stages.

Structured-output & language

Output

Enforce JSON-schema contracts on outputs and apply allow/block language policies across 35+ languages.

Operating model by plan

The product boundary is simple: the runtime firewall is always self-hostable, while the control plane changes by plan.

Open Source

The runtime firewall on its own. You self-host it, manage policy files locally, and use docs-based onboarding. No account, no metering.

Starter

The hosted console on its free tier, at 10,000 evaluations a month. The engine still runs in your own infrastructure.

Growth

The hosted console with team operations: policy workflow, traces, and metadata-first operational visibility.

Enterprise

Custom deployment support, plus SSO and SAML, SCIM, MFA, 3-tier RBAC, GDPR and DSAR, and data residency, including the option to self-host both runtime and control plane.

The endpoints your stack will call

Every public endpoint, grouped by category, with parameters, schemas, and copy-paste samples in cURL, Python, and TypeScript.

Secure every prompt, agent, and tool call, in your boundary.

Pull the open-source runtime, drop it into your stack, and start enforcing policy in minutes, free, forever. Add the hosted control plane when you want centralized policies, evidence, traces, and team workflows.