{
  "manifest_version": "1.0.0",
  "template": {
    "id": "76c8e2dd-23d4-40bd-9afa-7a7cf1b62fa4",
    "slug": "omni-tools",
    "name": "Omni tools",
    "description": "Deploy and Host Omni tools with Railway",
    "url": "https://railway.com/deploy/omni-tools",
    "upstream": {
      "repo_url": "https://github.com/iib0011/omni-tools"
    }
  },
  "services": [
    {
      "name": "omni-tools",
      "source": {
        "repo": "https://github.com/iib0011/omni-tools"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "omni-tools",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "omni-tools"
      }
    },
    "cli": "railway deploy --template omni-tools",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "76c8e2dd-23d4-40bd-9afa-7a7cf1b62fa4",
            "serializedConfig": {
              "services": {
                "88da65b0-8177-45ed-ad0c-1793f73e1d93": {
                  "name": "omni-tools",
                  "source": {
                    "repo": "iib0011/omni-tools",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-12T04:35:16.424Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_90652126495449fc9431",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
