https://api.loom.getmetacognition.com and start ingesting and recalling — there’s
nothing to install or run server-side.
1. Get your API key
Sign in at loom.getmetacognition.com, open Account → API keys, and create a key. See Authentication for details.2. Ingest a paper
3. Recall from memory
Every recalled span carries
provenance — the source DOI and section — so your
agent always knows where a fact came from.4. Ingest a document
Loom parses PDFs, Excel, Word, CSV, JSON, Markdown, and text — upload the file and Loom turns it into memory.5. Use the Python client
The Python SDK is a thin client over the same API — configure it once and call methods instead of crafting requests:Next steps
Authentication
Keys, tokens, scoping, and errors.
How recall works
Dense + graph + temporal fusion.
Python SDK
Every method on the client.
API reference
All 46 endpoints.