{t}
{b}
/* Variation A — v2 · Cost-control re-frame
Same editorial/institutional system as v1, but the MESSAGE leads with
spend control instead of audit. Audit is demoted to "the proof", not
the pitch. Plain-language pass: heavy acronyms pushed down into the
role briefs. New "dispatch" band under the hero carries the reported
half-a-billion-dollar month + the on-record Microsoft/Uber corroboration.
*/
const useBodyAttr = (key, def) => {
const read = () => typeof document !== 'undefined' && document.body.dataset[key] || def;
const [v, setV] = React.useState(read);
React.useEffect(() => {
const sync = () => setV(read());
sync();
window.addEventListener('tweakchange', sync);
return () => window.removeEventListener('tweakchange', sync);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [key, def]);
return v;
};
const VABrand = ({ inv }) =>
R/001
RegistrumAI
;
const VANav = () => {
const style = useBodyAttr('navStyle', 'sticky');
const [open, setOpen] = React.useState(false);
React.useEffect(() => {
if (!open) return;
const onResize = () => { if (window.innerWidth > 1180) setOpen(false); };
window.addEventListener('resize', onResize);
return () => window.removeEventListener('resize', onResize);
}, [open]);
const links = [
{ href: '#governance', label: 'The Problem' },
{ href: '#how', label: 'How it Works' },
{ href: '#product', label: 'What it Does' },
{ href: '#compliance', label: 'Who Signs Off' },
];
return (
);
};
const HERO_SUBS = {
finance: <>RegistrumAI sits between your AI agents and every provider — metering every dollar as it’s spent and enforcing hard budget ceilings before the money goes out the door. Forecast AI spend the way you already forecast cloud.>,
security: <>RegistrumAI sits between your AI agents and every provider — recording every call in a tamper-evident log your team controls, with policy enforced at the boundary. Prove what every agent did, with evidence you own.>,
procurement: <>RegistrumAI sits between your AI agents and every provider — giving you buyer-side numbers to reconcile against the vendor invoice, line by line. Walk into every renewal with your meter, not theirs.>,
};
const HERO_SEGMENTS = [
{ id: 'finance', label: 'Finance' },
{ id: 'security', label: 'Security' },
{ id: 'procurement', label: 'Procurement' },
];
const HERO_EYEBROW = {
finance: 'Enterprise AI Spend Control',
security: 'Enterprise AI Security Control',
procurement: 'Enterprise AI Procurement Control',
};
const VAHero = () => {
const headline = useBodyAttr('heroHeadline', 'spend-asleep');
const heroMode = useBodyAttr('heroMode', 'segmented');
const [seg, setSeg] = React.useState('finance');
return (
{heroMode === 'segmented'
? HERO_SUBS[seg]
: <>RegistrumAI sits between your AI agents and every provider — metering every dollar as it’s spent and enforcing hard budget ceilings before the money goes out the door. One set of numbers your finance, security, and procurement teams all trust. No code changes. Live in an afternoon.>}
Run up by a single enterprise on AI in one month — because
no one set a usage limit. Reported by Axios; figure attributed to an
unnamed consultant’s client and not publicly confirmed.
Agentic AI doesn’t bill like software. It bills like the electric
company — and most enterprises have no meter on the wall.
AI agents are running code, processing invoices, and making decisions across your company — and each one is quietly spending money. When finance asks what it costs and who approved it, most teams go quiet. {b} Change a single setting — a base URL. No new code, no libraries, no engineering project. Any agent that talks to OpenAI already talks to Registrum. Registrum names the agent, prices the tokens at your real contracted rates, and checks the spend against your budget and policy — before the call ever leaves your network. An itemized, tamper-evident ledger of every call — agent, model, tokens, cost. Match it against the vendor’s invoice and walk into the renewal with your own numbers. {f.d} Enterprise AI deployment needs sign-off from finance, security, and procurement. Each one gets the evidence they need to approve — and to stay approved at renewal. Cost leads; the rest follows. {b.p}
{headline === 'meter-valve' ? <>The meter — and the
{heroMode === 'segmented' ? (
shut-off valve
for enterprise AI.> :
headline === 'no-surprise' ? <>Never be surprised
by an AI bill
again.> :
<>Your agents can spend
real money
while you sleep.>}
Four questions finance can’t answer
about what AI is spending.{t}
A drop-in meter
between your agents
and every provider.
Point your agents at one address.
Price and check every call as it happens.
Reconcile every dollar.
One meter. Six surfaces.
{f.t}
Built for everyone who has to say yes.
{b.h}
{b.proofs.map((pr, i) =>
{b.cta} →