Skip to content

n8n

Integrate Intutic governance with n8n — the workflow automation platform.

Phase 2

The n8n integration is currently a stub and will be fully implemented in Phase 2 (TD-037). Detection and config writing are not yet functional.

Planned behavior

Unlike file-based harnesses, n8n requires API calls to inject workflow parameters. The planned integration will:

  1. Detect a running n8n instance by checking for a configured instance URL or running process
  2. Call the n8n REST API to set workflow parameters with proxy URLs and governance rules
  3. Sync governance updates via the n8n API on each daemon poll cycle

Current status

FeatureStatus
Detection🚧 Not implemented — always returns false
Config write🚧 Not implemented — returns null
Hash read🚧 Not implemented — returns null

Config details

PropertyValue
Harness typen8n
Config file(none — API-based)
Detection(Phase 2)
Formatn8n REST API workflow parameters

Workaround

Until the native n8n adapter is available, you can manually configure n8n workflows to route through the Intutic proxy by setting the HTTP base URL in your n8n credential configuration to point to the Intutic proxy endpoint.

AI Governance for Agentic Coding