{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4833f0d3-722a-407f-94cf-8b9db3362f9e",
    "slug": "I3K2X0",
    "name": "manticore",
    "description": "Manticore Search – easy-to-use open-source fast database for search",
    "url": "https://railway.com/deploy/I3K2X0",
    "upstream": {
      "image": "manticoresearch/manticore"
    }
  },
  "services": [
    {
      "name": "manticoresearch/manticore",
      "source": {
        "image": "manticoresearch/manticore"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "EXTRA",
      "service": "manticoresearch/manticore",
      "description": "Provide a value for EXTRA.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "I3K2X0"
      }
    },
    "cli": "railway deploy --template I3K2X0",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4833f0d3-722a-407f-94cf-8b9db3362f9e",
            "serializedConfig": {
              "services": {
                "851eb024-e77c-40fe-8003-a481c4fff70a": {
                  "name": "manticoresearch/manticore",
                  "source": {
                    "image": "manticoresearch/manticore"
                  },
                  "variables": {
                    "EXTRA": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1"
                    }
                  },
                  "volumeMounts": {
                    "851eb024-e77c-40fe-8003-a481c4fff70a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T11:47:02.216Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c13b93e4a186457aa57c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "manticoresearch/manticore"
  }
}
