{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-memoclaw-com-v1-store",
  "title": "MemoClaw \u00b7 Memory Store",
  "url": "https://api.memoclaw.com/v1/store",
  "category": "tools",
  "summary": "Persist structured memory entries with semantic embeddings, importance scoring, and tags for later retrieval by AI agents.",
  "seo": {
    "title": "Semantic Memory Store API | x402 Agent Memory",
    "description": "Store memories with semantic embeddings for AI agent recall. Tag, prioritize, and retrieve context. x402: $0.001 USDC. Base chain."
  },
  "use_cases": [
    "Build long-term memory for conversational agents",
    "Store user preferences with semantic searchability",
    "Create tagged knowledge bases for agent reasoning",
    "Prioritize memories by importance for context window management"
  ],
  "ideal_buyer": "AI agent developers building persistent memory systems that require semantic retrieval and importance-based context management.",
  "example_prompt": "Store a memory that the user prefers concise responses, tag it as communication_preference, and set importance to 0.9.",
  "example_request_body": {
    "tags": [
      "communication_preference",
      "user_profile"
    ],
    "content": "User prefers concise, direct responses without unnecessary elaboration",
    "importance": 0.9
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xf51a5840a826020dbeb026ccaa6580baf22c7470",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Store a memory with semantic embeddings for later recall",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "content"
            ],
            "properties": {
              "tags": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "content": {
                "type": "string",
                "maxLength": 10000,
                "description": "Memory content"
              },
              "importance": {
                "type": "number",
                "maximum": 1,
                "minimum": 0
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "id": "mem_abc123",
          "content": "...",
          "createdAt": "2026-02-09T12:00:00Z"
        }
      }
    }
  ],
  "origin": {
    "slug": "api-memoclaw-com",
    "host": "api.memoclaw.com",
    "title": "MemoClaw API",
    "description": "External API origin at api.memoclaw.com. No public homepage available; endpoints may be accessible via direct path access.",
    "url": "https://api.memoclaw.com",
    "favicon": "https://memoclaw.com/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-memoclaw-com-v1-store",
    "url": "https://x402all.com/resource/api-memoclaw-com-v1-store",
    "name": "MemoClaw \u00b7 Memory Store",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-memoclaw-com-v1-store",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.memoclaw.com/v1/store",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-memoclaw-com",
      "url": "https://api.memoclaw.com",
      "name": "MemoClaw API",
      "@type": "Organization"
    },
    "identifier": "api-memoclaw-com-v1-store",
    "description": "Store memories with semantic embeddings for AI agent recall. Tag, prioritize, and retrieve context. x402: $0.001 USDC. Base chain.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-store",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-store"
}
