← Tools Reference

Cursor

Cursor integration (Developer Tools, AI). Imported from open-connector.

API key4 toolshttps://api.cursor.com
GET
cursor_list_team_members
List Cursor team members visible to the team API key.

/teams/members

GET
cursor_list_audit_logs
List Cursor team audit log events with optional time, event type, user, search, and page filters.

/teams/audit-logs

7 parameters
ParamTypeRequiredDescription
startTimestringoptionalThe start time as a Cursor date shortcut, ISO timestamp, date, or Unix timestam…
endTimestringoptionalThe end time as a Cursor date shortcut, ISO timestamp, date, or Unix timestamp.
eventTypesarrayoptionalCursor audit event types to include.
searchstringoptionalA search term used to filter audit events.
pageintegeroptionalThe 1-indexed page number to request.
pageSizeintegeroptionalThe number of records to return per page.
usersarrayoptionalUser emails or encoded Cursor user IDs to filter by.
POST
cursor_get_daily_usage_data
Retrieve Cursor daily usage metrics for a team over a date range of up to 30 days.

/teams/daily-usage-data

4 parameters
ParamTypeRequiredDescription
startDateintegerrequiredThe inclusive start date in epoch milliseconds.
endDateintegerrequiredThe inclusive end date in epoch milliseconds.
pageintegeroptionalThe 1-indexed page number to request.
pageSizeintegeroptionalThe number of users to return per page.
POST
cursor_get_team_spend
Retrieve Cursor team spending for the current billing cycle with optional search, sort, and pagination.

/teams/spend

5 parameters
ParamTypeRequiredDescription
searchTermstringoptionalSearch text matched against user names and emails.
sortBystringoptionalThe field used to sort spending rows.
sortDirectionstringoptionalThe sort direction for spending rows.
pageintegeroptionalThe 1-indexed page number to request.
pageSizeintegeroptionalThe number of spending rows to return per page.