Client SDK
Browser SDK for headless chat integration. Perfect for custom chat UIs in React, Vue, or vanilla JS.
npm install @divinci-ai/clientOfficial SDKs for integrating Divinci AI into your applications.
Client SDK
Browser SDK for headless chat integration. Perfect for custom chat UIs in React, Vue, or vanilla JS.
npm install @divinci-ai/clientServer SDK
Node.js SDK for full platform access. Manage workspaces, releases, and RAG documents.
npm install @divinci-ai/serverMCP SDK
MCP protocol SDK for AI assistants. Integrate with Claude Desktop, Cursor, and other MCP clients.
npm install @divinci-ai/mcpTypes
Shared TypeScript type definitions. Automatically included as a dependency.
npm install @divinci-ai/types| Use Case | SDK | Example |
|---|---|---|
| Chat widget in browser | @divinci-ai/client | React app, Vue app |
| Custom chat UI | @divinci-ai/client | Headless chat integration |
| Backend API integration | @divinci-ai/server | Express, Fastify, NestJS |
| RAG document management | @divinci-ai/server | Document upload, search |
| Claude Desktop integration | @divinci-ai/mcp | MCP tool access |