Documentation
Build with Cxorbi
Everything you need to integrate Cxorbi into your product — SDKs, REST API, webhooks, and full reference docs.
cxorbi-setup.js
// Install
npm install @cxorbi/sdk
// Initialize
import { cxorbi } from '@cxorbi/sdk';
cxorbi.init({
apiKey: 'YOUR_API_KEY',
environment: 'production',
});
// Identify your user
cxorbi.identify('user_123', {
name: 'Priya Sharma',
email: 'priya@example.com',
plan: 'pro',
});
// Trigger a survey
cxorbi.showSurvey('nps-survey');Browse the docs
Full reference for every part of the Cxorbi platform.
Getting Started
Install the SDK, authenticate, and send your first event in under 10 minutes.
Quick Start Guide
SDK Installation
Authentication
Environments
JavaScript SDK
Full reference for the browser SDK — surveys, events, session replay, and more.
cxorbi.init()
cxorbi.identify()
cxorbi.track()
cxorbi.showSurvey()
React SDK
React hooks and components for seamless integration into your React app.
CxorbiProvider
useSurvey()
useIdentify()
useSessionReplay()
REST API
Full REST API for managing surveys, responses, users, and feedback programmatically.
Authentication
Surveys API
Responses API
Users API
Webhooks
Receive real-time events when users submit feedback, complete surveys, or trigger intercepts.
Webhook setup
Event types
Payload reference
Retries & failures
API Reference
Complete reference for all API endpoints with request/response schemas.
Base URL & Auth
Rate limits
Error codes
Pagination
Developer FAQ
Common questions from our engineering community.
Need help integrating?
Our team is happy to walk you through the setup on a call.
Ready to start?
Fits right into your workflow
Free plan availableNo credit card requiredSetup in under 10 minutes