{r.t}
-
{r.bullets.map((b, j) =>
- {b} )}
/* Variation B — Technical / Architecture-forward The product IS a network proxy. Lead with the proxy diagram as the hero. Lighter, paper-toned, more system-y. Reads like a developer infrastructure page (Stripe, Vercel, Resend) — but in the Registrum palette. */ const VariationBBrand = () => ( R/001 RegistrumAI ); const VariationBNav = () => ( ); const ArchDiagram = () => (
A drop-in OpenAI-compatible proxy that meters, governs, and audits every LLM call across OpenAI, Anthropic, Google, Groq, and Mistral. Network-layer. Zero instrumentation. The agent code doesn't change.
Engineering teams, vendor integrations, contractors, and shadow IT are all spinning up agents that call expensive, powerful AI APIs — without procurement approval, cost visibility, security review, or audit trail.
CASB tools can block api.openai.com entirely, but can't allow gpt-4o-mini while denying gpt-4o. Hyperscaler cost dashboards see only their own provider. Developer SDKs only capture what someone remembered to instrument.
RegistrumAI is purpose-built for the gap — at the network layer, where every call is visible whether the developer cooperated or not.
Change one base URL in your LLM SDK. No code modifications, no library install, no developer mobilization. Any OpenAI-compatible client works on day one.
{`base_url="https://gw.registrum.ai/v1"`}
Agents are fingerprinted from their API key. Apply model allowlists, data residency rules, DLP, and budget caps. Load your contracted rates into the pricing catalog.
{`policy: { models: ["gpt-4o-mini"], regions: ["us-east"] }`}
Every call: agent, model, tokens, cost, disposition. Stream to your SIEM. Export evidence packs for SOC 2, ISO 27001, HIPAA, and the EU AI Act. Hand the report to your auditor.
{`GET /v1/audit?since=24h → 1,284,011 records`}