Build domain-specific AI agents from your documents. Every answer is grounded in your data, cited with inline references, and scored for hallucination risk using DeBERTa-v3 NLI.
Every query goes through a 9-stage intelligent pipeline — from multimodal input all the way to a cited, faithfulness-verified response.
A complete RAG platform — from document ingestion to explainable, grounded answers.
Full interactive documentation available at /docs
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/auth/register | Create a new user account |
| POST | /api/auth/login | Login and receive JWT bearer token |
| GET | /api/agents/ | List all compiled agents for current user |
| POST | /api/agents/ | Create a new agent |
| POST | /api/compile/ | Start knowledge compilation from uploaded files |
| GET | /api/compile/{job_id} | Poll compilation job status + progress |
| POST | /api/chat/ | Send a query to an agent (REST) |
| WS | /ws/chat/{agent_id} | Real-time streaming chat via WebSocket |
| GET | /api/health | Health check — returns API + Groq status |
Automatic failover across Groq models when rate limits are hit — zero downtime.
Start querying your agent in three steps.