Where does the bug appear (feature/product)?
Somewhere else…
Describe the Bug
When using the Cursor Cloud API to create Cloud Agents, if you include images in the create request, there is no way to verify if the images were actually uploaded with the prompt. It successfully creates the agent but when I open it in the web or local cursor I see no images in the messages. If I query the agent conversation, it only returns text no image data.
I just want to make sure my images are correctly available to the agent.
Steps to Reproduce
Make api request to cursor cloud agent create endpoint with an image in base64 format.
Expected Behavior
I should see the images in the web ui and cursor ui not just the text.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.0
VSCode Version: 1.105.1
Commit: ea48594a09b2e8d1fd6fb5db8502d43815a1e1a0
Date: 2025-12-09T06:33:08.669Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.5.0
Does this stop you from using Cursor
No - Cursor works, but with this issue