{
  "manifest_version": "1.0.0",
  "template": {
    "id": "282617af-c958-4465-8001-3d04404c6707",
    "slug": "opensearch",
    "name": "OpenSearch",
    "description": "Deploy a single-node OpenSearch instance on Railway.",
    "url": "https://railway.com/deploy/opensearch",
    "upstream": {
      "repo_url": "https://github.com/vergissberlin/railwayapp-opensearch"
    }
  },
  "services": [
    {
      "name": "railwayapp-opensearch",
      "source": {
        "repo": "https://github.com/vergissberlin/railwayapp-opensearch"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "opensearch"
      }
    },
    "cli": "railway deploy --template opensearch",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "282617af-c958-4465-8001-3d04404c6707",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a2dd39db-4d77-439b-9d81-9131b44c0afb": {
                  "icon": null,
                  "name": "railwayapp-opensearch",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/vergissberlin/railwayapp-opensearch",
                    "rootDirectory": null
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-15T04:14:48.407Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T17:28:02.436Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e73526a267dd46d1b656",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 99,
    "typical_build_seconds": 50,
    "typical_start_seconds": 30,
    "slowest_service": "railwayapp-opensearch"
  }
}
