{
  "name": "ApiSkills — Header API Key",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger-apikey",
      "name": "When clicking Test workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [0, 0]
    },
    {
      "parameters": {
        "url": "https://YOUR-API-DOMAIN/playground/auth/api-key",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [{ "name": "x-api-key", "value": "PASTE_YOUR_API_KEY" }]
        },
        "options": {}
      },
      "id": "http-apikey",
      "name": "HTTP Request (API Key)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [240, 0]
    }
  ],
  "connections": {
    "When clicking Test workflow": {
      "main": [[{ "node": "HTTP Request (API Key)", "type": "main", "index": 0 }]]
    }
  },
  "settings": {},
  "meta": {
    "apiskills": "Set the x-api-key header value to your app's API key. For real projects prefer a Header Auth credential over a hardcoded header. Replace YOUR-API-DOMAIN with your API domain."
  }
}
