# LogLife ## Docs - [AI rules](https://docs.loglife.co/ai-rules.md): Cursor rule files that give AI agents project context automatically - [Get Session](https://docs.loglife.co/api-reference/endpoint/get-sessions.md): Look up a single session by phone number, session ID, or session key. At least one query parameter is required. - [Register User](https://docs.loglife.co/api-reference/endpoint/register.md): Adds a new user to the multi-user configuration. Creates an OpenClaw agent, binding, and allow-list entry for the given phone number, then triggers a gateway hot-reload so the user can start messaging immediately. Idempotent — if the phone is already registered, returns success without duplicating. - [Unregister User](https://docs.loglife.co/api-reference/endpoint/unregister.md): Removes a user from `users.json` by phone number, regenerates config, and updates gateway config. Idempotent — returns removed:false if the phone is not registered. - [List Users](https://docs.loglife.co/api-reference/endpoint/users.md): Returns the current users list from `users.json`. Useful for development and monitoring. - [Check Verification Code](https://docs.loglife.co/api-reference/endpoint/verify-check.md): Checks whether the provided code matches the one sent to the given phone number. Uses timing-safe comparison. Codes are single-use — deleted after successful verification. - [Send Verification Code](https://docs.loglife.co/api-reference/endpoint/verify-send.md): Generates a 6-digit verification code and sends it to the specified phone number via WhatsApp. Rate limited to one code per phone number per 60 seconds. Codes expire after 5 minutes. - [Introduction](https://docs.loglife.co/api-reference/introduction.md): The LogLife plugin exposes an HTTP API inside the OpenClaw gateway for session data, phone verification, and user registration. - [Architecture](https://docs.loglife.co/architecture.md): How the LogLife plugin, multi-user layer, and OpenClaw gateway fit together - [Contributing to docs](https://docs.loglife.co/contributing-docs.md): How to update, preview, and deploy the LogLife documentation site. - [Dashboard](https://docs.loglife.co/dashboard.md): Learn how to use the LogLife dashboard to manage your sessions and account - [Development](https://docs.loglife.co/development.md): Local development workflow for the LogLife website and plugin - [Introduction](https://docs.loglife.co/index.md): LogLife documentation — self-hosting, development, and API reference - [Networking](https://docs.loglife.co/networking.md): Reverse proxy, SSL, and domain setup for production deployments - [Plugin installation](https://docs.loglife.co/plugin-installation.md): Install and run the LogLife plugin on your OpenClaw gateway - [Security](https://docs.loglife.co/security.md): How LogLife protects your data and prevents abuse - [Overview](https://docs.loglife.co/self-hosting.md): Set up the LogLife dashboard and OpenClaw plugin from scratch ## OpenAPI Specs - [openapi](https://docs.loglife.co/api-reference/openapi.json) ## Optional - [Website](https://loglife.co) - [Repository](https://github.com/jmoraispk/loglife) - [Blog](https://loglife.co/blog)