Integrations

Connect your AI in one line. No SDK required.

LLM Proxy (OpenAI / LangChain / CrewAI)

Point any OpenAI-compatible client at SAILLENT. All prompts & responses are inspected.

client = OpenAI(base_url="http://localhost:3000/v1")

MCP Gateway (Claude / Cursor / Tools)

Route tool calls through SAILLENT. Every MCP action is authorized by the policy engine.

{ "mcpServers": { "saillent": { "url": "http://localhost:3000/mcp" } } }

Python SDK (Custom Agents)

For bespoke agents that call tools directly.

pip install saillent
from saillent import Firewall
fw = Firewall("http://localhost:3000")
if fw.check(agent="bot", tool="db", action="Read", payload=q).allowed: run(q)

Universal Coverage

Zero-trust enforcement across every major model, framework, and IDE.

All Systems Monitored
OpenAI
OpenAI
GPT-5 / o3
Anthropic
Anthropic
Claude 3.5
LangChain
Frameworks
LangChain / Llama
Cursor
IDEs
Cursor / Cline
CrewAI
Multi-Agent
CrewAI / AutoGen
Ollama
Local Models
Ollama / LM Studio
Vercel
Vercel AI SDK
React / Next.js
GraphQL
Custom Tools
REST / GraphQL