Product status
Status is generated from data/product-status.json and reflects the current public product boundary.
Capability status
| Capability | Status | Availability | Verified | Notes |
|---|---|---|---|---|
| Web App | Beta · implemented | Public | Yes | app.botconnector.id is live with Cloud/Local selection and account-bound sessions. |
| BotConnector Cloud | Beta · implemented | Public | Yes | Free Starter is public. PAYG catalog access depends on account billing activation. |
| Hosted Developer API | Beta · implemented | Public | Yes | https://api.botconnector.id/v1 is live. Hosted /v1/models and /v1/chat/completions require a BotConnector API key. |
| Workspace API Keys | Beta · implemented | Public | Yes | Authenticated Workspace users can create, list and revoke account API keys. |
| Cloud Model Catalog | Beta · implemented | Public | Yes | Workspace publishes Free Starter and PAYG model metadata without exposing internal routing providers. |
| BCCLI | Beta · implemented | Public | Yes | BCCLI v0.4 is the public terminal AI coding agent. Install with @botconnector/bccli@next; Node.js 22+. |
| Local AI via Ollama | Beta · implemented | Public | Yes | BCCLI v0.4 can use Ollama cloud/local alongside BotConnector Cloud and other supported providers. |
| Managed llama.cpp Runtime | Experimental · implemented | Unavailable | No | Legacy preview capability; not part of the current public npm CLI/TUI distribution. |
| Legacy Desktop Preview | Experimental · implemented | Unavailable | No | The old 0.4.0 installer is no longer a current public download. |
| MCP | Beta · implemented | Public | Yes | The public CLI includes MCP management commands. |
| Remote Runtime | Experimental · partial | Preview | No | Use explicit authorized networking; no custom BotConnector pairing transport is promised. |
| Browser AI | Experimental · planned | Unavailable | No | Browser-local inference is not currently available. |
| Python SDK | Beta · implemented | Preview | Yes | Source SDK exists; no PyPI package is currently published. |
| TypeScript SDK | Beta · implemented | Preview | Yes | Source SDK exists; no npm SDK package is currently published. |
| Vision | Beta · implemented | Public | Yes | Available on compatible Cloud/Local models; model capability varies. |
| Tool Use | Beta · implemented | Public | Yes | Available on compatible models and clients; support varies by model. |
| Headless Server | Beta · implemented | Public | Yes | The previous BCCLI headless server/attach workflow is not part of the current BCCLI v0.4 command surface. |
| Hosted Responses API | Experimental · planned | Unavailable | No | /v1/responses is not a current public hosted endpoint. |
| Hosted Anthropic Messages | Experimental · planned | Unavailable | No | /v1/messages is not a current public hosted endpoint. |
How to read it
- Maturity — Stable, Beta, or Experimental.
- Implementation — Implemented, Partial, or Planned.
- Availability — Public, Preview, Private, or Unavailable.
- Verified — acceptance evidence exists for the current build or live surface.
- Commercial — used only where a capability has a meaningful commercial state.
Current highlights
- BotConnector Cloud is public for Free Starter.
- Hosted Developer API is live at
https://api.botconnector.id/v1. - Workspace API keys are self-service for signed-in accounts.
- PAYG models are catalogued; access follows billing activation.
- The public CLI/TUI is distributed through npm.
- The current public Local AI path uses local Ollama.
- The old managed llama.cpp desktop preview is not the current public distribution.