n8n-nodes-vorim
v0.1.2
Published
n8n community node for Vorim AI — agent identity, permission checks, runtime control, and signed audit trails
Maintainers
Readme
n8n-nodes-vorim
n8n community node for Vorim AI. Gate and audit AI agent actions inside your n8n workflows.
Operations
- Check Permission — verify an agent holds a scope
- Runtime Decision — gate an action against live policy (allow/deny/escalate)
- Emit Audit Event — record a signed audit event
- Verify Trust — public trust score for an agent
- Register Agent — create a new agent identity
Install
In n8n: Settings → Community Nodes → install n8n-nodes-vorim. Add a Vorim API credential (your agid_sk_* key, scoped to what the workflow needs).
Build
npm install && npm run build
