Access your capsule memories over a standard REST API — no MCP client required.
You can now read and write capsule memories using plain HTTP requests. The new REST API covers every operation available through MCP — store, retrieve, delete, search, bulk operations, tags, and capsule info — with familiar REST conventions.
This is useful when you want to:
- Integrate agimem into backends, scripts, or pipelines that don't use an MCP client.
- Build custom dashboards or admin tools on top of your capsule data.
- Quickly test or debug memories with curl or any HTTP client.
Authentication
Use the same API key you already have. Pass it as a Bearer token:
Authorization: Bearer mcp_...
All endpoints live under /api/rest/. Rate limits, memory limits, and tag limits are the same as the MCP interface.
See the full REST API documentation for endpoints, request/response examples, and details.