{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b6d8699a-0b13-4073-a183-8ea641a4c4ca",
    "slug": "queryweaver",
    "name": "QueryWeaver",
    "description": "Translate natural language into SQL with a graph-powered tool.",
    "url": "https://railway.com/deploy/queryweaver",
    "upstream": {
      "repo_url": "https://github.com/FalkorDB/QueryWeaver"
    }
  },
  "services": [
    {
      "name": "QueryWeaver",
      "source": {
        "repo": "https://github.com/FalkorDB/QueryWeaver"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENAI_API_KEY",
      "service": "QueryWeaver",
      "description": "OpenAI API Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "queryweaver"
      }
    },
    "cli": "railway deploy --template queryweaver",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b6d8699a-0b13-4073-a183-8ea641a4c4ca",
            "serializedConfig": {
              "services": {
                "c9b4855a-05d7-457c-8631-30fc3e96e8ac": {
                  "icon": null,
                  "name": "QueryWeaver",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/FalkorDB/QueryWeaver",
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "OpenAI API Key",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "GITHUB_CLIENT_ID": {
                      "isOptional": true,
                      "description": "Github Client ID for Auth0",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLIENT_ID": {
                      "isOptional": true,
                      "description": "Google Client ID for Auth0",
                      "defaultValue": ""
                    },
                    "GITHUB_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "Github Client Secret for Auth0",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "Google Client Secret for Auth0",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-18T20:28:21.494Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1ab9ed6e09d44ff6be66",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 192,
    "typical_build_seconds": 101,
    "typical_start_seconds": 10,
    "slowest_service": "QueryWeaver"
  }
}
