{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4029b0e9-c811-453e-8469-a96cd71388e3",
    "slug": "-6vLXh",
    "name": "Elysia-bun-server",
    "description": "Elysia user management API with real-time WebSockets and Swagger UI",
    "url": "https://railway.com/deploy/-6vLXh",
    "upstream": {
      "repo_url": "https://github.com/ali-eljerrari/railway-elysia-bun-template"
    }
  },
  "services": [
    {
      "name": "railway-elysia-bun-template",
      "source": {
        "repo": "https://github.com/ali-eljerrari/railway-elysia-bun-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "railway-elysia-bun-template",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "API_KEY",
      "service": "railway-elysia-bun-template",
      "description": "API_KEY for authorization",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NODE_ENV",
      "service": "railway-elysia-bun-template",
      "description": "NODE_ENV",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "-6vLXh"
      }
    },
    "cli": "railway deploy --template -6vLXh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4029b0e9-c811-453e-8469-a96cd71388e3",
            "serializedConfig": {
              "services": {
                "ebb2f957-34fa-4f0f-8021-5b837bd3802b": {
                  "name": "railway-elysia-bun-template",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "ali-eljerrari/railway-elysia-bun-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "API_KEY": {
                      "isOptional": true,
                      "description": "API_KEY for authorization",
                      "defaultValue": "{{API_KEY}}"
                    },
                    "NODE_ENV": {
                      "isOptional": true,
                      "description": "NODE_ENV",
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "railway-elysia-bun-template",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T05:13:13.396Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_938604459e6142398779",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "railway-elysia-bun-template"
  }
}
