ClawLink
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.

ToolWhat it doesKind
zep_get_edgeRetrieve a specific edge by its UUID from the Zep knowledge graphRead
zep_get_graph_by_idRetrieve a graph by its unique identifier from ZepRead
zep_get_groupRetrieve a group by ID from ZepRead
zep_get_node_edgesRetrieve all entity edges for a specific node in the Zep knowledge graphRead
zep_get_project_infoRetrieve project information based on the provided API keyRead
zep_get_sessionRetrieve a session by its unique identifier from ZepRead
zep_get_session_memoryRetrieve memory for a given session including relevant facts and entitiesRead
zep_get_session_messageRetrieve a specific message by UUID from a Zep sessionRead
zep_get_session_messagesRetrieve messages for a given session from ZepRead
zep_get_task_statusCheck the status of asynchronous operations in ZepRead
zep_get_thread_messagesRetrieve conversation history for a specific thread from ZepRead
zep_get_thread_user_contextRetrieve the most relevant user context from the user graph based on thread messagesRead
zep_get_userRetrieve a user by their user ID from ZepRead
zep_get_user_nodeRetrieve a user's graph node and summary from ZepRead
zep_get_user_nodesRetrieve all nodes for a specific user from their graph in ZepRead
zep_get_user_sessionsRetrieve all sessions for a user from ZepRead
zep_get_user_threadsRetrieve all threads for a specific user from ZepRead
zep_graph_searchPerform hybrid graph search combining semantic similarity and BM25 full-text search across theRead
zep_list_groups_orderedRetrieve all groups from Zep with pagination supportRead
zep_list_sessions_orderedRetrieve all sessions from Zep with pagination and ordering supportRead
zep_list_threadsRetrieve all threads from Zep with pagination supportRead
zep_list_users_orderedRetrieve all users from Zep with pagination supportRead
zep_add_fact_tripleAdd a manually specified fact triple (subject-predicate-object) to the Zep knowledge graphWrite
zep_add_session_memoryAdd memory messages to a specified Zep sessionWrite
zep_add_thread_messagesAdd chat messages to a thread in Zep and ingest them into the user knowledge graphWrite
zep_clone_graphClone a user or group graph with new identifiers in ZepRead
zep_create_graphCreate a new graph by adding data to ZepWrite
zep_create_groupCreate a new group in Zep for multi-user graph managementWrite
zep_create_sessionCreate a new session in Zep for storing conversation memoryWrite
zep_create_threadCreate a new thread in Zep for a specific userWrite