{
  "manifest_version": "1.0.0",
  "template": {
    "id": "653c4278-3ddc-4c45-82eb-60cda143cc25",
    "slug": "podly",
    "name": "Podly",
    "description": "Podly creates ad-free podcast RSS feeds",
    "url": "https://railway.com/deploy/podly",
    "upstream": {
      "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:main-lite"
    }
  },
  "services": [
    {
      "name": "jdrbc/podly-pure-podcasts:main-lite",
      "source": {
        "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:main-lite"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/src/instance",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "podly"
      }
    },
    "cli": "railway deploy --template podly",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "653c4278-3ddc-4c45-82eb-60cda143cc25",
            "serializedConfig": {
              "services": {
                "7f501703-3137-471a-9f4b-37bd851003cd": {
                  "name": "jdrbc/podly-pure-podcasts:main-lite",
                  "deploy": {
                    "healthcheckPath": "http://127.0.0.1:5001/"
                  },
                  "source": {
                    "image": "ghcr.io/podly-pure-podcasts/podly-pure-podcasts:main-lite"
                  },
                  "variables": {
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Groq API key - can be configured later",
                      "defaultValue": ""
                    }
                  },
                  "volumeMounts": {
                    "7f501703-3137-471a-9f4b-37bd851003cd": {
                      "mountPath": "/app/src/instance"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T19:10:31.908Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_5add7be3f9f6405db105",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
