quickstart
Three lines around your LLM call. Keep your stack.
quickstart.py
# 1. install the SDK
pip install gethaki
# 2. wrap your call
packet = client.context(subject_id="usr_42", project_id="prj_demo",
query=user_msg)
answer = my_llm(build_prompt(packet), user_msg)Python & TypeScript SDKs, full parity
MCP server, n8n template, OpenAI-compatible gateway
Row-level security per project, keyed hk_…