mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.0 KiB
2.0 KiB
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Zep credentials | Documentation for the Zep credentials. Use these credentials to authenticate Zep in n8n, a workflow automation platform. |
|
medium |
Zep credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API key
Related resources
Refer to Zep's Cloud SDK documentation for more information about the service. Refer to Zep's REST API documentation for information about the API.
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
Using API key
To configure this credential, you'll need a Zep server with at least one project and:
- An API URL
- An API Key
Setup depends on whether you're using Zep Cloud or self-hosted Zep Open Source.
Zep Cloud setup
Follow these instructions if you're using Zep Cloud:
- In Zep, open the Project Settings.
- In the Project Keys section, select Add Key.
- Enter a Key Name, like
n8n integration. - Select Create.
- Copy the key and enter it in your n8n integration as the API Key.
- Turn on the Cloud toggle.
Self-hosted Zep Open Source setup
/// warning | Deprecated The Zep team deprecated the open source Zep Community Edition in April, 2025. These instructions may not work in the future. ///
Follow these instructions if you're self-hosting Zep Open Source:
- Enter the JWT token for your Zep server as the API Key in n8n.
- Make sure the Cloud toggle is off.
- Enter the URL for your Zep server as the API URL.