Quicktest help

Make the first Cloud smoke boring.

Quicktest is the activation target: one hosted commit, one hosted recall, and one Cloud status check from your machine.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.4
Checklist

bilinc --version

Expected: bilinc 2.1.4 or newer. If older, run pip install -U bilinc.

bilinc login --api-key bil_live_...

Expected: key saved locally. Never paste the key into support.

bilinc status

Expected: hosted Cloud status is ok. If not, check /status.

bilinc quicktest

Expected: commit, recall, and status all pass.

CERTIFICATE_VERIFY_FAILED

Upgrade to bilinc 2.1.4 or newer. The Cloud client uses a certifi-backed CA bundle while preserving BILINC_CA_BUNDLE and SSL_CERT_FILE overrides.

Common fixes
# Upgrade package
pip install -U bilinc

# Confirm the SSL hotfix version
bilinc --version

# Reconnect key
bilinc login --api-key bil_live_...

# Verify Cloud status
bilinc status

# Run the activation smoke
bilinc quicktest