{
  "manifest_version": "1.0.0",
  "template": {
    "id": "49136d29-9d2b-4301-b95e-1ad7acc508b6",
    "slug": "DXBDVS",
    "name": "typesense",
    "description": "Fast, typo-tolerant open source search engine",
    "url": "https://railway.com/deploy/DXBDVS",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/typesense"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "typesense",
      "source": {
        "repo": "https://github.com/railwayapp-templates/typesense"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "typesense",
      "description": "Private Port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "TYPESENSE_URL",
      "service": "typesense",
      "description": "Private URL to access Typesense",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "TYPESENSE_API_KEY",
      "service": "typesense",
      "description": "Secret API Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TYPESENSE_DATA_DIR",
      "service": "typesense",
      "description": "The location to store persistent data",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TYPESENSE_PUBLIC_URL",
      "service": "typesense",
      "description": "Public URL to access Typesense",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "TYPESENSE_THREAD_POOL_SIZE",
      "service": "typesense",
      "description": "Set this value according to your plan.<br/>Recommended max values: Trial = 8, Hobby = 64, Pro = 200 **(Absolute Max)**",
      "secret": false,
      "strategy": "default",
      "default": "64"
    },
    {
      "key": "TYPESENSE_NUM_COLLECTIONS_PARALLEL_LOAD",
      "service": "typesense",
      "description": "Set this value according to your plan.<br/>Recommended max values: Trial = 4, Hobby = 32, Pro = 128 **(Absolute Max)**",
      "secret": false,
      "strategy": "default",
      "default": "32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "DXBDVS"
      }
    },
    "cli": "railway deploy --template DXBDVS",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "49136d29-9d2b-4301-b95e-1ad7acc508b6",
            "serializedConfig": {
              "services": {
                "db88c2af-4499-4366-8165-0cc022e53c57": {
                  "icon": "https://i.imgur.com/YBp1qKR.png",
                  "name": "typesense",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "railwayapp-templates/typesense",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "Private Port",
                      "defaultValue": "8080"
                    },
                    "TYPESENSE_URL": {
                      "description": "Private URL to access Typesense",
                      "defaultValue": "http://${{RAILWAY_PRIVATE_DOMAIN}}:${{PORT}}"
                    },
                    "TYPESENSE_API_KEY": {
                      "description": "Secret API Key",
                      "defaultValue": "{{TYPESENSE_API_KEY}}"
                    },
                    "TYPESENSE_DATA_DIR": {
                      "description": "The location to store persistent data",
                      "defaultValue": "${{RAILWAY_VOLUME_MOUNT_PATH}}"
                    },
                    "TYPESENSE_PUBLIC_URL": {
                      "description": "Public URL to access Typesense",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "TYPESENSE_THREAD_POOL_SIZE": {
                      "description": "Set this value according to your plan.<br/>Recommended max values: Trial = 8, Hobby = 64, Pro = 200 **(Absolute Max)**",
                      "defaultValue": "64"
                    },
                    "TYPESENSE_NUM_COLLECTIONS_PARALLEL_LOAD": {
                      "description": "Set this value according to your plan.<br/>Recommended max values: Trial = 4, Hobby = 32, Pro = 128 **(Absolute Max)**",
                      "defaultValue": "32"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "db88c2af-4499-4366-8165-0cc022e53c57": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "typesense",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T05:54:15.658Z",
  "generator_version": "0.1.0"
}
