Skip to content

Getting Started with Cyborg

Welcome to Cyborg! This guide will walk you through integrating context-aware AI chat into your application in just a few minutes.

What is Cyborg?

Cyborg is a comprehensive solution for adding intelligent, documentation-aware chat to your applications. It combines:

  • React SDK: Zero-config chat component for React applications
  • MCP Server: AI-powered documentation management for Claude Code and Cursor
  • Admin UI: Platform for managing API keys, projects, and documentation
  • Backend Services: RAG-powered chat API with vector search

Quick Overview

The integration process takes just 6 steps:

  1. Create Account - Sign up with Clerk authentication
  2. Create Project - Set up your integration
  3. Generate Documentation - Use the MCP server to generate docs from your codebase
  4. Upload Documentation - Sync your docs to the Cyborg backend
  5. Get API Key - Generate your API credentials
  6. Install SDK - Add @cyborg-sdk/react to your app

Prerequisites

  • Node.js 18+
  • A React application
  • Claude Code or Cursor IDE (for documentation workflow)

Let's get started!

Next: Create Account →

Built with VitePress