cursor_followup
Send a follow-up prompt to a Cursor agent, starting a new run. Use only after the previous run ends, then poll cursor_status with the new run_id.
Instructions
Send a follow-up prompt to an agent. Starts a NEW run — the returned run_id is what you poll with cursor_status (the old run_id is stale).
Only call when the previous run is terminal; a follow-up during an active run fails with "agent is busy" — poll cursor_status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| agent_id | Yes |