docs/cursor.md
Cursor is web-only. Usage is fetched via browser cookies or a stored WebKit session.
Cached cookie header (preferred)
com.steipete.codexbar.cache (account cookie.cursor).Browser cookie import
cursor.com, cursor.sh.WorkosCursorSessionToken__Secure-next-auth.session-tokennext-auth.session-tokenStored session cookies (fallback)
WebKitTeardown to avoid Intel WebKit crashes.~/Library/Application Support/CodexBar/cursor-session.json.Manual option:
Cookie: header from a cursor.com request.GET https://cursor.com/api/usage-summary
GET https://cursor.com/api/auth/me
GET https://cursor.com/api/usage?user=ID
~/Library/Cookies/Cookies.binarycookies~/Library/Application Support/Google/Chrome/*/Cookies~/Library/Application Support/Firefox/Profiles/*/cookies.sqliteSources/CodexBarCore/Providers/Cursor/CursorStatusProbe.swiftSources/CodexBar/CursorLoginRunner.swift (login flow)