{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c231905e-3ce3-4699-aec8-2c44d911511f",
    "slug": "Pcgkm8",
    "name": "Adminer",
    "description": "A full-featured database management tool",
    "url": "https://railway.com/deploy/Pcgkm8",
    "upstream": {
      "image": "adminer"
    }
  },
  "services": [
    {
      "name": "Adminer",
      "source": {
        "image": "adminer"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Pcgkm8"
      }
    },
    "cli": "railway deploy --template Pcgkm8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c231905e-3ce3-4699-aec8-2c44d911511f",
            "serializedConfig": {
              "services": {
                "15b9e8bf-0b27-4b0b-b9e4-e7ca0fe72f89": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1705209307/adminer_okrvqk.svg",
                  "name": "Adminer",
                  "build": {},
                  "deploy": {
                    "startCommand": "/bin/sh -c \"entrypoint.sh php -S [::]:${PORT} -t /var/www/html\"",
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "adminer"
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Adminer",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "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-21T14:36:38.044Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f6263677245745b8ab73",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 55,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Adminer"
  }
}
