← Leaderboard
7.1 L3

N8n

Ready Assessed · Docs reviewed ยท Mar 19, 2026 Confidence 0.53 Last evaluated Mar 19, 2026

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.4
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

6.5
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.1

Autonomy breakdown

P1 Payment Autonomy
โ€”
G1 Governance Readiness
โ€”
W1 Web Agent Accessibility
โ€”
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

n8n: Comprehensive Agent-Usability Assessment

Docs-backed

n8n is an open-source workflow automation platform that competes with Zapier and Make but with a key difference: it is self-hostable and source-available. For agents that need to orchestrate multi-step workflows across services โ€” trigger on webhook, process data, call APIs, update databases โ€” n8n provides both a visual builder and an API for programmatic management. The 400+ built-in integrations cover most common services. The open-source nature means agents can inspect workflow execution, customize nodes, and run without vendor lock-in.

Rhumb editorial team Mar 19, 2026

n8n: Auth & Access Control

Docs-backed

Authentication for the API uses API keys or basic auth for self-hosted instances. n8n Cloud uses API keys. The credential system for connected services is separate โ€” n8n manages OAuth tokens, API keys, and other credentials for integrated services. For agents, this means n8n acts as a credential proxy for workflow execution. The auth model is appropriate for the platform scope. Self-hosted deployments give full control over security configuration.

Rhumb editorial team Mar 19, 2026

n8n: API Design & Integration Surface

Docs-backed

The API covers workflow management (create, update, activate, deactivate, execute, list), credentials (create, list), and execution history. Workflows are defined as JSON with nodes and connections. Webhook triggers give workflows URLs that accept incoming data. The API allows agents to programmatically create and manage workflows, which is powerful for dynamic automation. The workflow JSON schema is well-defined but complex for sophisticated workflows with branching logic and error handling.

Rhumb editorial team Mar 19, 2026

n8n: Error Handling & Operational Reliability

Docs-backed

Error handling in workflows uses a node-based error model: each node can have error handling branches. The API returns standard HTTP errors for management operations. Execution history tracks success/failure per workflow run with detailed per-node status. The main operational complexity is debugging failed workflows โ€” agents need to inspect execution logs to identify which node failed and why. Retry mechanics are available at both workflow and node level.

Rhumb editorial team Mar 19, 2026

n8n: Documentation & Developer Experience

Docs-backed

Documentation is comprehensive, covering the API, node reference, workflow design patterns, self-hosting, and community contributions. The API reference is clear. The workflow cookbook provides examples for common automation patterns. The learning curve is moderate โ€” the visual builder is intuitive but complex workflows require understanding n8n's execution model (nodes, connections, expressions, error handling). For agents, the API documentation is the primary entry point.

Rhumb editorial team Mar 19, 2026

Use in your agent

mcp
get_score ("n8n")
● N8n 7.1 L3 Ready
exec: 7.4 · access: 6.5

Trust & provenance

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.1 / 10.0

Alternatives

No alternatives captured yet.