BotConnector
Sign in Workspace Open App

TypeScript install

warning

TypeScript install Beta

Source-only preview

bash
npm install @botconnector/sdk
The package is implemented in the accepted source tree but is not published on npm. Do not pin npm install @botconnector/sdk in deployment automation yet.

Requirements

  • Node.js 20+
  • A running BotConnector local server (botconnector server start) — the SDK is a client.

What to use today

bash
npm install openai
typescript
import OpenAI from "openai";
const client = new OpenAI({ baseURL: "http://127.0.0.1:11435/v1", apiKey: "not-needed" });

Endpoints: OpenAI-compatible API.

Publication status

The source boundary is live-tested; npm publication, versioned package artifacts and a support policy are still pending. Watch the status page.