{
  "manifest_version": "1.0.0",
  "template": {
    "id": "08c85b7b-e933-4cb3-a7cd-5dcf57658f1e",
    "slug": "rocket-chromadb",
    "name": "Rocket Chromadb",
    "description": "Self-host ChromaDB on Railway with persistent storage and an HTTP API.",
    "url": "https://railway.com/deploy/rocket-chromadb",
    "upstream": {
      "repo_url": "https://github.com/DhiWisePvtLtd/railway-chromadb-template"
    }
  },
  "services": [
    {
      "name": "railway-chromadb-template",
      "source": {
        "repo": "https://github.com/DhiWisePvtLtd/railway-chromadb-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rocket-chromadb"
      }
    },
    "cli": "railway deploy --template rocket-chromadb",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "08c85b7b-e933-4cb3-a7cd-5dcf57658f1e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6dc7fc19-d6de-4288-8fcc-ea3ef001214b": {
                  "icon": null,
                  "name": "railway-chromadb-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/DhiWisePvtLtd/railway-chromadb-template",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "volumeMounts": {
                    "6dc7fc19-d6de-4288-8fcc-ea3ef001214b": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T07:25:44.404Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_33b6534911634bd99d97",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 11,
    "typical_start_seconds": 10,
    "slowest_service": "railway-chromadb-template"
  }
}
