DoxPro · Org-knowledge AI assistants

DoxPro

Turn your docs into a grounded support assistant — hybrid RAG, secure keys, and an embeddable chat widget. Create a workspace, brand the bot, index knowledge, and go live on your site in minutes. Public key in the browser · secret key in the console — free to start.

Free workspace · Sample console · Embeddable widget

What you ship

Workspaces, hybrid RAG, and an embeddable widget — built around your organization knowledge.

01

Answers from your docs

Hybrid RAG retrieves the right passages before every reply.

  • Chunk, embed, and index uploaded or pasted knowledge
  • Grounded answers with retrieval before generation
  • Refuse inventing undocumented product facts
02

Safe to embed

Public key in the browser. Secret key stays in the console.

  • Workspace public & secret keys
  • Brand name, color, and welcome copy from the console
  • Origin allowlists when you need tighter control
03

Live in minutes

Create a workspace, add knowledge, embed the widget.

  • Sample workspace — try the console without signup
  • Drop-in DoxProChat component for your app
  • SSE streaming chat UX for end users

How it works

Four steps to a live assistant

From empty workspace to embedded chat — usually under five minutes.

  1. 01

    Create a workspace

    Name your product and get a public key for the widget plus a secret key for the console.

  2. 02

    Brand the assistant

    Set name, color, welcome message, and tone so it matches your product.

  3. 03

    Add knowledge

    Upload or paste docs. DoxPro chunks, embeds, and indexes them for grounded answers.

  4. 04

    Embed the widget

    Drop in the DoxPro chat component with your public key — live on your site.

After onboarding

Integrate with your public key

Pass the public key — branding loads from your workspace. Keep the secret key in the console only.

What you add to your app

  • Import DoxProChat and widget styles
  • Pass publicKey="pk_live_…"
  • Point apiBase at /api/doxpro/v1
import { DoxProChat } from '@/components/doxpro/widget/DoxProChat'
import '@/components/doxpro/widget/styles.css'

<DoxProChat
  publicKey="pk_live_…"
  apiBase="https://interviewpro-info-v2.vercel.app/api/doxpro/v1"
/>

Ready when your docs are

Free to start. No card required. Sample workspace available from the console login.