Skip to content

Commit 02e84b2

Browse files
authored
DOC-1074: Update Zep credentials to medium tier template (n8n-io#2430)
1 parent 3e6e55b commit 02e84b2

File tree

1 file changed

+26
-8
lines changed
  • docs/integrations/builtin/credentials

1 file changed

+26
-8
lines changed

docs/integrations/builtin/credentials/zep.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,41 @@ You can use these credentials to authenticate the following nodes:
1313
* [Zep](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryzep/)
1414
* [Zep Vector Store](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstorezep/)
1515

16-
## Prerequisites
17-
18-
Create a [Zep server](https://www.getzep.com/){:target=_blank .external-link} on the cloud or self-hosted with at least one project.
19-
2016
## Supported authentication methods
2117

2218
- API key
2319

2420
## Related resources
2521

26-
Refer to [Zep's Cloud SDK documentation](https://help.getzep.com/sdks){:target=_blank .external-link} and [Open Source SDK documentation](https://docs.getzep.com/sdk/){:target=_blank .external-link} for more information about the service.
22+
Refer to [Zep's Cloud SDK documentation](https://help.getzep.com/sdks){:target=_blank .external-link} and [Open Source SDK documentation](https://docs.getzep.com/sdk/){:target=_blank .external-link} for more information about the service. Refer to [Zep's REST API documentation](https://getzep.github.io/zep/){:target=_blank .external-link} for information about the API.
2723

2824
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
2925

3026
## Using API key
3127

32-
To configure this credential, you'll need:
28+
To configure this credential, you'll need a [Zep server](https://www.getzep.com/){:target=_blank .external-link} with at least one project and:
29+
30+
- An **API URL**
31+
- An **API Key**
32+
33+
Setup depends on whether you're using Zep Cloud or self-hosted Zep Open Source.
34+
35+
### Zep Cloud setup
36+
37+
Follow these instructions if you're using [Zep Cloud](https://app.getzep.com){:target=_blank .external-link}:
38+
39+
1. In Zep, open the [**Project Settings**](https://app.getzep.com/projects){:target=_blank .external-link}.
40+
2. In the **Project Keys** section, select **Add Key**.
41+
3. Enter a **Key Name**, like `n8n integration`.
42+
4. Select **Create**.
43+
5. Copy the key and enter it in your n8n integration as the **API Key**.
44+
6. Turn on the **Cloud** toggle.
45+
46+
### Self-hosted Zep Open Source setup
47+
48+
Follow these instructions if you're self-hosting [Zep Open Source](https://docs.getzep.com/deployment/quickstart/){:target=_blank .external-link}:
3349

34-
- An **API URL**: For Cloud instances, enter `https://api.getzep.com`. For self-hosted instances, enter the URL for your Zep server.
35-
- An **API Key**: Generate a new API key from [**Project Settings**](https://help.getzep.com/projects){:target=_blank .external-link}.
50+
1. Enter the JWT token for your Zep server as the **API Key** in n8n.
51+
- If you haven't generated a JWT token for your Zep server before, refer to Zep's [Configuring Authentication](https://docs.getzep.com/deployment/auth/){:target=_blank .external-link} for instructions.
52+
2. Make sure the **Cloud** toggle is off.
53+
3. Enter the URL for your Zep server as the **API URL**.

0 commit comments

Comments
 (0)