CellarCellar
Client API

Configure the client

Environment variables for Go and TypeScript SDKs

VariableRequiredMeaning
CELLAR_API_KEYyesRaw key from api-key create (cellar_…)
CELLAR_ENDPOINTyesGateway base URL (https://cellar.example.com)
export CELLAR_API_KEY='cellar_…'
export CELLAR_ENDPOINT='https://cellar.example.com'

Apps no longer need CELLAR_CA_CERT or direct manager gRPC addresses. The gateway holds the cluster CA and talks to managers privately.