{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f4cf77f1-b859-411f-bda3-3b7042274035",
    "slug": "dO2hTU",
    "name": "Zoom VideoSDK Auth Sample",
    "description": "Node/Express server to generate a Video SDK JWT for Zoom Video SDK",
    "url": "https://railway.com/deploy/dO2hTU",
    "upstream": {
      "repo_url": "https://github.com/zoom/videosdk-auth-endpoint-sample"
    }
  },
  "services": [
    {
      "name": "videosdk-auth-endpoint-sample",
      "source": {
        "repo": "https://github.com/zoom/videosdk-auth-endpoint-sample"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ZOOM_VIDEO_SDK_KEY",
      "service": "videosdk-auth-endpoint-sample",
      "description": "Provide a value for ZOOM_VIDEO_SDK_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ZOOM_VIDEO_SDK_SECRET",
      "service": "videosdk-auth-endpoint-sample",
      "description": "Provide a value for ZOOM_VIDEO_SDK_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dO2hTU"
      }
    },
    "cli": "railway deploy --template dO2hTU",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f4cf77f1-b859-411f-bda3-3b7042274035",
            "serializedConfig": {
              "services": {
                "7e64dcc9-b662-44b8-9bed-99039a7114ab": {
                  "name": "videosdk-auth-endpoint-sample",
                  "source": {
                    "repo": "zoom/videosdk-auth-endpoint-sample",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ZOOM_VIDEO_SDK_KEY": {
                      "defaultValue": "{{ZOOM_VIDEO_SDK_KEY}}"
                    },
                    "ZOOM_VIDEO_SDK_SECRET": {
                      "defaultValue": "{{ZOOM_VIDEO_SDK_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T11:55:48.056Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_581039369eee42c5b6de",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 143,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "videosdk-auth-endpoint-sample"
  }
}
