{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c225b1ee-eeb8-40b7-89e2-fef8e2a85d91",
    "slug": "vizier",
    "name": "vizier",
    "description": "The one agent-first platform for your entire business stack",
    "url": "https://railway.com/deploy/vizier",
    "upstream": {
      "image": "ghcr.io/junkiez/vizier:latest"
    }
  },
  "services": [
    {
      "name": "junkiez/vizier:latest",
      "source": {
        "image": "ghcr.io/junkiez/vizier:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "AUTH_SECRET",
      "service": "junkiez/vizier:latest",
      "description": "Secret used for encryption",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vizier"
      }
    },
    "cli": "railway deploy --template vizier",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c225b1ee-eeb8-40b7-89e2-fef8e2a85d91",
            "serializedConfig": {
              "services": {
                "98450722-a175-4a8b-9463-6b5708656e27": {
                  "icon": "https://raw.githubusercontent.com/Junkiez/vizier-docs/main/VizierWhite.png",
                  "name": "junkiez/vizier:latest",
                  "deploy": {
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "image": "ghcr.io/junkiez/vizier:latest",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 1,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 2,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 3,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 4,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 5,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 6,
                          "endHour": 24,
                          "startHour": 0
                        }
                      ],
                      "remediationNotice": null
                    }
                  },
                  "variables": {
                    "AUTH_SECRET": {
                      "isOptional": false,
                      "description": "Secret used for encryption",
                      "defaultValue": "{{AUTH_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "98450722-a175-4a8b-9463-6b5708656e27": {
                      "mountPath": "/app/data",
                      "backupSchedules": null
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "junkiez/vizier:latest",
      "method": "GET",
      "path": "/api/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T20:15:28.954Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3a87f980e4b34e7e9ecd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 16,
    "slowest_service": "junkiez/vizier:latest"
  }
}
