Use when creating custom n8n community nodes for APIs, especially with many endpoints, verbose responses, or when the node should work as an AI Agent tool
Review API endpoints, routes, and request handlers for security, performance, error handling, and best practices. Use when reviewing API code, creating new endpoints, checking authentication, or auditing API security. Covers Next.js API routes and Supabase integration.