{
  "name": "AMT · Free UUID connectivity check",
  "meta": {
    "templateCredsSetupCompleted": true,
    "description": "Manual trigger calls the free public UUID endpoint. No API key required."
  },
  "settings": {
    "executionOrder": "v1"
  },
  "nodes": [
    {
      "parameters": {},
      "id": "amt-uuid-manual",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [240, 300]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "https://agentmediatools.com/api/uuid",
        "options": {}
      },
      "id": "amt-uuid-http",
      "name": "GET free UUID",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [520, 300]
    }
  ],
  "connections": {
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "GET free UUID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
