PILLAR I · OWNERSHIP
Own it.
A lifetime license is $2,499. Host it on your cluster, your laptop, or an air-gapped VPC. Bring your own keys. Keep your own audit logs. We never sit between you and your data.
CHAPTER I·THE GATE
Gatewyse routes your traffic across every major AI provider with intelligent free-tier chaining, cryptographic audit trails, and a lifetime license you actually own.
CHAPTER II·THE THREE PILLARS
PILLAR I · OWNERSHIP
A lifetime license is $2,499. Host it on your cluster, your laptop, or an air-gapped VPC. Bring your own keys. Keep your own audit logs. We never sit between you and your data.
PILLAR II · JUDGMENT
Ten routing strategies, including free-tier chaining that exhausts every provider's free quota before touching a paid key, least-cost, least-latency, failover, weighted, and ML-driven task-optimized routing.
PILLAR III · VIGILANCE
SHA-256 hash-chained immutable logs. Argon2id for passwords. AES-256-GCM with tenant-scoped AAD on every stored credential. PII guard. Prompt guard. SOC 2-ready by construction.
CHAPTER III·THE JUDGMENT
Every request walks the chain. Gatewyse checks health, cost, latency, and free-tier balance, then routes accordingly. When a provider's quota exhausts or its circuit opens, the gate passes judgment to the next candidate without dropping a packet.
CHAPTER IV·THE MODALITIES
Eight modalities. One API key. Route by task, cost, latency, or free-tier balance — the gate decides.
POST /v1/chat/completions
OpenAI-compatible chat with streaming, tool use, and vision.
Providers
curl https://api.gatewyse.com/v1/chat/completions \
-H "Authorization: Bearer $GATEWYSE_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role":"user","content":"Explain routing strategies in one line"}],
"stream": true
}'CHAPTER V·THE VIGILANCE
Six laws of the gate. Each one verifiable in code, hardened against the threats that actually matter for an AI gateway: credential exfiltration, audit tampering, provider compromise, and cascading failure.
Every log entry is sha256(entry ‖ previousHash). Tampering breaks the chain and is detectable with a single verify pass. Append-only. Sequence numbers prevent reordering. TTL indexes enforce 365-day retention by default.
The only password hash we accept. No bcrypt. No SHA-family. Memory-hard by design, resistant to GPU and ASIC attacks. Cost parameters per deployment; defaults exceed OWASP 2024 recommendations.
Provider API keys are encrypted at rest. The tenant ID is bound in as additional authenticated data, so a key intended for tenant A cannot be decrypted in tenant B's context. Ciphertext is version-prefixed for rotation.
A configurable pipeline runs on every request and response. Built-in regex PII detectors (SSN, credit card, email, phone, IP, API key), LLM moderation callbacks, and custom guard plugins. Actions: block, redact, mask, or hash.
Okta, Microsoft Entra, Google, and any OIDC/SAML provider. Per-tenant identity isolation — identity providers never share sessions across tenants. Pre-configured templates for the common ones; generic IdP otherwise.
Each provider runs behind a per-instance state machine. After 5 consecutive failures, the circuit opens; routing skips it for 60 seconds; a half-open probe then closes it on success or re-opens on failure. No cascading failures under provider outages.
CHAPTER VI·THE COMMAND
Operators see every decision the gate makes. Configure providers, compose routing chains, audit every action, and live-test modalities.

CHAPTER VII·THE SOVEREIGNTY
Most platforms rent their gate to you forever. Gatewyse gives you two honest options — own it outright, or amortize the license through a managed deployment and keep it when you're done.
LIFETIME LICENSE
$2,499once
MANAGED · DEDICATED
$99/mo
Single-node k3s deployment we run for you. Infrastructure and license amortized into one monthly bill.
See managed pricingCHAPTER VIII·THE QUESTIONS