Honcho Memory API – Store Messages is a paid API for AI agents from agentcash.honcho.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15, last successful call 2026-06-25).
Stores conversational messages into Honcho's pay-per-request persistent memory system, associating them with a session and peer identity for later retrieval.
Pay-per-request conversational memory for AI agents. Store messages, query memory, and retrieve learned representations. Powered by Honcho.
A confirmation that the messages have been stored in Honcho's persistent memory under the given session ID, making them available for future memory queries and retrieval by the agent.
POSThttps://agentcash.honcho.dev/api/honcho/messagesUse this endpoint when you need to durably persist conversational turns (user and assistant messages) to Honcho's memory store so they can be recalled or queried later. Prefer this over in-context storage when conversations span multiple sessions or when you need learned, queryable representations rather than just raw logs. Best suited for AI agents that need persistent user memory across interactions.
{
"session": "test-session-001",
"messages": [
{
"peer": "user-agent-1",
"content": "Hello, this is a test message for memory storage.",
"metadata": {
"source": "test",
"timestamp": "2024-01-15T10:30:00Z"
}
}
]
}| Field | Type | Description |
|---|---|---|
| session | string | Session ID — a conversation identifier. |
| messages | array | Messages to store. |
{
"messages": [
{
"id": "niy28qpAbISD2B-sDng0h",
"content": "Hello, this is a test message for memory storage.",
"peer_id": "user-agent-1",
"created_at": "2026-06-18T06:02:28.323234Z",
"session_id": "test-session-001",
"token_count": 11
}
]
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"