{
  "manifest_version": "1.0.0",
  "template": {
    "id": "aa76aea7-16e5-4f3f-923d-0d1ec95b3321",
    "slug": "subtitlepro",
    "name": "SubtitlePro",
    "description": "A web service overlaying Korean YouTube subtitles via AssemblyAI & Claude.",
    "url": "https://railway.com/deploy/subtitlepro",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/subtitle-pro"
    }
  },
  "services": [
    {
      "name": "subtitle-pro",
      "source": {
        "repo": "https://github.com/bilalnawaz072/subtitle-pro"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/.cache",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "subtitle-pro",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "NIXPACKS_PKGS",
      "service": "subtitle-pro",
      "description": "Provide a value for NIXPACKS_PKGS.",
      "secret": false,
      "strategy": "default",
      "default": "ffmpeg yt-dlp"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "subtitle-pro",
      "description": "\"your_anthropic_key_here\"",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ASSEMBLYAI_API_KEY",
      "service": "subtitle-pro",
      "description": "\"your_assemblyai_key_here\"",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "subtitlepro"
      }
    },
    "cli": "railway deploy --template subtitlepro",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "aa76aea7-16e5-4f3f-923d-0d1ec95b3321",
            "serializedConfig": {
              "services": {
                "ca28e11f-fbf1-48f1-a82a-db2019610359": {
                  "name": "subtitle-pro",
                  "source": {
                    "repo": "bilalnawaz072/subtitle-pro",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3001"
                    },
                    "NIXPACKS_PKGS": {
                      "defaultValue": "ffmpeg yt-dlp"
                    },
                    "ANTHROPIC_API_KEY": {
                      "description": "\"your_anthropic_key_here\"",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "ASSEMBLYAI_API_KEY": {
                      "description": "\"your_assemblyai_key_here\"",
                      "defaultValue": "{{ASSEMBLYAI_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3001": {
                        "port": 3001
                      }
                    }
                  },
                  "volumeMounts": {
                    "ca28e11f-fbf1-48f1-a82a-db2019610359": {
                      "mountPath": "/app/.cache"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T18:34:08.092Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7301dabf0b304df79e2a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 180,
    "typical_build_seconds": 83,
    "typical_start_seconds": 10,
    "slowest_service": "subtitle-pro"
  }
}
