{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ea89a8e0-07a5-483f-9481-bb74ec08d28f",
    "slug": "diom",
    "name": "Diom",
    "description": "Template to deploy a Diom server",
    "url": "https://railway.com/deploy/diom",
    "upstream": {
      "image": "ghcr.io/svix/coyote-server:latest"
    }
  },
  "services": [
    {
      "name": "svix/coyote-server:latest",
      "source": {
        "image": "ghcr.io/svix/coyote-server:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "COYOTE_ADMIN_TOKEN",
      "service": "svix/coyote-server:latest",
      "description": "Auth token for administration actions",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "diom"
      }
    },
    "cli": "railway deploy --template diom",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ea89a8e0-07a5-483f-9481-bb74ec08d28f",
            "serializedConfig": {
              "services": {
                "1e29ee3d-9550-4a45-a544-9cc358f16c07": {
                  "name": "svix/coyote-server:latest",
                  "deploy": {
                    "healthcheckPath": "/api/v1.health.ping"
                  },
                  "source": {
                    "image": "ghcr.io/svix/coyote-server:latest"
                  },
                  "variables": {
                    "COYOTE_ADMIN_TOKEN": {
                      "isOptional": false,
                      "description": "Auth token for administration actions",
                      "defaultValue": "{{COYOTE_ADMIN_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8050": {
                        "port": 8050
                      }
                    }
                  },
                  "volumeMounts": {
                    "1e29ee3d-9550-4a45-a544-9cc358f16c07": {
                      "mountPath": "/app/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "svix/coyote-server:latest",
      "method": "GET",
      "path": "/api/v1.health.ping",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T15:00:56.941Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_17929f36a77e48f88946",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
