Skip to main content
Cursor is a widely adopted AI code editor by developers. A powerful tool to automate your development workflow as well as remove the manual effort of writing code. With Bruno’s local-first approach you can configure Cursor to automate your API development workflow.

Configure Cursor with Bruno

  1. Download and install Cursor from here.
  2. After installing Cursor, open your project and create a .cursor/rules/instructions.md file.
Your project folder structure should look like this:
my-project
.cursor
rules
instructions.md
src
app.js
server.js
package.json
.gitignore
You can write your own instructions for Cursor to follow while working on the collection or you can use the default instructions provided by Bruno.
After creating the instructions file, you can start using Cursor to automate your API development workflow. See Use cases for example prompts and workflows.