Agent Frameworks
Add identity, permissions, and audit trails to your agents in 3 lines of code.
LangChain
Middleware that wraps tool execution with permission checks and audit logging. Compatible with LangChain agents, chains, and tool classes.
OpenAI Assistants
Function call interceptor that verifies agent permissions before tool execution and logs results as audit events.
Claude (Anthropic)
Tool use interceptor that wraps Claude's tool calls with identity verification, permission enforcement, and automatic audit event emission.
CrewAI
Task-level integration that maps crew member identities to Vorim agents and enforces per-task permission boundaries.
LlamaIndex
Query engine wrapper that logs data access patterns, enforces read/write permissions, and records retrieval audit trails.
Pydantic AI
Type-safe dependency injection with VorimDeps. Permission checking and audit logging via vorim_tool decorator. Full RunContext integration.
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.
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.
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.

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.
Protocols
Identity and trust verification for agent-to-agent communication protocols.
Google A2A Protocol
Extends A2A Agent Cards with cryptographic identity, live trust scoring (0-100), and permission verification. Verify incoming agents before interacting.
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.
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.

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.
Agent Platforms
Identity and trust for autonomous agent platforms.
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.
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.
Python SDK
Synchronous and asynchronous clients with full feature parity. Uses httpx for non-blocking operations in async agent frameworks.
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.
Trust Badge (SVG)
Embeddable SVG badge displaying an agent's trust score. Use in dashboards, documentation, agent directories, and marketplaces.
Enterprise & Automation
Land Vorim in the systems your team already runs — SIEM, and the automation platforms where agents are wired up.
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.
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.
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.
Make
Make (Integromat) custom app with permission, runtime-decision, audit, and trust modules. Drop Vorim into your Make scenarios.
Don't see your framework?
The REST API works with any language or framework. Or reach out and we'll build the integration together.