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 { ChatProvider } from '@cyborg-sdk/react'

function App() {
  return (
    <ChatProvider apiKey="your-api-key">
      {/* Your app */}
    </ChatProvider>
  )
}

Get your API key →

Built with VitePress