{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6f6889eb-33a4-45c0-89f5-3423da601500",
    "slug": "neo4j",
    "name": "Neo4J",
    "description": "2026 Neo4j template with adjustable heap, plugins, etc",
    "url": "https://railway.com/deploy/neo4j",
    "upstream": {
      "repo_url": "https://github.com/GBVAI/gb-neo4j-railway-template"
    }
  },
  "services": [
    {
      "name": "gb-neo4j-railway-template",
      "source": {
        "repo": "https://github.com/GBVAI/gb-neo4j-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "NEO4J_PASSWORD",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "NEO4J_PLUGINS_LIST",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_PLUGINS_LIST.",
      "secret": false,
      "strategy": "default",
      "default": "apoc,n10s,graph-data-science"
    },
    {
      "key": "RAILWAY_NEO4J_IMAGE_TAG",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for RAILWAY_NEO4J_IMAGE_TAG.",
      "secret": false,
      "strategy": "default",
      "default": "5.26.22-community-trixie"
    },
    {
      "key": "NEO4J_server_memory_heap_max__size",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_server_memory_heap_max__size.",
      "secret": false,
      "strategy": "default",
      "default": "4G"
    },
    {
      "key": "NEO4J_server_memory_pagecache_size",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_server_memory_pagecache_size.",
      "secret": false,
      "strategy": "default",
      "default": "4G"
    },
    {
      "key": "NEO4J_server_memory_heap_initial__size",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_server_memory_heap_initial__size.",
      "secret": false,
      "strategy": "default",
      "default": "1G"
    },
    {
      "key": "NEO4J_dbms_memory_transaction_total_max",
      "service": "gb-neo4j-railway-template",
      "description": "Provide a value for NEO4J_dbms_memory_transaction_total_max.",
      "secret": false,
      "strategy": "default",
      "default": "1G"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "neo4j"
      }
    },
    "cli": "railway deploy --template neo4j",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6f6889eb-33a4-45c0-89f5-3423da601500",
            "serializedConfig": {
              "services": {
                "dbf5e67c-f81d-415c-8f4d-4c2044df7cd8": {
                  "name": "gb-neo4j-railway-template",
                  "source": {
                    "repo": "GBVAI/gb-neo4j-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "NEO4J_PASSWORD": {
                      "defaultValue": "{{NEO4J_PASSWORD}}"
                    },
                    "NEO4J_PLUGINS_LIST": {
                      "defaultValue": "apoc,n10s,graph-data-science"
                    },
                    "RAILWAY_NEO4J_IMAGE_TAG": {
                      "defaultValue": "5.26.22-community-trixie"
                    },
                    "NEO4J_server_memory_heap_max__size": {
                      "defaultValue": "4G"
                    },
                    "NEO4J_server_memory_pagecache_size": {
                      "defaultValue": "4G"
                    },
                    "NEO4J_server_memory_heap_initial__size": {
                      "defaultValue": "1G"
                    },
                    "NEO4J_dbms_memory_transaction_total_max": {
                      "defaultValue": "1G"
                    }
                  },
                  "volumeMounts": {
                    "dbf5e67c-f81d-415c-8f4d-4c2044df7cd8": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T17:31:23.153Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_28d33ac8e18047ba9165",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 84,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "gb-neo4j-railway-template"
  }
}
