{
  "manifest_version": "1.0.0",
  "template": {
    "id": "eec42454-8845-4da1-9715-6161688f29ef",
    "slug": "chroma",
    "name": "Chroma [Updated Sep ’26]",
    "description": "Chroma [Sep ’26] (Store, Search & Manage AI Embeddings Fast) Self Host",
    "url": "https://railway.com/deploy/chroma",
    "upstream": {
      "image": "chromadb/chroma:latest"
    }
  },
  "services": [
    {
      "name": "chroma-core/chroma",
      "source": {
        "image": "chromadb/chroma:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/index_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "CHROMA_HOST",
      "service": "chroma-core/chroma",
      "description": "Provide a value for CHROMA_HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "CHROMA_PORT",
      "service": "chroma-core/chroma",
      "description": "Provide a value for CHROMA_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "chroma"
      }
    },
    "cli": "railway deploy --template chroma",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "eec42454-8845-4da1-9715-6161688f29ef",
            "serializedConfig": {
              "services": {
                "9fd5e614-5b1d-4903-89b7-820604e048f4": {
                  "name": "chroma-core/chroma",
                  "source": {
                    "image": "chromadb/chroma:latest"
                  },
                  "variables": {
                    "CHROMA_HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "CHROMA_PORT": {
                      "defaultValue": "8000"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "your-openai-api-key-here",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "9fd5e614-5b1d-4903-89b7-820604e048f4": {
                      "mountPath": "/index_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T04:09:52.513Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c8c5771d306945d599e7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 57,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "chroma-core/chroma"
  }
}
