I’m having an issue while trying to use Zep Memory in n8n. I’m connecting to Zep Cloud via https://app.getzep.com/.
In the n8n Zep tool, I’ve entered my API key and API URL, but when I use the API URL, I get the error:
Couldn’t connect with these settings
Could someone please guide me on how to resolve this issue? Even after Turning Cloud on when the API not there only api token was there the issue remain same
In zep tool there is no ‘More Details’ option but if you are talking about side detail menu then there is nothing but basic details like created and last modified nothing else
Zep API credential: “Resource not found” in n8n (known issue) + HTTP Request workaround
We’re also seeing the “Couldn’t connect with these settings — The resource you are requesting could not be found” error when adding Zep credentials in n8n. This appears to be a known issue and may be tied to ongoing changes/bug fixes around the credential flow.
In the meantime, you can still use Zep by calling the same endpoints via the HTTP Request node. This avoids the credential validation step and lets you directly target the correct API version and paths.
Surely n8n support as far as Zep is concerned is to provide a stable SDK / production endpoint. n8n integration is calling the same APIs, just wrapping an easy to use node around it. Not so?
I’ve just fallen victim to this too, after trying to replicate something I saw online - surely this just needs an n8n team member to update the module? After all, it’s probably just a HTTP request in the backend?