Cursor

Cursor is an AI-powered code editor built on VSCode. The API provides access to Cloud Agents, Admin, Analytics, and AI Code Tracking features.

5 actions Integration catalog
Request access
Connect Cursor once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Agent ConversationCURSOR_GET_AGENT_CONVERSATION
Tool to retrieve the conversation history for a specific cloud agent. Use when you need to view the messages exchanged between the user and the agent. Returns error with status 404 if the agent is not found or access is denied.
Get API Key InfoCURSOR_GET_ME
Tool to retrieve API key information including the key name, creation date, and owner email. Use when you need to verify API key details or validate authentication.
List AgentsCURSOR_LIST_AGENTS
Tool to retrieve a paginated list of all Cursor Cloud agents. Use when you need to view existing agents, their status, or iterate through agents with pagination.
List Available ModelsCURSOR_LIST_MODELS
Tool to retrieve the list of available AI models in Cursor. Use when you need to discover which models are available for API requests.
List GitHub RepositoriesCURSOR_LIST_REPOSITORIES
Tool to list GitHub repositories accessible to the authenticated user. Use when you need to retrieve all repositories the user has access to through their Cursor account.