Skip to main content
Enterprise AI Accelerator

From Vibe Code to

Build production-ready AI applications with enterprise-grade security, authentication, and compliance — all running on your infrastructure.

npm install github:ZySec-AI/cpod-apps-sdk#develop
230+Functions
100%TypeScript
SSEStreaming

Built for Production

Everything you need to ship AI applications with confidence

Authentication

SSO, SAML, OAuth 2.0, API Keys, and session management built-in

Authorization

Role-based access control (RBAC) with fine-grained permissions

Auditing

Complete audit trails and activity logs for compliance

Observability

Metrics, dashboards, and real-time monitoring

Security

End-to-end encryption, secrets management, and secure storage

On-Premises

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);
TS
Type-Safe by Default

Full TypeScript support with comprehensive type definitions and IntelliSense

API
230+ Production Functions

Complete coverage of authentication, AI, files, projects, and more

SSE
Real-time Streaming

Built-in Server-Sent Events for responsive AI experiences

MOD
Tree-Shakeable Modules

Import only what you need for optimal bundle sizes

Everything in One SDK

Comprehensive API coverage across all CyberPod services

Authentication

SSO, SAML, sessions, tokens

Chat

AI completions with streaming

Files

Upload, download, search, share

Projects

Collaboration & organization

Tasks

Background job management

Experts

AI expert configuration

Graphs

Knowledge graph operations

MCP Servers

Model Context Protocol

Dashboard

Metrics & monitoring

Secrets

Secure credential storage

API Tokens

Token lifecycle management

Auditing

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.