{
  "manifest_version": "1.0.0",
  "template": {
    "id": "59030ce2-81dc-49bd-aaf5-07b7bc98aca8",
    "slug": "stunning-inspiration",
    "name": "stunning-inspiration",
    "description": "Save Tidal Daily Discovery mixes to daily playlists",
    "url": "https://railway.com/deploy/stunning-inspiration",
    "upstream": {
      "repo_url": "https://github.com/muness/tidal-dd"
    }
  },
  "services": [
    {
      "name": "tidal-dd",
      "source": {
        "repo": "https://github.com/muness/tidal-dd"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "stunning-inspiration"
      }
    },
    "cli": "railway deploy --template stunning-inspiration",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "59030ce2-81dc-49bd-aaf5-07b7bc98aca8",
            "serializedConfig": {
              "services": {
                "5f2cba37-e799-4657-9388-e0a1015c98a0": {
                  "name": "tidal-dd",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "muness/tidal-dd",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "tidal-dd",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T15:38:24.469Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b50d2662e60b4e57babf",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 105,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "tidal-dd"
  }
}
