{ "opencollection": "1.0.0", "info": { "name": "Cursor Cloud Agents Repositories API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "List GitHub repositories", "type": "http" }, "http": { "method": "GET", "url": "https://api.cursor.com/v1/repositories" }, "docs": "List GitHub repositories accessible to the authenticated user\nthrough Cursor's GitHub App installation. This endpoint has\nvery strict rate limits (1 request per user per minute, 30\nper user per hour) and can take tens of seconds to respond\nfor users with access to many repositories. Cache responses\naggressively and handle this information not being available\ngracefully.\n" } ] } ], "bundled": true }