{
  "manifest_version": "1.0.0",
  "template": {
    "id": "88ad7694-a860-4c8c-820d-5050547da0e2",
    "slug": "qdrant-vector-data-1",
    "name": "Qdrant Vector Database",
    "description": "Qdrant v1.18.3 vector database for RAG, API key auth, volume storage",
    "url": "https://railway.com/deploy/qdrant-vector-data-1",
    "upstream": {
      "image": "qdrant/qdrant:v1.18.3"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "qdrant",
      "source": {
        "image": "qdrant/qdrant:v1.18.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/qdrant/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "qdrant",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "QDRANT__SERVICE__API_KEY",
      "service": "qdrant",
      "description": "Provide a value for QDRANT__SERVICE__API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qdrant-vector-data-1"
      }
    },
    "cli": "railway deploy --template qdrant-vector-data-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "88ad7694-a860-4c8c-820d-5050547da0e2",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6cbb99b6-b9d5-4dd4-be1d-55f206fd18bd": {
                  "icon": null,
                  "name": "qdrant",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "qdrant/qdrant:v1.18.3"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "QDRANT__SERVICE__API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{QDRANT__SERVICE__API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6cbb99b6-b9d5-4dd4-be1d-55f206fd18bd": {
                      "mountPath": "/qdrant/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "qdrant",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-05T05:54:13.276Z",
  "generator_version": "0.1.0"
}
