{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0ea5b202-e5a1-48cd-8392-1c2ec952b395",
    "slug": "CAPR-V",
    "name": "Deno 2 Web server",
    "description": "A minimal Deno 2 web server starter template",
    "url": "https://railway.com/deploy/CAPR-V",
    "upstream": {
      "repo_url": "https://github.com/rares04/deno2-web-server-template"
    }
  },
  "services": [
    {
      "name": "deno2-web-server-template",
      "source": {
        "repo": "https://github.com/rares04/deno2-web-server-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "deno2-web-server-template",
      "description": "Modify default Deno 2 serve port (8000)",
      "secret": false,
      "strategy": "default",
      "default": "5050"
    },
    {
      "key": "GREETING",
      "service": "deno2-web-server-template",
      "description": "Example usage of an env variable",
      "secret": false,
      "strategy": "default",
      "default": "Hello, world!"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "CAPR-V"
      }
    },
    "cli": "railway deploy --template CAPR-V",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0ea5b202-e5a1-48cd-8392-1c2ec952b395",
            "serializedConfig": {
              "services": {
                "b52d190e-e6e7-48e7-a125-cfb2ae9c9c12": {
                  "icon": null,
                  "name": "deno2-web-server-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/rares04/deno2-web-server-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Modify default Deno 2 serve port (8000)",
                      "defaultValue": "5050"
                    },
                    "GREETING": {
                      "isOptional": true,
                      "description": "Example usage of an env variable",
                      "defaultValue": "Hello, world!"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T11:04:18.409Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_66b82c3b97bb4f219ade",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "deno2-web-server-template"
  }
}
