Skip to content

Add n8n integration recipe for Agent Guard API #67

@maiconburn

Description

@maiconburn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions