Cevvo creates accurate AI agents from your content and 50+ sources. Deploy across support, docs, and internal teams in minutes.
To authenticate API requests, include your API key in the Authorization header:
Generate API keys from Settings → API Keys.
Add AI-powered answers to your product with a few lines of code.
<!-- Add before </body> -->
<script src="https://cdn.cevvo.ai/widget/widget.js"></script>
<script>
CevvoWidget.init({ projectId: "your-id", apiKey: "your-api-key" })
</script># Response
To authenticate, use a Bearer token
in the Authorization header:
## Example
Authorization: Bearer cv_xxx
Source: docs/auth.mdConnect your docs in minutes. Import from URLs, GitHub, Notion, or upload files.
Answers grounded in your docs. Cites sources and says "I don't know" when unsure.
Answer grounded in 3 sources
No hallucination detected
Full API access for custom integrations. Build AI features into your product.
{ "answer": "Use Bearer token...", "sources": [{ "url": "..." }] }
Embed an AI assistant on your website with one line of code.
Every answer includes links to the original docs. Build trust with transparency.
Answer questions directly in Slack. Perfect for internal knowledge bases.
Use Bearer token in the Authorization header...
Import from URLs, GitHub, Notion, or upload files. We automatically chunk and embed your content.
Add a chat widget to your docs, use our API, or connect to Slack. Takes minutes.
<script src="cevvo.js"></script> Cevvo.init({ "proj": "..." })
Track what users ask, find gaps in your docs, and continuously improve.
Get started
Start getting AI-powered answers for free and scale seamlessly as your project expands. No credit card needed.
Use Bearer token in the Authorization header:
Authorization: Bearer <token> See: Auth Guide
Everything you need to know about Cevvo.