{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-memoclaw-com-v1-store-batch",
  "title": "MemoClaw \u00b7 Batch Memory Store",
  "url": "https://api.memoclaw.com/v1/store/batch",
  "category": "tools",
  "summary": "Persist multiple memories in batch operations for AI agent state management and long-term memory storage.",
  "seo": {
    "title": "Batch Memory Storage API \u2014 AI Agent Memory | x402",
    "description": "Store up to 100 memories in a single batch request. Pay $0.01 USDC per call via x402 on Base. Built for AI agent memory persistence."
  },
  "use_cases": [
    "Store conversation history in batches for AI agents",
    "Persist agent state across multiple memory objects",
    "Batch upload episodic memories for retrieval systems",
    "Initialize agent memory with seed data in one call"
  ],
  "ideal_buyer": "AI agent developers building persistent memory systems for conversational or task-oriented agents.",
  "example_prompt": "Store these 50 conversation memories as a batch for agent session persistence.",
  "example_request_body": {
    "memories": [
      {
        "role": "user",
        "content": "Hello, I need help with my order"
      },
      {
        "role": "assistant",
        "content": "I'd be happy to help. What's your order number?"
      }
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "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": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Store multiple memories at once (up to 100)",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "memories"
            ],
            "properties": {
              "memories": {
                "type": "array",
                "items": {
                  "type": "object"
                },
                "maxItems": 100
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "ids": [
            "mem_abc",
            "mem_def"
          ],
          "stored": 2
        }
      }
    }
  ],
  "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-batch",
    "url": "https://x402all.com/resource/api-memoclaw-com-v1-store-batch",
    "name": "MemoClaw \u00b7 Batch Memory Store",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-memoclaw-com-v1-store-batch",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "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/batch",
    "@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-batch",
    "description": "Store up to 100 memories in a single batch request. Pay $0.01 USDC per call via x402 on Base. Built for AI agent memory persistence.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-store-batch",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-memoclaw-com-v1-store-batch"
}
