SENTILAI

Govern Claude Code without switching to managed API keys

Every governed AI gateway we know of makes the same trade: to see your developers' traffic, it replaces their credentials with a company API key — and silently converts flat subscriptions into pay-per-token billing. This page explains why that happens, what it costs, and the mechanism we use instead.

The trade nobody prices in

A developer on Claude Pro pays $20/month, flat. On Max, $100–200/month, flat. The same developer's workload, billed at API list rates, runs $150–250/month on Anthropic's published averages — and heavy agentic use runs to multiples of that, because agents retry, branch and re-read context in ways nobody types by hand.

So for a ten-developer team, the gateway you installed for governance quietly rewrites the AI bill:

10 developers on ClaudeMonthly costPredictable?
Own Pro/Max subscriptions$200–2,000, flatYes — it is a price, not a meter
Same work via managed API keys$1,500–2,500 at published averages; heavy agentic use far aboveNo — it is a meter, and agents run it

That difference is not a gateway fee. It is the billing model changing underneath you, and it usually surfaces one invoice later.

Why gateways do this

It is not malice; it is the path of least resistance. Across every AI provider we checked, the auth model works the same way: when a request carries an explicit credential, that credential is billed — and subscription billing no longer applies. A proxy that injects a company API key therefore works on the first try, for every tool, with one key to manage. The cost of that convenience lands on your Anthropic invoice, at per-token list rates.

The alternative requires the gateway to not hold a credential at all — which is harder to build, because now the gateway must authenticate devices some other way, and must forward the developer's own credential without breaking it.

The governed path, mechanically

Here is exactly what Sentilai does with Claude Code, so you can judge it rather than trust it:

What we record is the audit trail: who, which device, which tool, which model, what the policy decided, token counts. Prompt and response content is recorded only if the tenant explicitly turns capture on — it is off by default, and your traffic is never training data.

The honest per-tool truth table

Subscription pass-through is not equally possible everywhere, because providers expose different hooks. Claims of "keep your subscriptions" that don't name the tool are hiding this table:

ToolSubscription preserved?Why
Claude CodeYes — shippedThe pass-through above. The developer's Pro/Max plan keeps billing as before.
Codex CLINot yet — on our roadmapOpenAI documents header pass-through natively, the strongest precedent for this pattern. Today we route it with your organisation's API key.
Gemini CLINo — provider limitationGoogle's OAuth subscription flow has no custom-header or proxy support (the feature request is open and unresolved). Routed with your organisation's key.
GitHub CopilotNo — provider limitationCopilot's SDK accepts only API-key or bearer-token auth, no custom headers. Routed with your organisation's key.
CursorNo — different architectureAll Cursor traffic transits Cursor's own backend; BYOK covers only plain chat, requires a paid Cursor plan, and carries Cursor's own per-token surcharge. Routing Cursor is a compliance decision with a real premium — we say so rather than hide it.

If a vendor tells you all five of those keep their subscriptions, ask them for this table.

What you give up

On the governed path: nothing measurable. Same subscription, same models, same speed class — the gateway adds policy evaluation in-flight, not a second model call. What changes is that requests transit an EU-hosted gateway, your admins get an activity view, an evidence pack and real-time blocking, and a developer's access dies with their device enrollment the day they leave.

What we deliberately do not do: resell tokens, mark up usage, or meter requests. Sentilai is priced per seat band, flat — the pricing is public — because a governance product with a token margin has an incentive problem.

See it on your own traffic. 5 seats free for 30 days — no card, no sales call. Install on one machine, route Claude Code through it, and read the audit trail it produces.

Start free