{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cc6a9235-e150-4e5f-87bc-5e02f0026ac9",
    "slug": "ai-video-starter-kit",
    "name": "AI Video Starter Kit",
    "description": "Build and deploy AI video apps with multiple AI models in minutes.",
    "url": "https://railway.com/deploy/ai-video-starter-kit",
    "upstream": {
      "repo_url": "https://github.com/iqbalexperience/video-starter-kit"
    }
  },
  "services": [
    {
      "name": "video-starter-kit",
      "source": {
        "repo": "https://github.com/iqbalexperience/video-starter-kit"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "KV_URL",
      "service": "video-starter-kit",
      "description": "https://upstash.com required if you want to the share button",
      "secret": false,
      "strategy": "default",
      "default": "x.y.x"
    },
    {
      "key": "FAL_KEY",
      "service": "video-starter-kit",
      "description": "# https://fal.ai/dashboard/keys",
      "secret": true,
      "strategy": "default",
      "default": "x.y.x"
    },
    {
      "key": "KV_REST_API_URL",
      "service": "video-starter-kit",
      "description": "Provide a value for KV_REST_API_URL.",
      "secret": false,
      "strategy": "default",
      "default": "x.y.x"
    },
    {
      "key": "KV_REST_API_TOKEN",
      "service": "video-starter-kit",
      "description": "Provide a value for KV_REST_API_TOKEN.",
      "secret": true,
      "strategy": "default",
      "default": "x.y.x"
    },
    {
      "key": "UPLOADTHING_TOKEN",
      "service": "video-starter-kit",
      "description": "https://uploadthing.com required if you want to use file upload",
      "secret": true,
      "strategy": "default",
      "default": "x.y.x"
    },
    {
      "key": "KV_REST_API_READ_ONLY_TOKEN",
      "service": "video-starter-kit",
      "description": "Provide a value for KV_REST_API_READ_ONLY_TOKEN.",
      "secret": true,
      "strategy": "default",
      "default": "x.y.x"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ai-video-starter-kit"
      }
    },
    "cli": "railway deploy --template ai-video-starter-kit",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cc6a9235-e150-4e5f-87bc-5e02f0026ac9",
            "serializedConfig": {
              "services": {
                "8d83c03f-970b-4092-b89d-3cb44b8ee8cd": {
                  "name": "video-starter-kit",
                  "source": {
                    "repo": "iqbalexperience/video-starter-kit",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "KV_URL": {
                      "description": "https://upstash.com required if you want to the share button",
                      "defaultValue": "x.y.x"
                    },
                    "FAL_KEY": {
                      "description": "# https://fal.ai/dashboard/keys",
                      "defaultValue": "x.y.x"
                    },
                    "KV_REST_API_URL": {
                      "defaultValue": "x.y.x"
                    },
                    "KV_REST_API_TOKEN": {
                      "defaultValue": "x.y.x"
                    },
                    "UPLOADTHING_TOKEN": {
                      "description": "https://uploadthing.com required if you want to use file upload",
                      "defaultValue": "x.y.x"
                    },
                    "KV_REST_API_READ_ONLY_TOKEN": {
                      "defaultValue": "x.y.x"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T01:31:47.752Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d296f3a159374ef79a75",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 169,
    "typical_build_seconds": 101,
    "typical_start_seconds": 20,
    "slowest_service": "video-starter-kit"
  }
}
