Build with Ragen AI
Integrate AI-powered, knowledge-grounded chat into your application. Your documents, your models, your API.
curl -X POST https://api.ragen.ai/v1/chat \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "What is our refund policy?"
}'
🔑
API Keys
Generate and manage API keys from the dashboard. Each key is scoped to a project with its own knowledge base.
💬Chat API
Send messages and get AI-powered responses grounded in your documents via a simple REST endpoint.
🔒Secure by Default
API keys are stored in an encrypted vault. All internal communication uses timing-safe secret verification.