Skip to main content

Blog

Insights on AI governance, agentic security, and building production-grade AI infrastructure.

LLM Policy as Code: Version-Controlled Governance for Model and Agent Access

LLM Policy as Code: Version-Controlled Governance for Model and Agent Access

· 6 min read

Ask a team "which models is your application allowed to call, and under what conditions?" and the honest answer is usually "let me check the code." The rules — which models are approved, which tools an agent may invoke, what happens when a request is too large or comes from the wrong region — are scattered across if statements in a dozen services. No one can review them in one place, no one can test a change safely, and no one can say what a rule would have done before it ships.

LLM policy as code fixes that the same way infrastructure as code fixed server configuration: move the rules out of application code and into a declarative, version-controlled language that a single control point enforces on every call.

DVARA 1.0.0-GA — Governance for Every LLM and MCP Call

DVARA 1.0.0-GA — Governance for Every LLM and MCP Call

· 6 min read

DVARA 1.0.0 is generally available today. We are launching an AI governance platform — the LLM Gateway and the MCP Proxy as components — for engineering teams running real production traffic and dealing with real auditors, real compliance officers, and real cost lines on a real budget.

This post covers why we built it, what is in 1.0.0-GA, and how to run it in your own infrastructure today.

Getting Started with DVARA: Drop-In OpenAI Compatibility in 5 Minutes

Getting Started with DVARA: Drop-In OpenAI Compatibility in 5 Minutes

· 7 min read

DVARA is an AI governance platform. It governs every LLM call your teams make — policy, PII, budgets, audit — under one control plane, and the LLM Gateway component is fully OpenAI-compatible so governance kicks in on the very first request. Every OpenAI SDK — Python, Node, Go, Java, Rust — lets you override the base URL. That single line of configuration is all it takes to route your LLM traffic through DVARA and unlock governance, multi-provider routing, and observability without touching your application code.