Developer
Beta
Use the current product through two primary developer surfaces:
- Hosted Developer API —
https://api.botconnector.id/v1, authenticated with an API key created in Workspace. - BCCLI — install
@botconnector/bccli@nextwith Node.js 22+ and run it from your project terminal.
The hosted API currently verifies GET /v1/models and POST /v1/chat/completions as public routes.
The old managed llama.cpp/local API documentation belongs to the legacy desktop preview and is not the current public npm CLI contract.