{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a109614b-948e-42fc-8c8e-cf15f1865165",
    "slug": "ravishing-motivation",
    "name": "ravishing-motivation",
    "description": "Proxy server for Matchwiser AI widget",
    "url": "https://railway.com/deploy/ravishing-motivation",
    "upstream": {
      "image": "raonicaselli/matchwiser-proxy"
    }
  },
  "services": [
    {
      "name": "raonicaselli/propwidget-proxy:latest",
      "source": {
        "image": "raonicaselli/matchwiser-proxy"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "WIDGET_TOKEN_ISSUER",
      "service": "raonicaselli/propwidget-proxy:latest",
      "description": "Provide a value for WIDGET_TOKEN_ISSUER.",
      "secret": true,
      "strategy": "default",
      "default": "matchwiser-marketing-site"
    },
    {
      "key": "WIDGET_TOKEN_SECRET",
      "service": "raonicaselli/propwidget-proxy:latest",
      "description": "Pre-generated secret — copy from your download page",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DEFAULT_LLM_PROVIDER",
      "service": "raonicaselli/propwidget-proxy:latest",
      "description": "Change to openai or gemini if you don't have an Anthropic key",
      "secret": false,
      "strategy": "default",
      "default": "anthropic"
    },
    {
      "key": "WIDGET_TOKEN_AUDIENCE",
      "service": "raonicaselli/propwidget-proxy:latest",
      "description": "Provide a value for WIDGET_TOKEN_AUDIENCE.",
      "secret": true,
      "strategy": "default",
      "default": "matchwiser-proxy"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ravishing-motivation"
      }
    },
    "cli": "railway deploy --template ravishing-motivation",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a109614b-948e-42fc-8c8e-cf15f1865165",
            "serializedConfig": {
              "services": {
                "5e4f174d-be09-471c-8256-d0892ab749a0": {
                  "name": "raonicaselli/propwidget-proxy:latest",
                  "source": {
                    "image": "raonicaselli/matchwiser-proxy"
                  },
                  "variables": {
                    "GEMINI_API_KEY": {
                      "isOptional": true,
                      "description": "Required when DEFAULT_LLM_PROVIDER=gemini",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Required when DEFAULT_LLM_PROVIDER=openai",
                      "defaultValue": ""
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Required when DEFAULT_LLM_PROVIDER=anthropic",
                      "defaultValue": ""
                    },
                    "DEFAULT_LLM_MODEL": {
                      "isOptional": true,
                      "description": "Leave blank to use the built-in default for the chosen provider",
                      "defaultValue": ""
                    },
                    "LEADS_WEBHOOK_URL": {
                      "isOptional": true,
                      "description": "Your backend endpoint that receives lead data via POST when a visitor qualifies or clicks the CTA",
                      "defaultValue": ""
                    },
                    "WIDGET_TOKEN_ISSUER": {
                      "defaultValue": "matchwiser-marketing-site"
                    },
                    "WIDGET_TOKEN_SECRET": {
                      "isOptional": false,
                      "description": "Pre-generated secret — copy from your download page",
                      "defaultValue": "{{WIDGET_TOKEN_SECRET}}"
                    },
                    "DEFAULT_LLM_PROVIDER": {
                      "isOptional": false,
                      "description": "Change to openai or gemini if you don't have an Anthropic key",
                      "defaultValue": "anthropic"
                    },
                    "LEADS_WEBHOOK_SECRET": {
                      "isOptional": true,
                      "description": "If set, every webhook request includes X-Matchwiser-Signature: sha256=<hmac> so you can verify authenticity",
                      "defaultValue": ""
                    },
                    "WIDGET_TOKEN_AUDIENCE": {
                      "defaultValue": "matchwiser-proxy"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T08:05:14.765Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6ace930992cb4bd091c6",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 59,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "raonicaselli/propwidget-proxy:latest"
  }
}
