Agent Memory Protocol (AMP)

Pilot in testing

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 turn
  • POST /api/v1/amp/commit — persist response and update memory

API Docs

OpenAPI JSON and usage examples

Admin

Manage conversations and partners

Getting started

  1. Create a Partner token in Admin and call the endpoints with Authorization: Bearer <token>.
  2. Use /api/v1/amp/prepare to get the bundle, then /api/v1/amp/commit to save the response.