{
  "manifest_version": "1.0.0",
  "template": {
    "id": "304ed9ef-cf1b-4159-ad68-855e079a60c5",
    "slug": "nanobot-reliable-ai-assistant",
    "name": "nanobot — Reliable AI Assistant",
    "description": "Community nanobot 0.2.2: pinned, token-gated, persistent, healthchecked.",
    "url": "https://railway.com/deploy/nanobot-reliable-ai-assistant",
    "upstream": {
      "repo_url": "https://github.com/hryhory-sinenka/railway-reliability-templates"
    }
  },
  "services": [
    {
      "name": "nanobot",
      "source": {
        "repo": "https://github.com/hryhory-sinenka/railway-reliability-templates"
      },
      "needs_volume": true,
      "volume_mount_path": "/root/.nanobot",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NANOBOT_ACCESS_TOKEN",
      "service": "nanobot",
      "description": "Auto-generated bearer token required to access the nanobot Web UI.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nanobot-reliable-ai-assistant"
      }
    },
    "cli": "railway deploy --template nanobot-reliable-ai-assistant",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "304ed9ef-cf1b-4159-ad68-855e079a60c5",
            "serializedConfig": {
              "services": {
                "596804d9-f315-4050-bf79-736eafc50efb": {
                  "name": "nanobot",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "repo": "hryhory-sinenka/railway-reliability-templates",
                    "branch": null,
                    "rootDirectory": "/nanobot"
                  },
                  "variables": {
                    "NANOBOT_ACCESS_TOKEN": {
                      "description": "Auto-generated bearer token required to access the nanobot Web UI.",
                      "defaultValue": "{{NANOBOT_ACCESS_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8765": {
                        "port": 8765
                      }
                    }
                  },
                  "volumeMounts": {
                    "596804d9-f315-4050-bf79-736eafc50efb": {
                      "mountPath": "/root/.nanobot"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "nanobot",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-05T00:07:03.890Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_84fd4be41d5341c0a78a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
