Cortif.AI API Documentation
Comprehensive guide for integrating with Cortif.AI's enterprise-grade AI monitoring platform
Cortif.AI API Documentation
Welcome to the Cortif.AI API Documentation! This comprehensive guide provides everything you need to integrate with our enterprise-grade AI monitoring platform.
What is Cortif.AI?
Cortif.AI is a continuous AI monitoring platform that provides real-time monitoring of AI systems with zero data exposure risk. Built with modern web technologies for scalability and security.
Key Features
- Continuous AI Monitoring
- Real-time monitoring of AI systems and models
- Zero Data Risk - Enterprise-grade security with no data exposure
- Drift Detection
- Monitor data drift and model drift automatically
- Dashboard Analytics
- Comprehensive analytics and reporting
- Team Management - Multi-user support with role-based access
- Project Organization
- Organize monitoring by projects
- Alert System
- Real-time alerts and notifications
- Integration Support
- Connect with various AI platforms and services
- Evidence Collection
- Automated evidence gathering and documentation
Architecture Overview
graph TB
A[Client Applications] --> B[API Gateway]
B --> C[Authentication Layer]
C --> D[Core API Services]
D --> E[Database Layer]
D --> F[Monitoring Engine]
F --> G[Alert System]
F --> H[Evidence Collection]Tech Stack
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Database: PostgreSQL with Prisma ORM
- Authentication: Better Auth
- UI Components: Radix UI + Tailwind CSS
- Charts: Recharts
- Forms: React Hook Form + Zod validation
Quick Navigation
Authentication
Learn how to authenticate with the Cortif.AI API
Projects
Manage and monitor your AI projects
Drift Detection
Monitor data drift and model drift in AI systems
Alerts
Configure and manage monitoring alerts
Integrations
Connect with Slack, email, and webhooks
Runs
Track and analyze monitoring runs
Evidence Packs
Collect and manage evidence data
Teams
Manage team members and permissions
Getting Started
- Authentication: Set up API authentication using Better Auth
- Create Project: Initialize your first monitoring project
- Configure Monitoring: Set up continuous monitoring for your AI systems
- Set Alerts: Configure real-time alerts for anomalies
- Collect Evidence: Automatically gather evidence and documentation
API Reference
Our REST API follows standard HTTP conventions and returns JSON responses. All endpoints require authentication unless otherwise specified.
Base URL
https://api.cortif.ai/v1Response Format
All API responses follow this consistent format:
{
"success": boolean,
"data": object | array | null,
"error": string | null,
"pagination": {
"page": number,
"limit": number,
"total": number,
"totalPages": number
}
}🔍 Need Help?
- 📧 Support: support@cortif.ai
- 📚 Documentation: Browse the sections in the sidebar
- 🐛 Issues: Report bugs or request features
- 💬 Community: Join our developer community