-
Notifications
You must be signed in to change notification settings - Fork 1
Cursor Integration
Falco Schmutz edited this page Jul 7, 2026
·
1 revision
Adds a Cursor team-spend section to the dropdown using the Cursor Admin API.
- Create an Admin API key at cursor.com → your team → Settings → Admin API.
- Enable Show Cursor usage in Settings and paste the key.
- This cycle — total team spend for the billing cycle, and member count.
- Today — today's charged spend.
- Top — the top spender.
-
Gauge — when the team has a monthly spend limit set, a colored
%bar (spend ÷ limit); otherwise it shows spend text (Cursor is usage-based).
POST /teams/spend and POST /teams/filtered-usage-events on api.cursor.com, HTTP Basic auth
with the key as the username. The key is stored locally (dconf / UserDefaults) and never leaves
your machine except to Cursor.