Hey n8n community! I just published n8n-nodes-agentbouncr — a community node that adds AI agent governance to your n8n workflows.
What it does:
- Evaluate — Policy check before every AI tool call (allow/deny/require approval)
- Kill Switch — Emergency stop for all AI agents, one click
- Agent Management — Register, monitor, and control AI agents
- Webhook Trigger — React to 22 governance event types in real-time
- Auto-Registration — Unknown agents get registered automatically on first call
Use case: If you’re running AI agents in n8n (OpenAI, Anthropic, etc.) and want guardrails — rate limits, tool restrictions, audit trail, approval workflows — this is for you.
Install: npm install n8n-nodes-agentbouncr
npm: https://www.npmjs.com/package/n8n-nodes-agentbouncr
GitHub n8n-node: GitHub - agentbouncr/n8n-nodes-agentbouncr: n8n community node for AgentBouncr — AI Agent Governance Platform
GitHub agentbouncr-core: GitHub - agentbouncr/agentbouncr: Not on the list, not getting in. — Governance layer for AI agents.
Platform: https://agentbouncr.com
Would love feedback!