The Jozu Platform

Verify. Enforce. Prove.

Verify every asset before it runs, Enforce policy while it runs, and Prove the record underneath both. One platform, one policy language, one record, from AI supply chain to runtime.

Watch the Jozu Demo

The Problem

AI Creates Risk Faster
Than Policy Can React

All of these are already used in your org, and none of them enforce your policy.

Frontier AI

When humans or AI make mistakes, your sensitive data could end up on the internet.

AnthropicGoogle AIPerplexityOpenAIGrokElevenLabs

Vendor AI

Vendor Agents are directly integrated into your most used tools, with zero policy enforcement.

Microsoft CopilotAgentforceServiceNowZoom

Open Source AI

Your team can't verify the safety of public AI, inviting malicious AI in through the backdoor.

Llama by MetaKimiPhi-4GLM

What's needed is a consistent and machine enforced policy across all AI use cases.

One platform

Governance breaks at the seams

Supply chain security connected to Runtime security

Supply chain security

Vulnerability scanning, provenance, and signing for private models, datasets, agents, and MCP servers.

AI guardrails

Policies that control prompts, responses, token usage, and sensitive data leakage.

Agents, tools, and MCPs

Least-privilege policies that control which tools an agent can use, and when.

Agent protections

A microVM with admission controls that isolates agents from your systems and untrusted MCP servers.

Cryptographic auditing

A cryptographically chained log of every action, for diagnosis or compliance evidence.

Span the lifecycle

No more gaps, no more patch work.

Verify

Before execution

Jozu scans every model, agent, and MCP server, from malicious code execution and backdoored weights to prompt injection and dataset poisoning. The results are signed and attached to the artifact, then artifacts that fail are blocked before they load.

Enforce

During execution

Jozu enforces organizational policies wherever AI executes. Block malicious prompts and redact sensitive data when chatting with frontier models. For local agents we isolate them and control what goes in and out, and what tools they use.

Prove

Across them both

Every policy decision, security scan result, human approval, and AI asset change is captured in one tamper-evident, cryptographically chained audit record. It's attached to your AI package's metadata and can be exported with just one-click.

End-to-end security

Two use cases, one platform

Jozu was designed to give enterprises the ability to secure, govern, manage, and track their AI, regardless of where it comes from. Jozu consolidates multiple point tools, into a single platform.

Use Case 1: Frontier and Vendor AI

Frontier AI /
Vendor AI

AnthropicOpenAIAgentforceMicrosoft CopilotGlean
Security wherever AI runs

Jozu Agent Guard

  • Block malicious prompts, responses, and unvetted MCPs
  • Redact sensitive data as it passes through the network
  • Enforce policies even when disconnected from the network

Govern, Track,
and Manage Activity

Control access, prove results

Jozu Hub

  • Administer policies centrally
  • Capture and view all audit information
  • Export compliance evidence
  • Track Agent Guard instances, health, and connectivity

Use Case 2: Local AI Agents

Open Source /
Self-Hosted Agents

KimiPhi-4Llama by Meta
Verify AI artifacts before production

Jozu Hub

  • Scan for security issues in AI artifacts
  • Administer policies centrally
  • Capture and view all audit information
  • Export compliance evidence
  • Track Agent Guard instances

Secure Deployment
to Endpoints

Agent isolation and policy enforcement

Jozu Agent Guard

  • Isolate agents in a microVM
  • Guarantee only approved AI is used
  • Control agent access to files and tools
  • Block or redact sensitive data
  • Audit all actions and changes
Integrated by design

How Jozu fits your stack

Jozu uses the same open source container standard you already use with Docker and Kubernetes. There's no vendor lock-in, or proprietary formats. Best of all, Jozu complements your existing tools.

Integration points

Jozu works with

  • Identity (Okta, Entra, Keycloak)
  • Data Loss Prevention (Forcepoint, Proofpoint)
  • SIEM and SecOps tools
  • Code and container scanners (Snyk, Trivy, Chainguard)
No changes required

Jozu doesn't change

  • Model training (MLFlow, Weights & Biases)
  • Model inference (KServe, Ray)
  • Prompt engineering tools
  • Model observability (Arize, HiddenLayer)
Architecture Comparison

From a laptop to an air-gapped cluster

Jozu Hub deploys to your Kubernetes environment, on-prem or private cloud. Agent Guard runs on desktops, servers, and edge devices. Both are fully functional in air-gapped and DDIL environments: policies enforce locally, records are kept locally, and everything syncs when connectivity returns. Jozu has no SaaS dependencies, meaning we never see your data, it's completely private and sovereign.

