AI & ML41 toolsPaste one API key
Zep integration for AI agents
The Foundational Memory Layer for AI.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Zep once and call the same tools from all of them.
Setup
Connect Zep through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Zep exposes 41 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
zep_get_edge | Retrieve a specific edge by its UUID from the Zep knowledge graph | Read |
zep_get_graph_by_id | Retrieve a graph by its unique identifier from Zep | Read |
zep_get_group | Retrieve a group by ID from Zep | Read |
zep_get_node_edges | Retrieve all entity edges for a specific node in the Zep knowledge graph | Read |
zep_get_project_info | Retrieve project information based on the provided API key | Read |
zep_get_session | Retrieve a session by its unique identifier from Zep | Read |
zep_get_session_memory | Retrieve memory for a given session including relevant facts and entities | Read |
zep_get_session_message | Retrieve a specific message by UUID from a Zep session | Read |
zep_get_session_messages | Retrieve messages for a given session from Zep | Read |
zep_get_task_status | Check the status of asynchronous operations in Zep | Read |
zep_get_thread_messages | Retrieve conversation history for a specific thread from Zep | Read |
zep_get_thread_user_context | Retrieve the most relevant user context from the user graph based on thread messages | Read |
zep_get_user | Retrieve a user by their user ID from Zep | Read |
zep_get_user_node | Retrieve a user's graph node and summary from Zep | Read |
zep_get_user_nodes | Retrieve all nodes for a specific user from their graph in Zep | Read |
zep_get_user_sessions | Retrieve all sessions for a user from Zep | Read |
zep_get_user_threads | Retrieve all threads for a specific user from Zep | Read |
zep_graph_search | Perform hybrid graph search combining semantic similarity and BM25 full-text search across the | Read |
zep_list_groups_ordered | Retrieve all groups from Zep with pagination support | Read |
zep_list_sessions_ordered | Retrieve all sessions from Zep with pagination and ordering support | Read |
zep_list_threads | Retrieve all threads from Zep with pagination support | Read |
zep_list_users_ordered | Retrieve all users from Zep with pagination support | Read |
zep_add_fact_triple | Add a manually specified fact triple (subject-predicate-object) to the Zep knowledge graph | Write |
zep_add_session_memory | Add memory messages to a specified Zep session | Write |
zep_add_thread_messages | Add chat messages to a thread in Zep and ingest them into the user knowledge graph | Write |
zep_clone_graph | Clone a user or group graph with new identifiers in Zep | Read |
zep_create_graph | Create a new graph by adding data to Zep | Write |
zep_create_group | Create a new group in Zep for multi-user graph management | Write |
zep_create_session | Create a new session in Zep for storing conversation memory | Write |
zep_create_thread | Create a new thread in Zep for a specific user | Write |