
TokenOps by Lovie
AI unit economics platform for AI companies
26 followers
AI unit economics platform for AI companies
26 followers
Unit economics platform for AI companies. TokenOps captures every event across Anthropic, OpenAI, Bedrock, Google, Vercel AI, Azure, and more, reconciles your monthly invoice, and exposes a 30-tool MCP so agents can answer your finance questions.



Vela Partners
Very important problem to solve.
How do you integrate securely via these API providers? Is it via their admin APIs or making code changes?
Any plans to have an open source version to host?
@yigitΒ Thanks β this is exactly the right question to poke at. Integration is a code change, not admin access. You add our SDK and wrap your existing LLM client in one line.
That's the whole integration. A few things that matter for security:
We never take your Anthropic/OpenAI/Bedrock keys. You give us a TokenOps key (ours), never your vendor credentials.
We don't proxy your traffic. Your calls go straight to the vendor in your own runtime β we're not a man-in-the-middle. We read the usage metadata the vendor already returns (model, token counts, latency) after the response lands, attribute it to the customerId you pass, and send that to your tenant.
Prompt/response content is opt-in and stays in your tenant by default. Most teams leave it off β we only need the usage numbers to do the math.
The only place a provider's billing API comes in is monthly invoice reconciliation, and it's optional + read-only: you forward the PDF/CSV, or we pull it via the vendor's billing API where one exists. No write access, ever.