OTHER SAAS SOLUTIONS

Vendor SaaS Control Plane

YOUR
ENVIRONMENT

Models and Agents
Data
Prompts, logs
  • Your data and outputs transit the internet
  • Enforcement depends on their uptime and your link to it
  • Audit records sit in someone else's tenant
NO SAAS DEPENDENCY NOTHING LEAVES

YOUR ENVIRONMENT

JOZU HUB + AGENT GUARD
Models
Agents
Prompts, logs
  • Your data stays on your infrastructure
  • Policy enforces locally, with no phone home
  • Audit records are yours, cryptographically chained
Govern AI in use

See how Jozu can protect your AI use

See a short demo where Jozu finds and redacts sensitive data from going into ChatGPT. Then stop Claude Code from downloading a dangerous package. Examples of real risks impacting you today.

Request a live demo
FAQS
How does Jozu Hub integrate with our existing CI/CD pipelines (Jenkins, GitLab CI, GitHub Actions)?

Jozu works with the pipeline tools you already use. The platform integrates with Jenkins, GitLab CI, GitHub Actions, Dagger, and OpenShift pipelines. Models are packaged via the Kit CLI or Python SDK, stored in your existing registry using OCI standards, scanned for security issues, then deployed through your normal ML pipeline automation workflows. Jozu fits into your stack rather than replacing it - you keep your existing tools and authentication while adding security scanning, signed packaging, and attestation-based deployment gates. ModelKit CI/CD operations use standard commands that work in any pipeline environment.


Can we automate model scanning and evaluation in our CI/CD workflows using Jozu Hub?

Yes. Model scanning happens automatically when ModelKits are pushed to Jozu Hub. The platform performs checks for code injection, backdoors, data poisoning, prompt handling, and adversarial attacks. Security scan results are tracked per version, and you can download audit logs for compliance checks. Jozu can block deployments or pulls if SHA digests don't match signatures, ensuring only validated models reach production. This automated validation replaces manual security reviews that slow down deployment cycles.


How do we deploy ModelKits from Jozu Hub through our CI/CD pipeline to Kubernetes?

ModelKit Kubernetes deployment follows a straightforward process: Jozu auto-generates deployment artifacts including inference containers and Kubernetes manifests from your ModelKits. Your CI/CD ML deployment pipeline pulls the signed ModelKit, Jozu validates the SHA digest against the signature, and if validated, deploys to your Kubernetes clusters. Automated model deployment supports any cloud or on-premises Kubernetes distribution.


How does Jozu Hub use OCI artifacts to package ML models and datasets?

Jozu Hub packages models, datasets, codebases, and documentation as OCI Artifacts. Each component becomes a layer in the OCI artifact, enabling efficient storage and transfer since unchanged layers are deduplicated and don't need re-uploading or storage. Jozu’s OCI compliance means ModelKits work with any registry that supports OCI standards. The platform can even add SPDX 3 software bill-of-materials and signed provenance attestations to each package, creating an OCI model registry that maintains full lineage and audit trails while remaining compatible with your existing container infrastructure.


What are the benefits of using OCI standards for ML model management vs traditional approaches?

OCI ML benefits come from leveraging proven container infrastructure rather than building new systems. Unlike Git LFS, OCI provides efficient layer-based storage (unchanged components aren't re-uploaded), built-in versioning through tags and digests, cryptographic verification of content, and native support in Kubernetes. Container standards means your DevOps teams already know the tooling and workflows. Previous approaches scattered models across Git, S3, and experiment trackers - creating audit nightmares and unclear rollback processes. OCI-based ModelKits provide a single artifact with complete provenance that moves through your existing registry and deployment infrastructure.


How does Jozu Agent Guard govern MCP servers?

Agent Guard packages MCP servers as OCI artifacts with cryptographic signatures and attestations. Policies control which agents can call which tools, with what parameters, under what conditions. Your IDE (VS Code, Cursor, Claude Desktop) points to Jozu Hub as its MCP registry for centrally curated, security-scanned servers.


What happens when an agent encounters a policy that blocks it?

The agent is denied. Agent Guard fails closed — missing data or evaluation errors result in denial, not pass-through. For high-risk actions, ToolPolicy triggers human-in-the-loop confirmation. Every decision is logged in the tamper-evident audit trail.


Can Agent Guard work in disconnected or air-gapped environments?

Yes. Policies travel as OCI artifacts alongside the agents they govern and enforce locally with no connectivity to a central controller. Audit logs sync to Hub when connectivity is restored. This is a primary differentiator for defense, edge, and DDIL deployments.