KoreShield
Integrations

Integrations

Integrate KoreShield with popular frameworks and platforms

Integrations

KoreShield provides seamless integration with popular frameworks and platforms. Choose your framework below to get started with secure AI integration.

JavaScript/TypeScript SDK

Our comprehensive JavaScript/TypeScript SDK supports all major frameworks and environments.

Quick Install

npm install koreshield

Framework Guides

Universal Usage

import { createClient } from 'koreshield';

const client = createClient({
    baseURL: 'https://your-koreshield-instance.com',
    apiKey: 'your-api-key'
});

// Works everywhere - Node.js, browsers, edge functions
const response = await client.createChatCompletion({
    model: 'gpt-3.5-turbo',
    messages: [{ role: 'user', content: 'Hello!' }]
});

Python SDK

For Python applications and frameworks.

Python Guides

Our Python integration guides cover the most popular web frameworks and LLM tools.

  • Django - Middleware integration for Django apps
  • FastAPI - Dependency injection and middleware for FastAPI
  • Flask - Decorator-based protection for Flask routes
  • LlamaIndex - Secure RAG pipelines with CustomLLM

Installation

pip install koreshield

Platform Integrations

Vercel

Deploy KoreShield-protected applications on Vercel with edge function support.

Netlify

Integrate KoreShield with Netlify functions and edge handlers.

Cloudflare Workers

Run KoreShield in Cloudflare's edge network for global performance.

AWS Lambda

Serverless integration with AWS Lambda functions.

Docker

Containerized deployments with KoreShield.

API Integrations

OpenAI

Drop-in replacement for OpenAI SDK with security monitoring.

import { KoreShieldOpenAI } from 'koreshield';

// Replace your OpenAI import
const openai = new KoreShieldOpenAI({
    baseURL: 'https://your-koreshield-instance.com',
    apiKey: 'your-koreshield-api-key'
});

// Use exactly like OpenAI SDK - with security!
const completion = await openai.chat.completions.create({
    model: 'gpt-3.5-turbo',
    messages: [{ role: 'user', content: 'Hello!' }]
});

Anthropic Claude

Secure integration with Anthropic's Claude models.

Google Gemini

Protected access to Google's Gemini AI models.

Custom Models

Integrate with any OpenAI-compatible API endpoint.

Database Integrations

PostgreSQL

Store security events and metrics in PostgreSQL.

MongoDB

Document-based storage for security data.

Redis

High-performance caching and session management.

Monitoring Integrations

Prometheus

Export metrics to Prometheus for monitoring.

Grafana

Create dashboards with security insights.

Datadog

Enterprise monitoring and alerting.

Sentry

Error tracking with security context.

Need Help?

On this page