Skip to main content
1

Get an Integration key

Create an Integration in the Conare dashboard. You get a scoped Bearer key (cint_...) — it is shown once and stored only as a SHA-256 digest, so put it in a server-side secret manager. Never ship it to a browser.
2

Verify the credential

GET /api/v1/status is a side-effect-free smoke test: it validates the key, namespace routing, and the memory-plane hop without creating an end user or consuming quota.
3

Save a memory

Save distilled observations (a sentence or paragraph), not raw events. Saving identical content twice is a no-op (deduped: true).
4

Recall it

Two retrieval modes, pick per call site:
Every response carries X-Request-Id. Send your own (1–128 chars, alphanumeric first) to correlate a request through the Conare edge and memory plane.
Next: understand Integrations, end users, and containers, or jump to the full API Reference.