{
  "name": "Audit connected integrations and email pricing & limits report with n8n API, Claude and Gmail",
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "Sticky Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        80
      ],
      "parameters": {
        "width": 640,
        "height": 380,
        "content": "## 🔌 n8n Integration Audit Report\n\n**What this does:**\n1. Reads all credentials connected to your n8n instance\n2. Maps credential types to real service names\n3. Sends the list to Claude AI — researche"
      }
    },
    {
      "id": "sticky-setup",
      "name": "Sticky Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        480
      ],
      "parameters": {
        "width": 640,
        "height": 420,
        "content": "## ⚙️ Setup — 3 steps\n\n**1. n8n API Key credential**\nCreate an **HTTP Header Auth** credential:\n- Name: `n8n API Key`\n- Header Name: `X-N8N-API-KEY`\n- Header Value: your n8n API key\n(Settings → API → "
      }
    },
    {
      "id": "n-trigger",
      "name": "Run Audit",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        304
      ]
    },
    {
      "id": "n-config",
      "name": "Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        240,
        304
      ]
    },
    {
      "id": "n-getcreds",
      "name": "Get n8n Credentials",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        304
      ]
    },
    {
      "id": "n-extract",
      "name": "Extract Service Names",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        304
      ]
    },
    {
      "id": "n-research",
      "name": "Research Pricing with Claude",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        960,
        304
      ]
    },
    {
      "id": "n-claude-model",
      "name": "Claude Sonnet 4.5",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        960,
        528
      ]
    },
    {
      "id": "n-format",
      "name": "Build HTML Report",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        304
      ]
    },
    {
      "id": "n-email",
      "name": "Email Audit Report",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1440,
        304
      ]
    }
  ],
  "connections": {
    "Run Audit": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configuration": {
      "main": [
        [
          {
            "node": "Get n8n Credentials",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build HTML Report": {
      "main": [
        [
          {
            "node": "Email Audit Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Claude Sonnet 4.5": {
      "ai_languageModel": [
        [
          {
            "node": "Research Pricing with Claude",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get n8n Credentials": {
      "main": [
        [
          {
            "node": "Extract Service Names",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Service Names": {
      "main": [
        [
          {
            "node": "Research Pricing with Claude",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Research Pricing with Claude": {
      "main": [
        [
          {
            "node": "Build HTML Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}