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.

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.