Overview
AMP is a minimal, versioned API and data model for conversational memory management for AI agents. It standardizes bundle preparation for each turn and commit of LLM responses with summary and important facts.
Endpoints
POST /api/v1/amp/prepare— assemble a memory bundle for a turnPOST /api/v1/amp/commit— persist response and update memory
API Docs
OpenAPI JSON and usage examples
Admin
Manage conversations and partners
Getting started
- Create a Partner token in Admin and call the endpoints with
Authorization: Bearer <token>. - Use
/api/v1/amp/prepareto get the bundle, then/api/v1/amp/committo save the response.