Conversational memory for AI agents
Give your agents persistent memory. Store conversation history, and let Honcho automatically build rich representations of users and context over time. Pay per request — no auth, no subscriptions.
Each wallet gets its own workspace, auto-provisioned on first use. Agents identify as peers within a workspace and interact through sessions. Honcho derives insights, summaries, and peer cards in the background.
Install Honcho Memory into AgentCash.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://agentcash.honcho.devAdd for reuse
Keeps Honcho Memory available in your agent's persistent context.
npx agentcash add https://agentcash.honcho.devStore messages in a session. Auto-provisions workspace, peers, and session on first use. Each message specifies its author peer.
POST /api/honcho/messagesQuery a peer's memory with a natural language question. Returns what Honcho has learned from stored conversations. Price varies by reasoning_level.
POST /api/honcho/chatGet a markdown summary of what Honcho has learned about a peer from conversation history. Free with SIWX wallet auth.
POST /api/honcho/representationGet key facts about a peer, maintained automatically by Honcho as conversations progress. Free with SIWX wallet auth.
POST /api/honcho/cardGet session context for LLM consumption — recent messages, optional summary, and peer representation. Free with SIWX wallet auth.
POST /api/honcho/contextList all peers in a workspace with their metadata and creation timestamps. Free with SIWX wallet auth.
POST /api/honcho/peers