🧠 Context-Aware Intelligence
Automatically understands your documentation and user context for relevant, accurate responses
Ship intelligent, documentation-aware chat in minutes
Install the React SDK and start chatting in 2 minutes:
npm install @cyborg-sdk/reactimport { CyborgProvider } from '@cyborg-sdk/react'
function App() {
return (
<CyborgProvider config={{ publishableKey: 'cpk_live_xxx' }}>
{/* Your app */}
</CyborgProvider>
)
}