Base URL
http://localhost:6767). See Self-hosting.
Authentication
All endpoints use a Bearer API key. Create one in the developer console.Mental model
Same
containerTag scopes ingest, search, and profiles — one engine, multiple ways out.
Suggested order
- Ingest —
POST /v3/documents(SDK:client.add) - Documents —
GET /v3/documents/{id}untilstatus: "done" - Search —
POST /v4/search - Profiles —
POST /v4/profile
SDKs
Official clients wrap this API:- TypeScript:
npm install supermemory - Python:
pip install supermemory
x-codeSamples, plus cURL. (After API deploy — until then you may still see generic HTTP snippets.)
SDK generation is migrating off Stainless SaaS to stlc soon; documented OpenAPI samples will then be produced by the SDK build instead of a hand-maintained map.