{
  "manifest_version": "1.0.0",
  "template": {
    "id": "936d3853-251f-4e13-a989-6e3e9d4d2e18",
    "slug": "no-as-a-service",
    "name": "No-as-a-Service",
    "description": "A simple API that returns a random rejection reason.",
    "url": "https://railway.com/deploy/no-as-a-service",
    "upstream": {
      "repo_url": "https://github.com/hotheadhacker/no-as-a-service"
    }
  },
  "services": [
    {
      "name": "No-as-a-Service",
      "source": {
        "repo": "https://github.com/hotheadhacker/no-as-a-service"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "No-as-a-Service",
      "description": "Application port.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "no-as-a-service"
      }
    },
    "cli": "railway deploy --template no-as-a-service",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "936d3853-251f-4e13-a989-6e3e9d4d2e18",
            "serializedConfig": {
              "services": {
                "b42ad69d-3253-466e-9df4-da74d8a3cb8c": {
                  "icon": "https://raw.githubusercontent.com/hotheadhacker/no-as-a-service/main/assets/imgs/naas-with-no-logo-bunny.png",
                  "name": "No-as-a-Service",
                  "deploy": {
                    "healthcheckPath": "/no"
                  },
                  "source": {
                    "repo": "hotheadhacker/no-as-a-service",
                    "branch": null,
                    "commitSha": "e6b4218394f3ab6c513caaf2ec2e3e88d03d124c",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Application port.",
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "No-as-a-Service",
      "method": "GET",
      "path": "/no",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T22:17:55.243Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_35f87490fa79408685a2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 17,
    "typical_start_seconds": 10,
    "slowest_service": "No-as-a-Service"
  }
}
