I’m currently refactoring my game code. As my project is too large, I’ve written a python script to use OpenAI API, letting AI restructure each of my character’s skills into new skill code. But I haven’t found a way to use cursor for multiple calls yet.I need some help.
Hi there,
Congrats on using AI to edit your project.
Cursor is an IDE (Editor) with AI capabilities, it does not directly expose an API like OpenAI. However Cursor itself does use AI API’s like from OpenAI, Anthropic or Google.
You can use the Agent feature of Cursor to tell AI to work on specific changes.
Multiple parallel agents are currently in Beta (Background Agent), but you can in the meantime use Chat/Agent tabs.
Have a look here what the options are and let me know if you have a specific request.