{
  "manifest_version": "1.0.0",
  "template": {
    "id": "738b8eee-84a7-4ce6-ab5f-1cb23009fc85",
    "slug": "GHmSB0",
    "name": "vonage-video-learning-server",
    "description": "The Vonage Video Learning Server",
    "url": "https://railway.com/deploy/GHmSB0",
    "upstream": {
      "repo_url": "https://github.com/Vonage-Community/sample-video-node-learning_server/"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "vonage-video-learning-server",
      "source": {
        "repo": "https://github.com/Vonage-Community/sample-video-node-learning_server/"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PRIVATE_KEY64",
      "service": "vonage-video-learning-server",
      "description": "Your Vonage Private Key as a base64-encoded value ( Linux: cat private.key | base64 -w 0 \\n Mac: cat private.key | base64 -b 0 ): Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "API_APPLICATION_ID",
      "service": "vonage-video-learning-server",
      "description": "Vonage Application Id: Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "GHmSB0"
      }
    },
    "cli": "railway deploy --template GHmSB0",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "738b8eee-84a7-4ce6-ab5f-1cb23009fc85",
            "serializedConfig": {
              "services": {
                "80e51685-76a3-4d94-8a4f-5b82d4440d09": {
                  "name": "vonage-video-learning-server",
                  "build": {},
                  "deploy": {
                    "startCommand": "npm start"
                  },
                  "source": {
                    "repo": "https://github.com/Vonage-Community/sample-video-node-learning_server/"
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": true,
                      "description": "Your Vonage API Key. Required to use SIP Connectivity."
                    },
                    "API_SECRET": {
                      "isOptional": true,
                      "description": "Your Vonage API Secret. Required to use SIP Connectivity."
                    },
                    "PRIVATE_KEY64": {
                      "isOptional": false,
                      "description": "Your Vonage Private Key as a base64-encoded value ( Linux: cat private.key | base64 -w 0 \\n Mac: cat private.key | base64 -b 0 ): Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value",
                      "defaultValue": "{{PRIVATE_KEY64}}"
                    },
                    "CONFERENCE_NUMBER": {
                      "isOptional": true,
                      "description": "The phone number linked to your Vonage Application. Required for SIP Connectivity."
                    },
                    "API_APPLICATION_ID": {
                      "isOptional": false,
                      "description": "Vonage Application Id: Login to the Vonage Dashboard (https://dashboard.nexmo.com/applications) to get this value.",
                      "defaultValue": "{{API_APPLICATION_ID}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
