{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ef79df19-57c6-4328-9166-5b66a62f7927",
    "slug": "nanobot-3",
    "name": "Nanobot",
    "description": "Nanobot 1-Click Deploy for Railway",
    "url": "https://railway.com/deploy/nanobot-3",
    "upstream": {
      "repo_url": "https://github.com/TheGreatAxios/nanobot-railway-template"
    }
  },
  "services": [
    {
      "name": "railway-nanobot-template",
      "source": {
        "repo": "https://github.com/TheGreatAxios/nanobot-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        8080
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "railway-nanobot-template",
      "description": "Your password to access",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nanobot-3"
      }
    },
    "cli": "railway deploy --template nanobot-3",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ef79df19-57c6-4328-9166-5b66a62f7927",
            "serializedConfig": {
              "services": {
                "7d724e82-3f17-444e-945e-1f48907979b6": {
                  "name": "railway-nanobot-template",
                  "source": {
                    "repo": "TheGreatAxios/nanobot-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Your password to access",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "8080": {}
                    }
                  },
                  "volumeMounts": {
                    "7d724e82-3f17-444e-945e-1f48907979b6": {
                      "mountPath": "/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T10:27:05.872Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e6e044fadcf04549a365",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 119,
    "typical_build_seconds": 51,
    "typical_start_seconds": 12,
    "slowest_service": "railway-nanobot-template"
  }
}
