{
  "name": "Atlas Cloud \u2014 Simple Chatbot",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger01",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        400,
        300
      ]
    },
    {
      "parameters": {
        "modelUuid": "deepseek-ai/DeepSeek-V3-0324",
        "systemPrompt": "You are a concise, helpful assistant.",
        "userPrompt": "Write a haiku about workflow automation."
      },
      "id": "chat01",
      "name": "AtlasCloud Chat",
      "type": "n8n-nodes-atlascloud.atlasCloudChat",
      "typeVersion": 1,
      "position": [
        640,
        300
      ],
      "credentials": {
        "atlasCloudApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "AtlasCloud Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "description": "Manual Trigger -> AtlasCloud Chat. After import, select your Atlas Cloud credential and (optionally) change the model."
  }
}