{
  "manifest_version": "1.0.0",
  "template": {
    "id": "99b06b21-f9b8-4d14-a020-b7216fe7db6a",
    "slug": "QUJmGE",
    "name": "PgHero",
    "description": "A performance dashboard for Postgres",
    "url": "https://railway.com/deploy/QUJmGE",
    "upstream": {
      "image": "ankane/pghero"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "PgHero",
      "source": {
        "image": "ankane/pghero"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "PgHero",
      "description": "Set this to you private postgres url, something like ${{POSTGRES.PRIVATE_URL}}",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PGHERO_PASSWORD",
      "service": "PgHero",
      "description": "User for basic auth",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "QUJmGE"
      }
    },
    "cli": "railway deploy --template QUJmGE",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "99b06b21-f9b8-4d14-a020-b7216fe7db6a",
            "serializedConfig": {
              "services": {
                "3674fd19-91ed-47cc-8666-03178c04bf05": {
                  "icon": "https://static-00.iconduck.com/assets.00/postgresql-icon-1987x2048-v2fkmdaw.png",
                  "name": "PgHero",
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ankane/pghero"
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Set this to you private postgres url, something like ${{POSTGRES.PRIVATE_URL}}",
                      "defaultValue": "{{DATABASE_URL}}"
                    },
                    "PGHERO_PASSWORD": {
                      "isOptional": false,
                      "description": "User for basic auth",
                      "defaultValue": "{{PGHERO_PASSWORD}}"
                    },
                    "PGHERO_USERNAME": {
                      "isOptional": true,
                      "description": "Used for adding basic auth",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "PgHero",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
