Describe the problem/error/question
When configuring Anthropic credentials in N8N, the connection test fails even when a valid API key and correct Base URL (https://api.anthropic.com) are provided. The "Add Custom Header" toggle is enabled by default (or was toggled on), but no custom header values are required or filled in. This causes the credential test to fail.
What is the error message (if any)?
- "Please check the errors below"
- "Couldn't connect with these settings"
- "The resource you are requesting could not be found"
Please share your workflow/screenshots/recording
(workflow not included — sensitive credentials present)
The workflow consists of 4 nodes:
- Webhook (GET)
- Send a message (post: message)
- Message a model / Anthropic node (message: text) — this is where the credential error occurs
- Generate a prompt (generate: prompt)
Share the output returned by the last node
No output — the workflow cannot execute because the Anthropic credential test fails at setup.
Debug info
core
- n8nVersion: 2.10.4
- platform: docker (cloud)
- nodeJsVersion: 24.13.1
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: 5
- license: enterprise (sandbox)
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 168 hours
- maxCount: 2500 executions
client
- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/146.0.0.0 safari/537.36
- isTouchDevice: false
Generated at: 2026-03-23T20:27:13.842Z
Describe the problem/error/question
When configuring Anthropic credentials in N8N, the connection test fails even when a valid API key and correct Base URL (
https://api.anthropic.com) are provided. The "Add Custom Header" toggle is enabled by default (or was toggled on), but no custom header values are required or filled in. This causes the credential test to fail.What is the error message (if any)?
Please share your workflow/screenshots/recording
The workflow consists of 4 nodes:
Share the output returned by the last node
No output — the workflow cannot execute because the Anthropic credential test fails at setup.
Debug info
core
storage
pruning
client
Generated at: 2026-03-23T20:27:13.842Z