Documentation
Build with Claiv.
Claiv Memory gives your AI durable, evidence-backed context behind three endpoints. Start with the quickstart, or jump straight to the reference.
Quickstart
Create a project, issue an API key and make your first ingest and recall call in a few minutes.
- Create a project
- Issue an API key
- Ingest your first events
- Recall under a token budget
Claiv Memory
Give your AI durable, evidence-backed context with three endpoints: ingest, recall and forget.
- Ingest events and documents
- Recall under a token budget
- Forget with deletion receipts
- Tenant isolation & security
Authentication
Authenticate with your Claiv API key. Create one in your dashboard, then send it as a bearer token.
curl https://claiv.io/v6/recall \ -H "Authorization: Bearer $CLAIV_API_KEY"
Keep your key server-side. Never ship it in a browser bundle or mobile binary.