Built for Production
Everything you need to ship AI applications with confidence
SSO, SAML, OAuth 2.0, API Keys, and session management built-in
Role-based access control (RBAC) with fine-grained permissions
Complete audit trails and activity logs for compliance
Metrics, dashboards, and real-time monitoring
End-to-end encryption, secrets management, and secure storage
Deploy on your infrastructure — AI in the Box
Ship in Minutes, Not Months
Type-safe SDK with 230+ functions. Everything from authentication to AI completions, designed for production from day one.
import { initSDK, chat } from "@cpod/sdk";
// Initialize with API key
initSDK({
baseUrl: process.env.NEXT_PUBLIC_CPOD_BASE_URL!,
apiKey: process.env.CPOD_API_KEY!,
});
// Start building with AI
const response = await chat.complete({
message: "Analyze this security report...",
});
console.log(response.content);
Full TypeScript support with comprehensive type definitions and IntelliSense
Complete coverage of authentication, AI, files, projects, and more
Built-in Server-Sent Events for responsive AI experiences
Import only what you need for optimal bundle sizes
Everything in One SDK
Comprehensive API coverage across all CyberPod services
SSO, SAML, sessions, tokens
AI completions with streaming
Upload, download, search, share
Collaboration & organization
Background job management
AI expert configuration
Knowledge graph operations
Model Context Protocol
Metrics & monitoring
Secure credential storage
Token lifecycle management
Activity logs & compliance
Start Building Something Amazing
Everything you need to ship production AI applications. Full TypeScript support, comprehensive docs, and ready-to-use examples.