{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6bd91945-4c01-4606-a2a9-aa98fd4cea97",
    "slug": "chatto",
    "name": "chatto",
    "description": "Deploy and Host chatto with Railway",
    "url": "https://railway.com/deploy/chatto",
    "upstream": {
      "image": "ghcr.io/bon5co/chatto:latest"
    }
  },
  "services": [
    {
      "name": "chatto",
      "source": {
        "image": "ghcr.io/bon5co/chatto:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "chatto"
      }
    },
    "cli": "railway deploy --template chatto",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6bd91945-4c01-4606-a2a9-aa98fd4cea97",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "207f49c7-946a-4e60-8ecb-17a4c66546ab": {
                  "icon": null,
                  "name": "chatto",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/chatto:latest"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "207f49c7-946a-4e60-8ecb-17a4c66546ab": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "chatto",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:55:23.181Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c2431b33b69048639215",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "chatto"
  }
}
