{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c20bb565-ee66-41c8-9924-c84385cc7656",
    "slug": "gy64fz",
    "name": "Multi-Scrobbler",
    "description": " Scrobble music from multiple sources to multiple clients ",
    "url": "https://railway.com/deploy/gy64fz",
    "upstream": {
      "image": "foxxmd/multi-scrobbler"
    }
  },
  "services": [
    {
      "name": "Multi-Scrobbler",
      "source": {
        "image": "foxxmd/multi-scrobbler"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BASE_URL",
      "service": "Multi-Scrobbler",
      "description": "The public service or customer domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gy64fz"
      }
    },
    "cli": "railway deploy --template gy64fz",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c20bb565-ee66-41c8-9924-c84385cc7656",
            "serializedConfig": {
              "services": {
                "b5b20a23-b60f-46d0-bfa7-1b97ae2c5ba9": {
                  "icon": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/multi-scrobbler.svg",
                  "name": "Multi-Scrobbler",
                  "deploy": {
                    "healthcheckPath": "/api/health"
                  },
                  "source": {
                    "image": "foxxmd/multi-scrobbler"
                  },
                  "variables": {
                    "BASE_URL": {
                      "description": "The public service or customer domain",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "b5b20a23-b60f-46d0-bfa7-1b97ae2c5ba9": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Multi-Scrobbler",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "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-21T06:44:28.235Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ba9146151fdb44ad8e32",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 80,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Multi-Scrobbler"
  }
}
