{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a510389e-fce2-43f7-8428-884396856de2",
    "slug": "chatty",
    "name": "Chatty",
    "description": "Personal AI agent platform — multi-agent, built for small business.",
    "url": "https://railway.com/deploy/chatty",
    "upstream": {
      "repo_url": "https://github.com/WWilson1017/chatty"
    }
  },
  "services": [
    {
      "name": "chatty",
      "source": {
        "repo": "https://github.com/WWilson1017/chatty"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/backend/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "JWT_SECRET",
      "service": "chatty",
      "description": "Provide a value for JWT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AUTH_PASSWORD",
      "service": "chatty",
      "description": "Main password for Chatty access. ",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "chatty"
      }
    },
    "cli": "railway deploy --template chatty",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a510389e-fce2-43f7-8428-884396856de2",
            "serializedConfig": {
              "services": {
                "1db12864-eea9-49ea-8643-652121bf2037": {
                  "icon": "https://raw.githubusercontent.com/wwilson1017/chatty/e23f5904a3f26322d8857881ac005fa06637ca49/frontend/public/chatty-icon-512.png",
                  "name": "chatty",
                  "deploy": {
                    "healthcheckPath": "/api/health"
                  },
                  "source": {
                    "repo": "WWilson1017/chatty",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "AUTH_PASSWORD": {
                      "isOptional": false,
                      "description": "Main password for Chatty access. ",
                      "defaultValue": "{{AUTH_PASSWORD}}"
                    },
                    "GOOGLE_CLIENT_ID": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "QUICKBOOKS_CLIENT_ID": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "QUICKBOOKS_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "1db12864-eea9-49ea-8643-652121bf2037": {
                      "mountPath": "/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "chatty",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "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-20T14:42:36.685Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1155f00add40410ea607",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 195,
    "typical_build_seconds": 107,
    "typical_start_seconds": 11,
    "slowest_service": "chatty"
  }
}
