Documentation Index
Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt
Use this file to discover all available pages before exploring further.
API keys
Format:mk_live_ + secret. Created in the dashboard, stored by Thrindex as a hash. We cannot recover a lost key.
| Scope | Endpoints |
|---|---|
memory:write | POST /v1/memories |
memory:read | search, get, list |
memory:delete | delete |
403. Invalid or revoked key → 401.
Dashboard login does not work as a Bearer token for the Memory API.
Handling keys
- Server-side only.
- One key per environment when possible.
- Secrets manager or env vars — not git.
- Rotate after a leak: new key, deploy, revoke old.
Data
Production runs in EU infrastructure. Memories are isolated per organization (from the API key). Do not store passwords, payment details, or other secrets incontent.
Soft delete — deprecated, hidden from search.Hard delete (
?hard=true) — permanent removal for erasure requests.
Organization deletion in the dashboard removes keys and memories for that org.