{
  "manifest_version": "1.0.0",
  "template": {
    "id": "89bd8908-b2c4-44f2-ae2e-f9beff18e54e",
    "slug": "KmJatA",
    "name": "Prometheus",
    "description": "A minimal implementation of the Prometheus time series database",
    "url": "https://railway.com/deploy/KmJatA",
    "upstream": {
      "repo_url": "https://github.com/zuchka/railway-prometheus"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "railway-prometheus",
      "source": {
        "repo": "https://github.com/zuchka/railway-prometheus"
      },
      "needs_volume": true,
      "volume_mount_path": "/prometheus",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "railway-prometheus",
      "description": "default port for prometheus service",
      "secret": false,
      "strategy": "default",
      "default": "9090"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "KmJatA"
      }
    },
    "cli": "railway deploy --template KmJatA",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "89bd8908-b2c4-44f2-ae2e-f9beff18e54e",
            "serializedConfig": {
              "services": {
                "33aac849-985a-4b0b-adba-f278af312a83": {
                  "name": "railway-prometheus",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/zuchka/railway-prometheus",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "default port for prometheus service",
                      "defaultValue": "9090"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "33aac849-985a-4b0b-adba-f278af312a83": {
                      "mountPath": "/prometheus"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T11:54:17.289Z",
  "generator_version": "0.1.0"
}
