Description
n8n Radware Agentic AI Protection
This package provides the Radware Chat Model community node for n8n AI Agents.
It is intentionally positioned as an in-path integration only. In n8n, this is the only clean customer deployment pattern that can protect the AI Agent interaction as a full model path: AI Guardrails for prompts and responses, plus Behavioral / Agentic Protection when tool context is present in the model request.
Out-of-path is not exposed as a public node in this package. n8n community nodes cannot globally intercept every native AI Agent tool or workflow action before execution. An explicit guard node can protect only the actions a customer manually routes through it, which is not a full one-go n8n AI Agent protection deployment.
Installation
Install in n8n (recommended)
1. In n8n, go to Settings -> Community Nodes.
2. Click Install.
3. Enter the package name: n8n-nodes-radware-agentic-protection.
4. Agree to the community node risk notice.
5. Click Install and wait for n8n to finish installing the package.
Self-hosted / manual install (alternative)
For self-hosted instances where you manage packages directly:
npm install n8n-nodes-radware-agentic-protection
Restart the n8n instance after a manual install so it picks up the new node.
Credential
Create a Radware homegrown agent with in-path enforcement in Radware Cloud:
https://console.radwarecloud.com/
> Getting your Radware API key
>
> Your Radware API key is created in the Radware Cloud portal (console.radwarecloud.com) when you add a Homegrown Agent with In-Path Enforcement. The key starts with sk-rdwr- and is displayed only once, at creation time. Copy it and store it securely (a secret manager or your n8n credential store) immediately — Radware cannot show it to you again.
Then create Radware In-Path API credentials in n8n:
Radware API Key: API key copied from the Radware in-path homegrown agent.Provider: provider segment Radware forwards to, such asopenai,anthropic,google, or custom.Resolved Base URL: optional full base URL. If empty, the node useshttps://api.agentic.radwarecto.com/v1/.
Do not store Radware keys in workflow JSON, screenshots, Git, or validation reports.
Node
Radware Chat Model
Use this node as the LLM model connection for n8n AI Agents. The AI Agent sends model traffic to Radware instead of directly to OpenAI, Gemini, Anthropic, or another provider. Radware applies Agentic AI Protection and proxies the request to the provider configured for the Radware homegrown agent.
Typical canvas:
Chat Trigger -> AI Agent
^
Radware Chat Model
Direct OpenAI/Gemini/etc. model credentials are not used by that AI Agent path. The customer configures the upstream provider in Radware Cloud.
Coverage
For Behavioral validation, use a deterministic tool-call case where the model request includes the prior tool output and all relevant tools, for example reademail and sendemail.
Example
examples/in-path-agent-model-example.json: AI Agent using Radware Chat Model as its in-path model.Validation
Minimum validation:
See docs/validation.md.