AI & ML11 toolsPaste one API key
Supermemory integration for AI agents
Supermemory is a memory and context API for ingesting, organizing, searching, and recalling information across applications.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Supermemory once and call the same tools from all of them.
Setup
Connect Supermemory 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
Supermemory exposes 11 tools through ClawLink. The 10 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
supermemory_get_account_status | Return the connected Supermemory organization's plan, credit balance, high-level usage, and | Read |
supermemory_get_document | Get one document's content, metadata, source details, and processing status by document ID | Read |
supermemory_get_document_chunks | Return the ordered extracted chunks for one processed document | Read |
supermemory_get_profile | Retrieve the static, dynamic, or bucketed profile learned for one container tag, optionally | Read |
supermemory_list_documents | List documents, optionally filtered by containers, metadata, or filepath, one page at a time | Read |
supermemory_list_memories | List extracted memory entries for one or more container tags, one page at a time | Read |
supermemory_search_context | Semantically search Supermemory memories, document chunks, or both, with optional container and | Read |
supermemory_add_document | Ingest text or a public URL as a Supermemory document and return its document ID and initial | Write |
supermemory_add_documents | Add 1 to 600 documents in one request, with explicit per-document metadata and processing | Write |
supermemory_update_document | Update the content, metadata, container, or processing configuration of one existing document | Write |