{
  "manifest_version": "1.0.0",
  "template": {
    "id": "141fb0a6-14c5-4afa-89c1-c3d329223d37",
    "slug": "4v9Fwu",
    "name": "IT-Tools",
    "description": "Useful tools for developer and people working in IT",
    "url": "https://railway.com/deploy/4v9Fwu",
    "upstream": {
      "image": "corentinth/it-tools:latest"
    }
  },
  "services": [
    {
      "name": "IT-Tools",
      "source": {
        "image": "corentinth/it-tools:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "IT-Tools",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "4v9Fwu"
      }
    },
    "cli": "railway deploy --template 4v9Fwu",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "141fb0a6-14c5-4afa-89c1-c3d329223d37",
            "serializedConfig": {
              "services": {
                "361dfb2f-0f70-4b32-95a0-62b04ced7f77": {
                  "name": "IT-Tools",
                  "source": {
                    "image": "corentinth/it-tools:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "",
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T08:04:54.644Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_577e1c41a48b429baa3a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "IT-Tools"
  }
}
