Skip to content

Cyborg SDKContext-Aware AI Chat Integration

Ship intelligent, documentation-aware chat in minutes

Quick Start

Install the React SDK and start chatting in 2 minutes:

bash
npm install @cyborg-sdk/react
tsx
import { CyborgProvider } from '@cyborg-sdk/react'

function App() {
  return (
    <CyborgProvider config={{ publishableKey: 'cpk_live_xxx' }}>
      {/* Your app */}
    </CyborgProvider>
  )
}

Get your publishable key →

Built with VitePress