RxLog Helm Chartsv1

Chart repository for RxLog ecosystem

Quickstart

helm repo add rxlog https://charts.rxlog.ai
helm repo update
helm search repo rxlog

Install rxlog-agent

helm install rxlog-agent rxlog/rxlog-agent \
  --namespace rxlog-agent --create-namespace \
  --set workspaceKey=<your-workspace-key>

The workspace key is a base64-encoded token that includes the workspace ID, platform host, and core host — no separate URL configuration needed.

Resources