{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1c7635c6-63e1-4f4b-be55-b44f3002fbe7",
    "slug": "Ty7Bjd",
    "name": "Ktor Blog App",
    "description": "A simple KTOR Blog server made with Kotlin",
    "url": "https://railway.com/deploy/Ty7Bjd",
    "upstream": {
      "repo_url": "https://github.com/Shreemanarjun/Blog_Server_Ktor"
    }
  },
  "services": [
    {
      "name": "web",
      "source": {
        "repo": "https://github.com/Shreemanarjun/Blog_Server_Ktor"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Ty7Bjd"
      }
    },
    "cli": "railway deploy --template Ty7Bjd",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1c7635c6-63e1-4f4b-be55-b44f3002fbe7",
            "serializedConfig": {
              "services": {
                "d7ae2df8-4592-4474-a81f-1256db850d36": {
                  "name": "web",
                  "build": {},
                  "deploy": {
                    "startCommand": "java -jar build/libs/ktor_auth_jwt-0.0.1.jar",
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/Shreemanarjun/Blog_Server_Ktor",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:07:15.334Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_44e14d8b3db847579c8f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 194,
    "typical_build_seconds": 136,
    "typical_start_seconds": 10,
    "slowest_service": "web"
  }
}
