The Zero-Trust Security Layer
for Autonomous AI Agents

Intercept, analyze, and block rogue AI tool executions in real-time. Protect your databases, APIs, and infrastructure from hallucinating LLMs.

Gateway Intercept Log
INFO: Intercepted tool call from Agent-Alpha
INFO: Target Tool: execute_sql
Payload: {"query": "DROP TABLE users;"}
SCAN: Semantic DLP Engine active...
BLOCK: Destructive command detected.
Action: LLM response overridden. Tool execution prevented.

Terminal-Native CLI

# Login to your self-hosted API
zta login sk-my-secret-key
# Apply a security template
zta templates apply read_only_sql

Python SDK

from
zerotrust_agents
import
ZTAClient

client = ZTAClient(api_key="sk-secret")
client.policies.sync("policies.yaml")

Enterprise-Grade Protection

A comprehensive suite of security and observability tools designed specifically for the era of Agentic AI.

LiteLLM Proxy

Drop-in proxy for OpenAI and Anthropic. We intercept the traffic, evaluate your zero-trust policies, and forward safely.

Semantic DLP & Secret Scanning

Go beyond regex. Use lightweight local LLMs to scan JSON tool arguments for malicious intent, PII, and leaked API Keys/Secrets.

Human-in-the-Loop

Set high-risk tools (like executing payments or dropping databases) to instantly suspend the agent and await human administrator approval.

100% Offline & Air-Gapped

ZeroTrust Agents is completely self-hosted. Your sensitive AI traffic never leaves your VPC. No external cloud backends required.

Multi-Tenant Architecture

Built from the ground-up for SaaS. Isolate workloads with unique API keys per tenant. Available in the Open-Source core!

Developer SDK & CLI

Treat policies as code. Use the powerful Python SDK and `zta` CLI to version control your rules and automate deployments.

Anomaly Detection

Automatically detect and rate-limit agents that flood the gateway with aggressive tool executions or potential exfiltration bursts.

Interactive Security Labs

Test the Firewall offline against automated red-teaming scripts (Prompt Injections, Roleplay DANs, Hex obfuscation) in an isolated Docker sandbox.

Pricing for Every Scale

Open source forever for individuals. Enterprise power for teams.

Community

Free Forever

Run the core firewall entirely on your own infrastructure.

  • API Gateway Proxy
  • Master Key Authentication
  • Multi-Tenant Workspaces
  • Prometheus Metrics
Clone Repository
RECOMMENDED

Enterprise

Custom

Advanced controls and scalability for mission-critical AI applications.

  • Everything in Community
  • Active Data Redaction (Masking)
  • Granular RBAC & Active Directory SSO
  • Agent-Level Hard Budgets & Cost Controls
  • SOC2 Immutable Admin Audit Trails
Contact Sales