VORIM
We use cookies

We use cookies to analyze site traffic and improve your experience. You can choose to accept all cookies or only essential ones. See our Privacy Policy.

Integrations

Works With Everything You Already Use

Add agent identity to your existing stack. No refactoring. SDKs for TypeScript and Python, integrations for every major framework.

Agent Frameworks

Add identity, permissions, and audit trails to your agents in 3 lines of code.

LangChain

LangChain

Middleware that wraps tool execution with permission checks and audit logging. Compatible with LangChain agents, chains, and tool classes.

npm install @vorim/sdk
TypeScript + Python
OpenAI Assistants

OpenAI Assistants

Function call interceptor that verifies agent permissions before tool execution and logs results as audit events.

npm install @vorim/sdk
TypeScript + Python
Claude (Anthropic)

Claude (Anthropic)

Tool use interceptor that wraps Claude's tool calls with identity verification, permission enforcement, and automatic audit event emission.

npm install @vorim/sdk
TypeScript + Python
CrewAI

CrewAI

Task-level integration that maps crew member identities to Vorim agents and enforces per-task permission boundaries.

pip install vorim
Python
LlamaIndex

LlamaIndex

Query engine wrapper that logs data access patterns, enforces read/write permissions, and records retrieval audit trails.

npm install @vorim/sdk
TypeScript
Pydantic AI

Pydantic AI

Type-safe dependency injection with VorimDeps. Permission checking and audit logging via vorim_tool decorator. Full RunContext integration.

pip install vorim
Python
NEW
Vercel AI SDK

Vercel AI SDK

Wrap the tools you pass to generateText / streamText. wrapVercelTools gates each tool call with a permission or runtime-control check and records a signed audit event. Opt into runtime control to link every event to a decision_id.

npm install @vorim/sdk
TypeScript
NEW
LangGraph

LangGraph

Guard the tools inside your LangGraph nodes. wrapGraphTools enforces a permission or runtime-control check on every tool a node executes and records a signed audit event tagged to the graph. Drop the guarded tools into a ToolNode or prebuilt ReAct agent.

npm install @vorim/sdk
TypeScript
NEW
Microsoft AutoGen / AG2

Microsoft AutoGen / AG2

Guard the functions your AutoGen agents call. The vorim_guard decorator gates each tool with a permission or runtime-control check and emits a signed audit event before registering it with your agent.

pip install vorim
Python
NEW
Google ADK

Google ADK

Guard the function tools in your Google Agent Development Kit agents. The vorim_tool decorator wraps the callable behind a FunctionTool with a permission or runtime-control check and a signed audit event.

pip install vorim
Python

Protocols

Identity and trust verification for agent-to-agent communication protocols.

NEW
Google A2A Protocol

Google A2A Protocol

Extends A2A Agent Cards with cryptographic identity, live trust scoring (0-100), and permission verification. Verify incoming agents before interacting.

npm install @vorim/a2a
TypeScript + Python
MCP (Model Context Protocol)

MCP (Model Context Protocol)

19 tools for Claude and any MCP-compatible client. Register agents, check permissions, emit audit events, verify trust, and manage credentials directly from Claude.

npm install @vorim/mcp-server
TypeScript
NEW
Stripe Agentic Commerce (ACP)

Stripe Agentic Commerce (ACP)

Agent identity verification before payments. Ensures only authorized agents with transact permission can create checkouts via Stripe ACP. Full audit trail on every transaction.

pip install vorim # or npm install @vorim/sdk
TypeScript + Python
NEW
Google UCP (Universal Commerce Protocol)

Google UCP (Universal Commerce Protocol)

Verify an agent's identity, transact permission, and trust score before a UCP checkout, then sign every order as offline-verifiable evidence. The identity and audit layer for Google's open agentic-commerce protocol.

pip install vorim # or npm install @vorim/sdk
TypeScript + Python

Agent Platforms

Identity and trust for autonomous agent platforms.

NEW
OpenClaw

OpenClaw

Give your OpenClaw agent a cryptographic identity, enforce permissions before sensitive actions, and log a tamper-proof audit trail. Installs as a skill via mcporter + MCP server.

mcporter config add vorim --stdio "npx -y @vorim/mcp-server"
MCP Skill

SDKs

Official client libraries with full feature parity.

TypeScript SDK

Fully typed client for all platform capabilities. Agent registration, permission management, audit events, trust verification, credential delegation, and ephemeral identity.

npm install @vorim/sdk
TypeScript / Node.js

Python SDK

Synchronous and asynchronous clients with full feature parity. Uses httpx for non-blocking operations in async agent frameworks.

pip install vorim
Python 3.8+

Public APIs

No authentication required. Verify any agent's trust score from anywhere.

Trust Verification API

Query any agent's trust score, status, and public key fingerprint. Rate-limited for fair use. Returns trust breakdown by factor.

GET /v1/trust/verify/:agentId
REST API

Trust Badge (SVG)

Embeddable SVG badge displaying an agent's trust score. Use in dashboards, documentation, agent directories, and marketplaces.

GET /v1/trust/badge/:agentId.svg
SVG embed

Enterprise & Automation

Land Vorim in the systems your team already runs — SIEM, and the automation platforms where agents are wired up.

NEW
SIEM (Splunk / Elastic / OTel)

SIEM (Splunk / Elastic / OTel)

Forward the signed audit trail into your SIEM. createSiemForwarder maps each audit event to an OpenTelemetry log record and ships it to an OTLP collector, Splunk HEC, or Elasticsearch, so agent actions land in the tools your security team already watches.

npm install @vorim/sdk
TypeScript
NEW
n8n

n8n

Community node (n8n-nodes-vorim) with Check Permission, Runtime Decision, Emit Audit Event, Verify Trust, and Register Agent operations. Self-hostable, for the automation platform enterprises run themselves.

n8n-nodes-vorim
n8n Node
NEW
Zapier

Zapier

Zapier app with actions (check permission, runtime decision, emit audit event, verify trust) and a New Audit Event trigger. Wire Vorim into thousands of apps with no code.

Zapier app
Zapier
NEW
Make

Make

Make (Integromat) custom app with permission, runtime-decision, audit, and trust modules. Drop Vorim into your Make scenarios.

Make app
Make

Don't see your framework?

The REST API works with any language or framework. Or reach out and we'll build the integration together.