POST
/
v0
/
agents
/
{id}
/
followup
Add followup
curl --request POST \
  --url https://api.cursor.com/v0/agents/{id}/followup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "prompt": {
    "text": "Also add a section about troubleshooting",
    "images": [
      {
        "data": "iVBORw0KGgoAAAANSUhEUgAA...",
        "dimension": {
          "width": 1024,
          "height": 768
        }
      }
    ]
  }
}'
{
  "id": "bc_abc123"
}

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Path Parameters

id
string
required

Unique identifier for the background agent

Example:

"bc_abc123"

Body

application/json

Response

200
application/json

Followup added successfully

The response is of type object.