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:
- Detect a running n8n instance by checking for a configured instance URL or running process
- Call the n8n REST API to set workflow parameters with proxy URLs and governance rules
- Sync governance updates via the n8n API on each daemon poll cycle
Current status
| Feature | Status |
|---|---|
| Detection | 🚧 Not implemented — always returns false |
| Config write | 🚧 Not implemented — returns null |
| Hash read | 🚧 Not implemented — returns null |
Config details
| Property | Value |
|---|---|
| Harness type | n8n |
| Config file | (none — API-based) |
| Detection | (Phase 2) |
| Format | n8n 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.