Honcho Memory API is a paid API for AI agents from agentcash.honcho.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15, last successful call 2026-06-25).
Query conversational memory for an AI agent or user peer, retrieving learned representations and synthesized conclusions from stored interactions.
Pay-per-request conversational memory for AI agents. Store messages, query memory, and retrieve learned representations. Powered by Honcho.
A synthesized, natural language answer derived from the peer's stored conversational memory, with depth and latency depending on the chosen reasoning_level (e.g. minimal for instant basic conclusions, high for deep async synthesis).
POSThttps://agentcash.honcho.dev/api/honcho/chatChoose this endpoint when an AI agent needs to recall or synthesize what it has learned about a specific user or peer from past conversations, especially when reasoning depth is configurable. Prefer over generic vector search when you want natural language memory queries with Honcho's peer/session scoping model and pay-per-request pricing.
{
"peer": "test-agent-001",
"query": "What topics have been discussed in our conversations?",
"reasoning_level": "minimal"
}| Field | Type | Description |
|---|---|---|
| peer | string | Peer ID — a stable identifier for a participant (agent, user, assistant). |
| query | string | Natural language question to ask about this peer's memory. |
| target | string | Target peer ID — if set, queries what the peer knows about the target rather than its global memory. |
| session | string | Scope the query to a session. |
| reasoning_level | string | Reasoning depth (determines price). minimal=$0.001 (basic conclusions, instant), low=$0.01 (efficient synthesis, instant), medium=$0.05 (steerable reasoning, fast), high=$0.10 (deep synthesis, async), max=$0.50 (research-grade, async). Defaults to "low". |
{
"content": "I haven't found any information about topics that have been discussed in our conversations."
}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"