# Cursor AI integration on Definable

> Cursor is an AI-powered code editor built on VSCode.

## What this connects

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

Vendor: https://cursor.com

## Tools available

**5** tools available. First 5:

- `CURSOR_GET_AGENT_CONVERSATION` — 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.
- `CURSOR_GET_ME` — Get API Key Info — 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.
- `CURSOR_LIST_AGENTS` — 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.
- `CURSOR_LIST_MODELS` — List Available 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.
- `CURSOR_LIST_REPOSITORIES` — List GitHub 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cursor

Inside a Definable workflow, Cursor is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Cursor** — the Researcher (GPT-5.5) pulls context from Cursor (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Cursor** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Cursor (create record, post message, draft email).
- **Designer / Engineer → Distributor → Cursor** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Cursor (attach file, open PR comment, post status).

The Verifier checks every Cursor call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/

## Related

- HTML page: https://definable.ai/apps/cursor/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
