You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codex provider data sources: OpenAI web dashboard, Codex CLI RPC/PTY, credits, and local cost usage.
read_when
Debugging Codex usage/credits parsing
Updating OpenAI dashboard scraping or cookie import
Changing Codex CLI RPC/PTY behavior
Reviewing local cost usage scanning
Codex provider
Codex has three usage data paths (web, CLI RPC, CLI PTY) plus a local cost-usage scanner.
The web dashboard, when enabled and authenticated, replaces CLI usage + credits in the UI.
Data sources + fallback order
1) OpenAI web dashboard (preferred when enabled)
URL: https://chatgpt.com/codex/settings/usage.
Uses an off-screen WKWebView with a per-account WKWebsiteDataStore.
Store key: deterministic UUID from the normalized email.
WebKit store can hold multiple accounts concurrently.
Cookie import (when WebKit store has no matching session or login required):