Cursor
cursorCursor is an AI-powered code editor built on VSCode. The API provides access to Cloud Agents, Admin, Analytics, and AI Code Tracking features.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Agent ConversationCURSOR_GET_AGENT_CONVERSATIONAcciónTool 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.
CURSOR_GET_AGENT_CONVERSATIONAcciónTool 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.
Parámetros de entrada
idstringObligatorioUnique identifier for the cloud agent. Must be a valid agent ID in UUID format with 'bc-' prefix (e.g., 'bc-550e8400-e29b-41d4-a716-446655440000'). Agent IDs can be obtained from the List Agents action.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API Key InfoCURSOR_GET_MEAcciónTool 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.
CURSOR_GET_MEAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AgentsCURSOR_LIST_AGENTSAcciónTool 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.
CURSOR_LIST_AGENTSAcciónTool 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.
Parámetros de entrada
limitintegerNumber of cloud agents to return. Must be between 1 and 100.
cursorstringPagination cursor from the previous response to fetch the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Available ModelsCURSOR_LIST_MODELSAcciónTool to retrieve the list of available AI models in Cursor. Use when you need to discover which models are available for API requests.
CURSOR_LIST_MODELSAcciónTool to retrieve the list of available AI models in Cursor. Use when you need to discover which models are available for API requests.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List GitHub RepositoriesCURSOR_LIST_REPOSITORIESAcciónTool 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.
CURSOR_LIST_REPOSITORIESAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not