{
  "manifest_version": "1.0.0",
  "template": {
    "id": "77270ece-2edd-4b04-a925-24c80e08f7ed",
    "slug": "walrus-secured-upload-relay",
    "name": "walrus-secured-upload-relay",
    "description": "Walrus Upload Relay with JWT Auth",
    "url": "https://railway.com/deploy/walrus-secured-upload-relay"
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "auth-proxy",
      "source": {
        "image": "cmdoss/auth-proxy"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "walrus-upload-relay",
      "source": {
        "image": "cmdoss/walrus-upload-relay:main"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "JWT_SECRET",
      "service": "auth-proxy",
      "description": "Secret to validate JWT Token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "UPSTREAM_URL",
      "service": "auth-proxy",
      "description": "Target service to proxy",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SUI_NETWORK",
      "service": "walrus-upload-relay",
      "description": "\"mainnet\" or \"testnet\"",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "walrus-secured-upload-relay"
      }
    },
    "cli": "railway deploy --template walrus-secured-upload-relay",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "77270ece-2edd-4b04-a925-24c80e08f7ed",
            "serializedConfig": {
              "services": {
                "42432578-1845-48f5-8ca3-d77d729f56be": {
                  "icon": "https://api.iconify.design/material-icon-theme:lock.svg",
                  "name": "auth-proxy",
                  "source": {
                    "image": "cmdoss/auth-proxy"
                  },
                  "variables": {
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "Secret to validate JWT Token",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "UPSTREAM_URL": {
                      "isOptional": false,
                      "description": "Target service to proxy",
                      "defaultValue": "http://${{walrus-upload-relay.RAILWAY_PRIVATE_DOMAIN}}:8080"
                    }
                  }
                },
                "6e90b294-42e1-420b-bc64-62bfb9fba0e5": {
                  "icon": "https://api.iconify.design/material-icon-theme:dependencies-update.svg",
                  "name": "walrus-upload-relay",
                  "source": {
                    "image": "cmdoss/walrus-upload-relay:main"
                  },
                  "variables": {
                    "SUI_NETWORK": {
                      "isOptional": false,
                      "description": "\"mainnet\" or \"testnet\"",
                      "defaultValue": "{{SUI_NETWORK}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
