{
  "manifest_version": "1.0.0",
  "template": {
    "id": "62bdcd20-1a1e-4ad7-be6d-2a75a76a2535",
    "slug": "l-CsZl",
    "name": "Grafana",
    "description": "Open source analytics & monitoring solution for every database",
    "url": "https://railway.com/deploy/l-CsZl",
    "upstream": {
      "image": "grafana/grafana:latest"
    }
  },
  "services": [
    {
      "name": "Grafana",
      "source": {
        "image": "grafana/grafana:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/grafana",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Grafana",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "GF_SECURITY_ADMIN_USER",
      "service": "Grafana",
      "description": "Provide a value for GF_SECURITY_ADMIN_USER.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GF_USERS_ALLOW_SIGN_UP",
      "service": "Grafana",
      "description": "Provide a value for GF_USERS_ALLOW_SIGN_UP.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "GF_SECURITY_ADMIN_PASSWORD",
      "service": "Grafana",
      "description": "Provide a value for GF_SECURITY_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "l-CsZl"
      }
    },
    "cli": "railway deploy --template l-CsZl",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "62bdcd20-1a1e-4ad7-be6d-2a75a76a2535",
            "serializedConfig": {
              "services": {
                "e57f95a8-4425-49b4-a362-5bef037dfd7e": {
                  "icon": "https://upload.wikimedia.org/wikipedia/commons/3/3b/Grafana_icon.svg",
                  "name": "Grafana",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "grafana/grafana:latest"
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": true,
                      "defaultValue": "0"
                    },
                    "GF_SECURITY_ADMIN_USER": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{GF_SECURITY_ADMIN_USER}}"
                    },
                    "GF_USERS_ALLOW_SIGN_UP": {
                      "isOptional": true,
                      "defaultValue": "false"
                    },
                    "GF_SECURITY_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{GF_SECURITY_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "e57f95a8-4425-49b4-a362-5bef037dfd7e": {
                      "mountPath": "/var/lib/grafana"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T10:15:04.679Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a05582262259474ba678",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 49,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Grafana"
  }
}
