← All Frameworks

n8n Guardrails

Workflow automation guardrails (coming soon)

TypeScript

n8n is a workflow automation platform with 50k+ GitHub stars. APort guardrails will integrate as a pre-action node that evaluates tool calls against OAP policies before workflow steps execute.

Quick Start

1. Create passport & config

npx @aporthq/aport-agent-guardrails n8n

2. Install guardrails package

npx @aporthq/aport-agent-guardrails n8n

3. Add to your code

# Setup (custom node coming soon)
npx @aporthq/aport-agent-guardrails n8n

# In your workflow: add APort Guardrail node
# before action nodes; branch on allow/deny

How It Works

🛂

Passport

Your agent gets an OAP passport declaring its identity, capabilities, and operational limits.

🔒

Evaluate

Before every tool call, the guardrail evaluates it against the passport's policy. Locally or via hosted API.

Decision

Allow or deny with structured OAP reason codes. Signed decisions create an auditable trail.

Frequently Asked Questions

When will n8n guardrails be available?

The n8n custom node is under development. The passport wizard and config setup are available today. Full runtime enforcement is coming soon.

Ready to secure your n8n agents?

Get started in under 2 minutes with a single command.