{
  "name": "Sell a used car with an AI agent in Airtop",
  "nodes": [
    {
      "id": "282a99b3-986e-4e3e-a673-f100ebcbc7cc",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -20,
        150
      ]
    },
    {
      "id": "57d4671a-b782-46f1-8987-3100a2841aa4",
      "name": "Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        200,
        150
      ]
    },
    {
      "id": "5ab2351d-08f5-46b6-b790-3c388572a4ae",
      "name": "Wait 7 secs",
      "type": "n8n-nodes-base.wait",
      "position": [
        1080,
        150
      ]
    },
    {
      "id": "038a36e2-ed4e-4675-b933-3e3564cb8dc0",
      "name": "Parse response",
      "type": "n8n-nodes-base.code",
      "position": [
        1740,
        -100
      ]
    },
    {
      "id": "1017f269-03ea-4cd6-866c-b91539a05844",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        1960,
        -100
      ]
    },
    {
      "id": "a0c966af-1555-4837-a700-d2ebdc0628fa",
      "name": "Offer received",
      "type": "n8n-nodes-base.set",
      "position": [
        2180,
        200
      ]
    },
    {
      "id": "a0a4c48a-568b-4ad4-9e18-a7e1167d2b06",
      "name": "Type",
      "type": "n8n-nodes-base.airtop",
      "position": [
        2180,
        -200
      ]
    },
    {
      "id": "3dfe1739-0c68-4d66-96f0-ee6999cf7cbb",
      "name": "Click",
      "type": "n8n-nodes-base.airtop",
      "position": [
        2180,
        0
      ]
    },
    {
      "id": "058544cb-a5d0-4e9d-bc95-a351a7432f09",
      "name": "Create session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        420,
        150
      ]
    },
    {
      "id": "0418f412-c5e0-409c-93a6-45b281034711",
      "name": "Load website",
      "type": "n8n-nodes-base.airtop",
      "position": [
        640,
        150
      ]
    },
    {
      "id": "39fdcead-1709-4648-8660-575055e82284",
      "name": "Click VIN button",
      "type": "n8n-nodes-base.airtop",
      "position": [
        860,
        150
      ]
    },
    {
      "id": "74f40e8f-e6cd-4738-b98a-6871c1d75654",
      "name": "Terminate session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        2400,
        200
      ]
    },
    {
      "id": "777542c9-c926-4d06-ad8a-2a0c43258a7d",
      "name": "Take screenshot",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1300,
        -100
      ]
    },
    {
      "id": "e5442c98-7382-45ef-b810-c4b8ae4cf999",
      "name": "Think next action",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1520,
        -100
      ]
    }
  ],
  "connections": {
    "Type": {
      "main": [
        [
          {
            "node": "Wait 7 secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Click": {
      "main": [
        [
          {
            "node": "Wait 7 secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Type",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Click",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Offer received",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables": {
      "main": [
        [
          {
            "node": "Create session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 7 secs": {
      "main": [
        [
          {
            "node": "Take screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load website": {
      "main": [
        [
          {
            "node": "Click VIN button",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create session": {
      "main": [
        [
          {
            "node": "Load website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Offer received": {
      "main": [
        [
          {
            "node": "Terminate session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse response": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Take screenshot": {
      "main": [
        [
          {
            "node": "Think next action",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Click VIN button": {
      "main": [
        [
          {
            "node": "Wait 7 secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Think next action": {
      "main": [
        [
          {
            "node": "Parse response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}