{
  "name": "ApiSkills — Basic Auth",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger-basic",
      "name": "When clicking Test workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [0, 0]
    },
    {
      "parameters": {
        "url": "https://api.aiwf.in/playground/auth/basic",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpBasicAuth",
        "options": {}
      },
      "id": "http-basic",
      "name": "HTTP Request (Basic)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [240, 0]
    }
  ],
  "connections": {
    "When clicking Test workflow": {
      "main": [[{ "node": "HTTP Request (Basic)", "type": "main", "index": 0 }]]
    }
  },
  "settings": {},
  "meta": {
    "apiskills": "Create a Basic Auth credential in n8n: username = your App ID, password = your App Secret. Replace api.aiwf.in with your API domain."
  }
}
