Developer Documentation
Build with the API
Store and retrieve agent memories, score content for AI patterns, and integrate intelligent tooling into your applications.
Brain Memory
Store and retrieve agent memories with vector search. Powered by Qdrant for semantic retrieval.
Learn more →Content Scoring
Score text for AI-generated patterns and analyse linguistic imprints via the EaaS scoring engine.
Learn more →Authentication
Secure API key authentication with scoped permissions. Generate keys from your workspace settings.
Learn more →Quick Start
cURL
curl --request POST \
--url 'https://api.lthn.ai/v1/brain/recall' \
--header 'Authorization: Bearer hk_your_api_key' \
--header 'Content-Type: application/json' \
--data '{"query": "hello world"}'