{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a2e2d27d-a30f-4e8a-a3d0-64bf67ae51db",
    "slug": "LiUOsa",
    "name": "Geo IP api",
    "description": "Geolocate IP/IP location api in one click",
    "url": "https://railway.com/deploy/LiUOsa",
    "upstream": {
      "repo_url": "https://github.com/TZGyn/geoip"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "geoip",
      "source": {
        "repo": "https://github.com/TZGyn/geoip"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ACCOUNT_ID",
      "service": "geoip",
      "description": "maxmind account id",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "LICENSE_KEY",
      "service": "geoip",
      "description": "license key for geoip",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "LiUOsa"
      }
    },
    "cli": "railway deploy --template LiUOsa",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a2e2d27d-a30f-4e8a-a3d0-64bf67ae51db",
            "serializedConfig": {
              "services": {
                "22522b99-7844-46d5-ac86-a4789674da04": {
                  "name": "geoip",
                  "source": {
                    "repo": "TZGyn/geoip",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ACCOUNT_ID": {
                      "isOptional": false,
                      "description": "maxmind account id",
                      "defaultValue": "{{ACCOUNT_ID}}"
                    },
                    "LICENSE_KEY": {
                      "isOptional": false,
                      "description": "license key for geoip",
                      "defaultValue": "{{LICENSE_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
