You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a [Zep server](https://www.getzep.com/){:target=_blank .external-link} on the cloud or self-hosted with at least one project.
19
-
20
16
## Supported authentication methods
21
17
22
18
- API key
23
19
24
20
## Related resources
25
21
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.
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}:
33
49
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