Summary
Agent Guard exposes /api/agent/security-context and /api/agent/check-command endpoints for AI agents to verify safety before executing commands. Currently only OpenClaw has a documented integration (modules/openclaw-protection/docs/README.md). n8n is far more common in self-hosted environments.
What needs to be done
Create docs/integration-recipes/n8n-agent-guard.md with:
- n8n HTTP Request node configuration for
GET /api/agent/security-context (pre-action threat check)
- n8n HTTP Request node for
POST /api/agent/check-command (pre-execution safety validation)
- Example workflow: pause risky automation if
threat_level is high
- Screenshot or JSON export of a working n8n workflow
Who can do this
Anyone familiar with n8n workflows. No Rust knowledge needed — this is pure documentation + n8n configuration.
Summary
Agent Guard exposes
/api/agent/security-contextand/api/agent/check-commandendpoints for AI agents to verify safety before executing commands. Currently only OpenClaw has a documented integration (modules/openclaw-protection/docs/README.md). n8n is far more common in self-hosted environments.What needs to be done
Create
docs/integration-recipes/n8n-agent-guard.mdwith:GET /api/agent/security-context(pre-action threat check)POST /api/agent/check-command(pre-execution safety validation)threat_levelis highWho can do this
Anyone familiar with n8n workflows. No Rust knowledge needed — this is pure documentation + n8n configuration.