lmspend_

Connect Cursor

Cursor is supported. It uses Cursor's official Team Admin API, so the numbers match your invoice exactly — no estimation.

Two steps, one minute:

1
Get an Admin API key

In Cursor → Dashboard → Settings → Admin API keys (team admins only). Copy the key that starts with key_.

2
Add it to ~/.lmspend.json
{
  "cursor": {
    "adminApiKey": "key_xxx",
    "email": "you@company.com"
  }
}

The email filters to your own usage so a teammate's sync doesn't double-count. Omit it to pull the whole team's Cursor spend.

Then run lmspend doctor to confirm it's connected, or lmspend report to see Cursor in your totals.

Connect Cursor · LMSpend