You buy one dedicated Claude 4.5 or GPT-5 instance. Engineering sees one giant $50k bill. Finance asks: "Which department is using this?"
Pass a single header — X-Cartie-Tenant: marketing — on every proxy call. CARTIE auto-splits the shared bill into a per-department P&L for end-of-month chargebacks.
Or skip the header — use the Cartie SDK auto-injection →
# Just pass one header on every proxy call:
curl -X POST https://proxy.cartieai.com/v1/chat/completions \
-H "Authorization: Bearer $CARTIE_KEY" \
-H "X-Cartie-Tenant: marketing" \ # ← attribution
-d '{"model":"gpt-5.2","messages":[...]}'
# That's it. CARTIE splits the shared bill into a per-department P&L.No new SDK. No code changes beyond one header. Works with the OpenAI SDK, LangChain, LlamaIndex, and direct curl.
No attributed calls yet. Click Seed demo above to load a 60-day sample dataset.
14-day pilot · no card · we ship a proxy endpoint that already speaks the header and lights up your dashboard within minutes.