{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d9911d76-65e7-4b93-9800-52d36c681003",
    "slug": "zoom-ai-services-playground",
    "name": "Zoom AI Services Playground",
    "description": "A Node.js/Express + React playground for the Zoom AI Services APIs.",
    "url": "https://railway.com/deploy/zoom-ai-services-playground",
    "upstream": {
      "repo_url": "https://github.com/zoom/ai-services-quickstart"
    }
  },
  "services": [
    {
      "name": "ai-services-quickstart",
      "source": {
        "repo": "https://github.com/zoom/ai-services-quickstart"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ZOOM_API_KEY",
      "service": "ai-services-quickstart",
      "description": "# Zoom API credentials",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ZOOM_API_SECRET",
      "service": "ai-services-quickstart",
      "description": "# Zoom API credentials",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zoom-ai-services-playground"
      }
    },
    "cli": "railway deploy --template zoom-ai-services-playground",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d9911d76-65e7-4b93-9800-52d36c681003",
            "serializedConfig": {
              "services": {
                "9a46d05f-79fd-473c-9b0c-5e9a4fffc902": {
                  "icon": "https://devicons.railway.com/i/nodejs.svg",
                  "name": "ai-services-quickstart",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "repo": "zoom/ai-services-quickstart"
                  },
                  "variables": {
                    "ZOOM_API_KEY": {
                      "description": "# Zoom API credentials",
                      "defaultValue": "{{ZOOM_API_KEY}}"
                    },
                    "WEBHOOK_SECRET": {
                      "isOptional": true,
                      "description": "WEBHOOK_SECRET",
                      "defaultValue": ""
                    },
                    "ZOOM_API_SECRET": {
                      "description": "# Zoom API credentials",
                      "defaultValue": "{{ZOOM_API_SECRET}}"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": true,
                      "description": "AWS credentials — forwarded to Zoom for batch jobs that read/write S3",
                      "defaultValue": ""
                    },
                    "AWS_SESSION_TOKEN": {
                      "isOptional": true,
                      "description": "AWS credentials — forwarded to Zoom for batch jobs that read/write S3",
                      "defaultValue": ""
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": true,
                      "description": "AWS credentials — forwarded to Zoom for batch jobs that read/write S3",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "ai-services-quickstart",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-05T17:54:19.086Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-03T21:11:49.795Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d403b4b568f449b48769",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102
  }
}
