| What it is | AI agent runtime you embed in your own product | Workflow automation platform with AI agent nodes |
| Center of gravity | Agents that reason, delegate, and use scoped tools | Trigger → step → step automations across hundreds of app integrations |
| What it is | A managed agent runtime you call from your product over REST and SSE | A workflow automation tool with AI nodes, run on their cloud or on infrastructure you manage |
| Embedding in your own product | The primary use case: multi-tenant aware, forwarded user and organization context, attribution badge removed on any paid plan | Their Sustainable Use License permits n8n as the back end of a feature on your own credentials, on paid plans. Letting your customers edit workflows inside your product needs a separate commercial OEM agreement; holding your customers’ credentials is not permitted at all, and their docs note OEM is not white-label — n8n branding stays visible in the editor |
| Multi-agent | Supervisor delegates and spawns sub-agents dynamically at runtime | AI Agent nodes composed inside a workflow graph |
| Tenant context in tools | Authorization, org, user, and custom headers forwarded into every tool call | Credentials are configured per workflow/connection; per-request end-user context is your plumbing |
| Human confirmation | Per-tool confirm-before gates pause execution for approval | Wait/approval steps modeled inside the workflow |
| Product integration | Headless REST + SSE API, embeddable chat widget | Workflows called via webhooks; the n8n editor is an internal tool, not a customer-facing surface |
| Grounding | Vector RAG + typed knowledge graphs with generated retrieval tools | Vector store nodes and integrations you assemble per workflow |