Quick Start
Deploy your first AI assistant in 5 minutes
API Reference
REST API documentation
Knowledge Bases
Add documents for RAG
React UI Kit
Pre-built chat components
Platform Capabilities
| Capability | Description |
|---|---|
| Knowledge Bases | Upload documents for automatic chunking and vector embeddings for RAG. |
| Multi-Provider LLMs | Access leading AI models from multiple providers. Switch models without code changes. |
| System Prompts | Modular “particles” for role, tone, and guardrails. Version-controlled with audit trail. |
| Streaming | Real-time SSE responses. Vercel AI SDK compatible with X-Stream-Format: ai-sdk. |
| Tool Calling | Define functions the AI can invoke. Supports parallel tool execution. |
| Structured Outputs | Enforce JSON Schema compliance for programmatic responses. |
Security & Compliance
| Standard | Status |
|---|---|
| SOC 2 Type II | Enterprise plan |
| GDPR | All plans |
| TLS 1.3 | All API traffic |
| AES-256 | Data at rest |
Get Started
FAQ
What is Cuadra AI?
Cuadra AI is a platform for building custom AI assistants powered by your documents. Upload files, build knowledge bases, and deploy chatbots via REST API or React components.How does RAG work in Cuadra AI?
When you link a dataset to a model, the Chat API automatically searches your documents for relevant content and includes it in the LLM context. The response includes source citations.Which LLM providers are supported?
Cuadra AI supports multiple leading AI providers. Browse available models viaGET /v1/models/catalog. Switch providers without code changes.