CLI

Use the Bilinc CLI as the shortest Cloud path.

Install, connect a hosted key, run quicktest, and keep operator workflows reproducible from one terminal.

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

Start with one command path.

The CLI is the recommended first-run path because it proves install, key storage, hosted commit, hosted recall, and status before an agent is involved.

pip install -U bilinc
bilinc start
bilinc login --api-key bil_live_...
bilinc quicktest
operator.loop

Use explicit commands when you need to inspect behavior.

commit

Write durable hosted memory under a stable key.

recall

Query prior agent state before continuing work.

status

Check package, config, and Cloud health posture.

failure.model

Missing keys should fail before side effects.

Commit and recall commands require a hosted API key. If the key is missing or expired, the CLI should stop with a signup/login path instead of writing partial state.