01
Create a workspace
Upload docs. Get a public key for the page. The secret key stays in admin.
- Free signup · 1M tokens for new members
- FAQs, policies, and product docs
- Public key on the page · secret in console
Embeddable RAG
Embed a RAG assistant. Answers from your docs — with a source.
One CDN script for your product. The secret key stays in the console.
How it works
Create a workspace, upload knowledge, drop one script. Answers stay on your docs.
01
Upload docs. Get a public key for the page. The secret key stays in admin.
02
One CDN script. Users ask in chat. Answers come only from your docs, with a source.
Capabilities
Grounded answers from your knowledge — not the open web.
Not a general chatbot. Replies stay on the docs you uploaded — FAQs, policies, product specs.
Branded streaming chat with Markdown and a citation chip on every answer.
For teams
Your knowledge, your product, production-ready infrastructure.
What we build
Hybrid RAG, cited answers, streaming chat, and deployment support — scoped to your product and timeline.
Docs
Public key on the page. Secret key stays in the org console.
Paste before the closing body tag on any static or vanilla JS page.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My site</title>
</head>
<body>
<!-- your page content -->
<script
src="https://www.interviewpro.info/embed/doxpro.js"
data-public-key="pk_live_…"
data-api-base="https://interviewpro-info-v2.vercel.app/api/doxpro/v1"
async
></script>
</body>
</html>