Welcome to Palveron
The AI Governance Gateway for enterprise AI compliance.
Palveron is an AI Governance Gateway built for enterprise requirements. It sits between your applications and AI models, enforces security policies, monitors compliance posture, and anchors audit evidence on the Flare blockchain — all with microsecond-range latency.
Why Palveron?
Deploying AI in enterprises raises a difficult dilemma: you want to capture the productivity gains of LLMs and autonomous agents, but you can't accept data leaks, runaway agents, or regulatory violations.
Palveron solves this with a central control plane for all your AI systems — whether LLM API calls, autonomous agents, or third-party SaaS tools.
Getting Started
Quickstart (5 min)
Install an SDK, send your first verify call, see the result in the dashboard.
Official SDKs
TypeScript, Python, Go, Java — with retry, circuit breaker, and multi-modal support.
Core Features
Multi-Modal Guardrails
Verify text, images, audio, documents, and code. 6 built-in providers with auto-detection.
Gateway Proxy
Route LLM traffic through Palveron for near real-time PII detection, prompt-injection protection, and policy enforcement.
Agent Governance
Register, monitor, and control autonomous AI agents with lifecycle management, permissions, and budgets.
EU AI Act Compliance
Built-in risk classification, transparency disclosures, and FRIA tracking per the EU AI Act.
Blockchain Attestation
Tamper-evident audit trails anchored on the Flare Network via Merkle-tree proofs.
MCP Gateway
Govern coding agents (Cursor, Windsurf, Claude Code) and SaaS connectors via MCP.
Self-Hosting
On-premise deployment with Docker Compose or Helm on Kubernetes.
Integration Options
| Pattern | Latency | Best for |
|---|---|---|
| SDK (TypeScript, Python, Go, Java) | ~1ms async | Recommended. Full control, typed errors, retry, multi-modal. |
| Gateway Proxy | ~2-5ms | OpenAI-compatible APIs, no code changes |
| Extension API | Async | SaaS tools, SIEM, existing pipelines |
| MCP Gateway | Near real-time | Coding agents (Cursor, Windsurf, Claude Code) |
Official SDKs
| Language | Package | Installation |
|---|---|---|
| TypeScript | @palveron/sdk | npm install @palveron/sdk |
| Python | palveron-sdk | pip install palveron-sdk |
| Go | palveron-sdk-go | go get github.com/palveron/sdk-go |
| Java | io.palveron:palveron-sdk | JitPack or Maven Central |