
AI SECURITY SIDECAR
Inline threat interception for AI agents.
0.71 ms overhead. One zip. No YAML.
PLATFORM
A Rust data plane sits in-line with LLM traffic. A Python control plane owns policy, Crucible, and compliance — never the hot path.
Allowlist, RBAC, sequence, intent, signatures, HITL, and flow/taint. Deny is HTTP 403 — the request is never forwarded.
On Aegis Node, an LSM grant ticket refuses open / exec / connect outside what the tool call declared.
Ed25519 decision records, and on Linux a warrant: declared path versus observed syscall. No mocks.
Synthetic canaries (injection, eBPF write, overflow) hit Forge. A slip auto-promotes into the live signature set.
PCI, PII, and secret-shaped reads cannot sink via HTTP, email, or shell. Allowlists cannot express this.
Forge, live SOC kernel telemetry, HITL holds, intel drop, and Compliance (declared vs observed) ship in the zip.
EVIDENCE
SETUP
Same zip for every plan. No account required to run.
# Windows AEGIS Suite.bat # macOS / Linux ./start.sh
One env var. Works with OpenAI, Claude, Gemini, Groq, Grok, Mistral, Azure, and any OpenAI-compatible API.
# Python
import openai
client = openai.OpenAI(base_url="http://127.0.0.1:8080/v1")
# Node.js
const openai = new OpenAI({ baseURL: "http://127.0.0.1:8080/v1" })
# Env var
OPENAI_BASE_URL=http://127.0.0.1:8080/v1Copy the same unzipped folder onto Ubuntu 24.04 — Multipass, a cloud image, or an existing VM. Not Docker Desktop WSL.
# Multipass appliance ./appliance/multipass-launch.sh # or existing Ubuntu 24.04 ./start-node.sh
Free Audit Mode logs everything. A paid key flips live 403s and kernel EPERM in-app — no reinstall, no redownload.
PRICING
$19/mo · billed $190/yr
$79/mo · billed $790/yr
$199/mo · billed $1,990/yr
Payments by Stripe. Aegis never stores cards. Air-gapped zip ships on every plan. Same download — node cap differs. Terms · Privacy