{
  "name": "Autonomous Agent - Create Execution",
  "nodes": [
    {
      "parameters": {},
      "id": "568ee237-c47b-44e1-8760-bae9abbed3e9",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "operation": "create",
        "task": "Analyze the customer request and produce a structured response.",
        "mode": "supervised",
        "contextInputMode": "json",
        "contextJson": "={\"source\":\"n8n\",\"customerId\":\"customer-123\"}",
        "includeDesiredOutput": true,
        "desiredOutputFormat": "json",
        "desiredOutputMediaType": "application/json",
        "metadataInputMode": "json",
        "metadataJson": "={\"workflow\":\"customer-request-processing\"}",
        "idempotencyKeyMode": "automatic",
        "waitUntilComplete": false
      },
      "id": "cb84cfdb-942f-445d-9c76-e9f6e536e95d",
      "name": "Create Execution",
      "type": "n8n-autonomous-agent-nodes.autonomousAgentExecution",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "credentials": {
        "autonomousAgentApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Create Execution",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "9fd3f71b-2ac1-4e0e-b683-128819c98436",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}