{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a04d24c3-710e-4f97-8af9-36425784bf56",
    "slug": "uYYYQy",
    "name": "Standalone `pgvector` Service",
    "description": "A PostgreSQL instance with `vector` extension enabled.",
    "url": "https://railway.com/deploy/uYYYQy",
    "upstream": {
      "repo_url": "https://github.com/edmondwinston/railway-pgvector"
    }
  },
  "services": [
    {
      "name": "pgvector",
      "source": {
        "repo": "https://github.com/edmondwinston/railway-pgvector"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "POSTGRES_DB",
      "service": "pgvector",
      "description": "Your database name.  If it is not specified, then the value of POSTGRES_USER will be used.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "POSTGRES_USER",
      "service": "pgvector",
      "description": "Your database username.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "pgvector",
      "description": "Your database password.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "uYYYQy"
      }
    },
    "cli": "railway deploy --template uYYYQy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a04d24c3-710e-4f97-8af9-36425784bf56",
            "serializedConfig": {
              "services": {
                "a1a698be-2fe3-412b-bb4b-8fd2cf130fd3": {
                  "name": "pgvector",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/edmondwinston/railway-pgvector"
                  },
                  "variables": {
                    "POSTGRES_DB": {
                      "isOptional": true,
                      "description": "Your database name.  If it is not specified, then the value of POSTGRES_USER will be used.",
                      "defaultValue": "postgres"
                    },
                    "POSTGRES_USER": {
                      "isOptional": true,
                      "description": "Your database username.",
                      "defaultValue": "postgres"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Your database password.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T17:04:24.647Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_27f5c095bc844adeae16",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 83,
    "typical_build_seconds": 27,
    "typical_start_seconds": 10,
    "slowest_service": "pgvector"
  }
}
