SupaVector Developer

Ship AI that remembers.

SupaVector is the memory API for developers: create a token, create a memory, and query grounded answers from your own data in under five minutes over one REST API.

What this page covers

  • Create a service token and a memory from the dashboard, then call search, ask, and chat from your backend.
  • Add knowledge by uploading files, pointing at URLs, or pushing content over the API — indexing and sync are automatic.
  • Test every memory in the playground before you ship, and self-host the same open-source runtime when you need your own cloud.

Common questions

How fast can I get a grounded answer?

Under five minutes: sign in, mint a token, create a memory, add a source, and call POST /v1/memories/:id/ask from your app.

Does SupaVector work with LangChain or my own runtime?

Yes. It sits behind LangChain or any agent runtime as the retrieval and durable memory layer while your application keeps its own orchestration.