{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d2beab78-1fb0-41ba-89c7-54f039d3f77f",
    "slug": "A5TaaV",
    "name": "Reflex",
    "description": "Reflex is an open-source framework for making web apps in pure Python",
    "url": "https://railway.com/deploy/A5TaaV",
    "upstream": {
      "repo_url": "https://github.com/brody192/reflex-template"
    }
  },
  "services": [
    {
      "name": "Reflex",
      "source": {
        "repo": "https://github.com/brody192/reflex-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ENV",
      "service": "Reflex",
      "description": "Run Reflex in Production mode when on Railway ",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "A5TaaV"
      }
    },
    "cli": "railway deploy --template A5TaaV",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d2beab78-1fb0-41ba-89c7-54f039d3f77f",
            "serializedConfig": {
              "services": {
                "68c1b2ce-d58f-490a-b2b1-7f71f4db9a65": {
                  "icon": "https://avatars.githubusercontent.com/u/104714959?.png",
                  "name": "Reflex",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "repo": "https://github.com/brody192/reflex-template"
                  },
                  "variables": {
                    "ENV": {
                      "isOptional": false,
                      "description": "Run Reflex in Production mode when on Railway ",
                      "defaultValue": "prod"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T22:14:43.398Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T09:06:49.478Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_26ce3ae1038642d696a2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 155,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "Reflex"
  }
}
