Your VPN is dead. Long live Zero Trust.

Traditional VPNs grant all-or-nothing network access. Quantum Zero Trust evaluates every request individually — device trust, user identity, behavioral baseline, all in a tamper-evident log.

NIST SP 800-207 Zero Trust Architecture
Deploy Zero TrustSee Trust Levels

Quickstart

Base URL https://zerotrust-api.qntyx.io · Authenticate with Authorization: Bearer $QNTYX_KEY

# 1. Create an API key in your dashboard → API Keys export QNTYX_KEY="qntyx_zt_…" # 2. Enroll a device so every request from it is continuously scored curl -X POST https://zerotrust-api.qntyx.io/devices/enroll \ -H "Authorization: Bearer $QNTYX_KEY" -H "Content-Type: application/json" \ -d '{"device_name": "laptop-01", "device_type": "laptop", "hostname": "lt01.corp"}' # Every subsequent request is checked continuously — not just trusted once at login.

Quantum Trust Score (0-100)

0-29
UNTRUSTED
No access
30-49
LOW
Limited
50-74
MEDIUM
Standard
75-89
HIGH
Elevated
90-100
ATTESTED
Full access

Score weights: device certificate (25), MFA (20), network location (15), OS compliance (10), behavioral baseline (10), quantum attestation (10), no alerts (10). Your agent or gateway supplies these signals with each request and Zero Trust scores them — it does not check them itself. A signal you do not send scores zero rather than passing.

VPN vs Zero Trust

Traditional VPN

Once connected, full network access. Lateral movement trivial. Compromised credentials = total breach. No per-request evaluation. Static trust model.

Quantum Zero Trust

Every request evaluated individually. Trust score recalculated every 5 minutes. Risk flags (impossible travel, failed MFA) trigger immediate re-evaluation. Tamper-evident audit chain.

Deploy in minutes

# Download the agent — one file, Python 3.8+ standard library only curl -o qntyx-zt-agent.py https://zerotrust-api.qntyx.io/agent/download # Enroll this device python3 qntyx-zt-agent.py --api-key YOUR_KEY --enroll # Ask whether this device may reach a resource python3 qntyx-zt-agent.py --api-key YOUR_KEY --check --resource /api/data # Keep posture current (cron) python3 qntyx-zt-agent.py --api-key YOUR_KEY --heartbeat

There is no pip install for the agent — it is not published to PyPI. The download above is the supported route.

Pricing

Starter
$49/mo
  • 5 devices
  • Basic trust scoring
  • 7-day audit log
  • Community support
Get Started
Professional
$149/mo
  • 100 devices
  • Advanced risk scoring
  • 90-day audit log
  • Threat feed integration
Start Free Trial
Enterprise
$399/mo
  • Unlimited devices
  • Impossible travel detection
  • SIEM integration
  • 7-year audit
  • SLA + priority support
Contact Sales
QNTYX
quantumrand.dev →