{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f96a9848-f844-4e91-a87c-0edae0900f9e",
    "slug": "podly-preview",
    "name": "Podly Preview",
    "description": "(Preview) Podly creates ad-free podcast RSS feeds",
    "url": "https://railway.com/deploy/podly-preview",
    "upstream": {
      "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:preview-lite"
    }
  },
  "services": [
    {
      "name": "jdrbc/podly-pure-podcasts:preview-lite",
      "source": {
        "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:preview-lite"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/src/instance",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REQUIRE_AUTH",
      "service": "jdrbc/podly-pure-podcasts:preview-lite",
      "description": "Set for true for public railway deployments",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PODLY_ADMIN_PASSWORD",
      "service": "jdrbc/podly-pure-podcasts:preview-lite",
      "description": "administrator password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "podly-preview"
      }
    },
    "cli": "railway deploy --template podly-preview",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f96a9848-f844-4e91-a87c-0edae0900f9e",
            "serializedConfig": {
              "services": {
                "817a65a7-9f3d-4e22-a469-85e2650dc764": {
                  "name": "jdrbc/podly-pure-podcasts:preview-lite",
                  "source": {
                    "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:preview-lite"
                  },
                  "variables": {
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "You can set this later in config",
                      "defaultValue": ""
                    },
                    "REQUIRE_AUTH": {
                      "isOptional": false,
                      "description": "Set for true for public railway deployments",
                      "defaultValue": "true"
                    },
                    "PODLY_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "administrator password",
                      "defaultValue": "{{PODLY_ADMIN_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "817a65a7-9f3d-4e22-a469-85e2650dc764": {
                      "mountPath": "/app/src/instance"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T00:23:04.165Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_42b5c2d6ee6c41a5af25",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 78,
    "typical_build_seconds": 0,
    "typical_start_seconds": 15,
    "slowest_service": "jdrbc/podly-pure-podcasts:preview-lite"
  }
}
