This guide provides instructions for creating AI tools using Cursor.
Prerequisitires:
To start developing new AI tools, follow these steps:
mkdir ai-tools-authoring
cd ai-tools-authoring
.cursorrules
file and open Cursor.touch .cursorrules
cursor .
.cursorrules
file.In Cursor IDE, open Composer by pressing Command + L on macOS.
Prompt the Composer to create new tool
Example:
Create new Apify tool to list actors, based on this documentation <https://docs.apify.com/api/v2>
Review the created artifacts - provider, profile and map files should be created in ./tools
folder
Go to https://pod.superface.ai/hub/settings/tools/add and upload the created files (profile, provider and map).
Go to https://pod.superface.ai/chat/new and test the tool. Example:
List Apify actors
Demo video of Apify tool authoring using Cursor:
Apify API | Apify Documentation - 12 February 2025
<aside>
← Previous
</aside>
<aside>
Next →
</aside>