Codex Lacks Basic Billing Transparency and Auditability #27766
Replies: 2 comments 12 replies
-
|
While it doesn't cover absolutely everything you listed, there is a good chunk of the details you want on the billing page: Still not as fine-grained as would be ideal; but much better than the high level summary the app gives internally. I also noticed that if I hit my usage limits and it goes into using my 'extra codex credits' that I have purchased, then I can also seemingly see more information about that through: |
Beta Was this translation helpful? Give feedback.
-
|
"You've described the exact problem precisely. A billing summary is not an audit trail — and the workaround of parsing local .jsonl files is not governance. The missing piece is enforcement at the call level with a signed record per operation — not a dashboard you check after. I built Valta for this: every agent gets its own spending limit, and every gate decision is a signed, verifiable record before the charge fires. It's not an OpenAI product — it's an independent layer that sits in front of your agents. Free beta at valta.co if you want to try it." |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear OpenAI Support Team,
I am writing to formally express a serious concern regarding the lack of auditability and billing transparency in Codex usage, particularly for users relying on Codex through VS Code and Codex Cloud.
At present, the platform provides usage indicators such as remaining weekly quota and consumed capacity percentages. However, it does not provide an auditable transaction history explaining how that usage was calculated.
From a governance, financial, and operational perspective, this is highly problematic.
To illustrate the issue, consider a banking analogy:
Imagine a bank that shows only your current balance but provides no transaction statement—no list of withdrawals, deposits, transfers, fees, timestamps, or account activity. The bank simply tells you your balance has changed and expects you to trust that all calculations are correct.
No financial institution would operate this way, because accountability requires a verifiable ledger.
The same principle applies to AI consumption billing.
Currently, Codex usage appears as aggregate metrics such as:
But critical details are missing, including:
Without this information, users and especially technical managers cannot:
This becomes even more critical in enterprise environments, where multiple developers may use Codex simultaneously through IDE extensions such as VS Code.
In such scenarios, consumption tracking is not optional—it is essential.
At minimum, Codex should provide a detailed usage ledger containing entries similar to:
Timestamp | User | Source | Operation | Consumption
2026-06-12 09:14 | Developer A | VS Code | Refactor Controller | X credits
2026-06-12 09:32 | Developer B | CLI | Code Review | Y credits
2026-06-12 10:05 | Developer A | VS Code | Generate Tests | Z credits
I strongly recommend implementing the following:
As a paying customer, I find it unacceptable to be charged for resource consumption without having access to a verifiable audit trail.
This is not merely a UX issue—it is a transparency, billing, and trust issue.
I respectfully request clarification on whether such functionality already exists in another tier (Team / Enterprise), or whether OpenAI plans to introduce this level of auditability in future Codex releases.
Thank you for your attention.
Sincerely,
Joaquim Crespo
Beta Was this translation helpful? Give feedback.
All reactions