AchiralAchiral

Docs · LLMs and developers

Reviewed2026-07-07Version3.12.1

Habit memory API

Routes for personal habit controls in Chiro memory.

Habit memory routes let a signed-in user control how Chiro handles repeated procedural patterns for that person.

The current implementation path uses automation-rules. The documentation calls this product surface Habits because the behavior is procedural memory: repeated patterns, utility, suppression, and approval.

Routes

MethodPathPurpose
POST/api/user/memory/automation-rules/:templateId/unsuppressClear the caller's personal suppression cooldown for one habit.
POST/api/user/memory/automation-rules/:templateId/require-approvalRequire or remove personal approval for one habit.

These routes change the caller's personal habit controls. They do not expose organization-wide habit state.