Card snapshot
mem.borisinc.com
·
2026-07-26 10:00:59 UTC
·
4e1998bc14dd82d0861b5c87c4227145dcd846987d77de8565064dfd26ac18a6
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0",
"name": "Boris Memory",
"description": "Persistent, semantically-indexed memory for AI agents. Your wallet is your private namespace. Try the full loop free on the trial tier, then pay per call in USDC via x402 (eip155:8453) \u2014 no account, no API key.",
"url": "https://mem.borisinc.com",
"provider": {
"organization": "Boris Inc",
"url": "https://borisinc.com"
},
"version": "1.0.0",
"documentationUrl": "https://mem.borisinc.com/llms.txt",
"capabilities": {
"x402": true,
"streaming": false,
"networks": [
"eip155:8453"
],
"mcp": "https://mem.borisinc.com/mcp"
},
"skills": [
{
"id": "memory_write",
"name": "Write a memory",
"description": "Store a record in your wallet-private namespace, embedded for semantic recall. GET /trial/memory/write \u2014 FREE (5 records, 24h, not private). GET /paid/memory/write \u2014 $0.001 via x402.",
"tags": [
"memory",
"storage",
"embeddings"
]
},
{
"id": "memory_search",
"name": "Semantic search",
"description": "Semantic search over your namespace. GET /trial/memory/search \u2014 FREE on the trial tier. GET /paid/memory/search \u2014 $0.002 via x402.",
"tags": [
"memory",
"search",
"semantic"
]
},
{
"id": "memory_export",
"name": "Export namespace",
"description": "Export everything in your namespace. GET /paid/memory/export \u2014 $0.01 via x402.",
"tags": [
"memory",
"export",
"portability"
]
}
],
"pricing": {
"memory_write": "$0.001",
"memory_search": "$0.002",
"memory_export": "$0.01",
"subscription": "$2.00 / 30 days, unlimited"
},
"freeEndpoints": [
"/trial/memory/write",
"/trial/memory/search",
"/memory/stats",
"/grant/payload",
"/llms.txt",
"/quickstart",
"/openapi.json",
"/health"
]
}