Framework integrations
Every framework adapter in one table, plus the payment-rail and regulated-industry connectors that gate an action rather than record it after the fact.
Framework Integrations
The SDK ships with first-class integrations for popular AI agent frameworks. Each integration provides permission-checked tool execution and automatic audit trail emission via subpath imports.
| Framework | Import | Key exports |
|---|---|---|
| LangChain / LangGraph | @vorim/sdk/integrations/langchain | wrapTool, wrapTools, VorimCallbackHandler, createVorimAgent |
| Coinbase AgentKit | @vorim/sdk/integrations/langchain | wrapTools over getLangChainTools(agentKit) — gate + sign each onchain action |
| OpenAI Function Calling | @vorim/sdk/integrations/openai | VorimToolRegistry, runAgentLoop, createVorimOpenAIAgent |
| CrewAI | @vorim/sdk/integrations/crewai | registerCrew, emitCrewTaskEvent, verifyCrewTrust |
| LlamaIndex | @vorim/sdk/integrations/llamaindex | wrapTool, wrapTools, createVorimAgent |
| Anthropic / Claude | @vorim/sdk/integrations/anthropic | VorimToolRegistry, runAgentLoop, createVorimClaudeAgent |
Connectors: card-issuing payment rails and regulated-industry systems of record. Each one gates and signs each mutating action an agent takes, with a spend ceiling or a capability cap and escalation to a named human. See the full integrations catalog for details.
| Connector | Import | What it guards |
|---|---|---|
| Anthropic Commerce Agents | @vorim/sdk/integrations/commerce-agents | Cart writes and checkout handoff by scope; the live apply_change escalates to a named human |
| Stripe Issuing | @vorim/sdk/integrations/stripe-issuing | Sign every real-time card authorization against a spend ceiling |
| Lithic | @vorim/sdk/integrations/lithic | Sign each Auth Stream Access approve / decline; single-use cards |
| Marqeta | @vorim/sdk/integrations/marqeta | Sign each JIT Funding decision (enterprise issuing) |
| Coinbase CDP Wallet | @vorim/sdk/integrations/coinbase-cdp | Value ceiling + network / destination allowlists per broadcast |
| Ramp | @vorim/sdk/integrations/ramp | Cap and sign each virtual-card limit provisioning action |
| Guidewire (insurance) | @vorim/sdk/integrations/guidewire | Dollar ceiling on claim payments / reserves; adjuster escalation |
| Benchling / Veeva (life sciences) | @vorim/sdk/integrations/life-sciences | Draft-not-release; Part 11 human-of-record signature |
| HL7 FHIR (healthcare) | @vorim/sdk/integrations/fhir | Read-only / resource caps; unsigned-order clinician escalation |
| iManage / NetDocuments (legal) | @vorim/sdk/integrations/legal | Narrow-not-widen access; supervising-lawyer escalation |
| Okta (Management API) | @vorim/sdk/integrations/okta | Gate + sign admin writes; role grants / token mints escalate to a named admin |
| Microsoft Entra ID (Graph) | @vorim/sdk/integrations/entra | Directory-role / app-secret / app-role grants escalate to a named admin |
| AWS IAM / STS | @vorim/sdk/integrations/aws-iam | Access-key mints and role/policy privilege changes escalate to a named admin |
Book a demo for a walkthrough, or contact us for support. For enterprise needs, reach out at sales@vorim.ai.