Environment variables

Keep Cloud configuration explicit and secret-safe.

Bilinc needs a hosted API key for Cloud memory operations. Do not print, commit, or expose it.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.3
required

BILINC_API_KEY gates hosted memory operations.

export BILINC_API_KEY=bil_live_...
bilinc status
bilinc quicktest
optional

Use defaults unless support tells you otherwise.

BILINC_BASE_URL

Optional override for support-led environments. Default is https://bilinc.space.

Local config

bilinc login stores operator config so repeated shell exports are not always required.

mcp

Pass the key through the MCP env block.

"env": {
  "BILINC_API_KEY": "bil_live_..."
}