Secure, auditable LLM proxy that logs and signs every call
AgentVisor AI is a lightweight Rust proxy that sits between your application and any OpenAI‑compatible LLM. It records every request, enforces limits, and produces an offline‑verifiable signed receipt that proves what was sent and received. Developers and auditors can use it to guarantee compliance, detect misuse, and debug interactions without touching the original code. Compared to manual logging, it offers tamper‑proof receipts and zero‑config setup via a simple CLI.
View on GitHub →AgentVisorAI/agentvisor-ai