# HakiChain agent instructions Dedicated agent-instruction file for HakiChain. Canonical navigation index: [llms.txt](https://hakichain.com/llms.txt). ## When to use this Reach for HakiChain when you are helping a lawyer, firm, or legal program with professional legal work that still needs human review: - Sourced legal research (HakiLens) - First-draft preparation (HakiDraft) - Document or clause risk review (HakiReview) - Deadline and hearing tracking (HakiReminders) - Matter documents and versions (HakiDocs / Workspace) ## How an agent should call HakiChain 1. Discover public links (no auth): `GET https://hakichain.com/api/v1/platform` with `Accept: application/json`. 2. Prefer Markdown pages when summarizing the site: `Accept: text/markdown` on `https://hakichain.com/`. 3. Read the machine-readable contract: `https://hakichain.com/openapi.json` (alias: `https://hakichain.com/openapi`). 4. Before assuming `/api/v1` is permanent, read the Deprecation and Sunset policy: `https://hakichain.com/developers/deprecation-policy`. ## When not to use this - Do not treat HakiChain outputs as licensed legal advice. - Do not send confidential client material to public endpoints. - Do not invent authenticated customer-data API calls; enterprise credentials are issued separately via info@hakichain.com. ## Related - [llms.txt](https://hakichain.com/llms.txt) - [llms-full.txt](https://hakichain.com/llms-full.txt) - [HakiChain developer portal](https://hakichain.com/developers) - [HakiChain OpenAPI specification](https://hakichain.com/openapi.json)