Upgrade package
pip install -U bilinc==2.0.0
Latest published package: v2.0.0. Bilinc 2.0 installs as a cloud-only SDK, CLI, and MCP adapter for hosted Bilinc Cloud.
Bilinc 2.0 no longer ships the local StatePlane/runtime stack through the public PyPI package. Public installs now use a hosted API key with the Python SDK, CLI, or Cloud MCP adapter.
pip install -U bilinc==2.0.0
Start a 7-day trial at /signup and create a hosted API key.
export BILINC_API_KEY=bil_live_...
Use from bilinc import CloudClient instead of local StatePlane imports.
Commit, recall, and status now call hosted Bilinc Cloud endpoints.
Point MCP config at python -m bilinc.cloud_mcp.
Public package claims follow the latest PyPI release: `v2.0.0`.
Use `pip install bilinc`, create a hosted API key, then run SDK, CLI, or MCP calls against Bilinc Cloud.