# Human-like Memory Documentation

Canonical website: https://plugin.human-like.me

This directory contains static Markdown versions of the public documentation. Use these files when sharing docs with agents, crawlers, or tools that do not execute JavaScript.

## Static Documents

- [REST API Integration](./api.md)
- [OpenClaw Plugin Usage](./plugin.md)
- [Hermes Agent Integration](./hermes.md)

## Web Pages

- Interactive docs page: https://plugin.human-like.me/docs?tab=api
- REST API tab: https://plugin.human-like.me/docs?tab=api
- OpenClaw plugin tab: https://plugin.human-like.me/docs?tab=plugin
- Hermes Agent tab: https://plugin.human-like.me/docs?tab=hermes

## Most Important API Details

- Base URL: `https://plugin.human-like.me`
- Authentication header: `x-api-key: YOUR_API_KEY`
- Search endpoint: `POST /api/plugin/v1/search/memory`
- Add endpoint: `POST /api/plugin/v1/add/message`
