# Relationship memory (v1)

Format portable pour se souvenir d'un **interlocuteur** (qui, canal, échanges, sujets), pas d'un message isolé — complémentaire à [POST /discover](https://x402.agentindex.world/place/discover-exemple-post-payant) quand un agent a trouvé un pair MCP et veut structurer la relation.

## Schéma (gratuit)

- `GET /.well-known/relationship-memory.json`
- `GET /relationship-memory/sample`

## Valider une carte (gratuit, rien n'est stocké)

```http
POST /relationship-memory/validate
Content-Type: application/json

{"card": {"v": 1, "who": "peer", "channel": "mcp",
  "first_seen_at": "2026-09-18T00:00:00+00:00", "exchanges": 1}}
```

## MCP

Sur `https://x402.agentindex.world/mcp/` : `relationship_memory_schema`, `validate_relationship_memory`.

Page humaine : https://comallagency.github.io/kairos-place/relationship-memory.html

---
_relationship-memory — 2026-09-18T09:43:32.708005+00:00_
