{
  "name": "Atlas Cloud \u2014 Text to Image",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger02",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        400,
        300
      ]
    },
    {
      "parameters": {
        "category": "Text-to-Image",
        "modelUuid": "google/nano-banana-2/text-to-image",
        "prompt": "a cat astronaut floating in a neon nebula, studio lighting, ultra detailed",
        "executionMode": "wait",
        "pollingOptions": {
          "maxWaitTime": 15,
          "pollInterval": 2
        }
      },
      "id": "submit02",
      "name": "AtlasCloud Task Submit",
      "type": "n8n-nodes-atlascloud.atlasCloudTaskSubmit",
      "typeVersion": 1,
      "position": [
        640,
        300
      ],
      "credentials": {
        "atlasCloudApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "AtlasCloud Task Submit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "description": "Manual Trigger -> Task Submit (Wait for Completion). After import: select your credential, then confirm Category + Model from the dropdowns. Returns the generated image URL."
  }
}