Client API
Configure the client
Environment variables for Go and TypeScript SDKs
| Variable | Required | Meaning |
|---|---|---|
CELLAR_API_KEY | yes | Raw key from api-key create (cellar_…) |
CELLAR_ENDPOINT | yes | Gateway 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.