{"uid":"cap_TOZ4Fn5Bwx6IhqB7gBc7G","slug":"agishub-memory-store-2d37bb55","name":"AGISHub Memory Store","description":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.","url":"https://api.agishub.com/v1/memory-store","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"enum":["http"],"type":"string"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["namespace","text"],"properties":{"id":{"type":"string","description":"Optional stable id to update an existing entry; auto-generated if omitted."},"text":{"type":"string","minLength":1,"description":"The text/content to store and make searchable."},"namespace":{"type":"string","minLength":1,"description":"Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}},"responseSchema":{"type":"json","example":{"result":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_6kLmyqt8xCaibdFFvIVzn","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Stores a text entry in a named, persistent memory collection, embedding and indexing it for later semantic recall.","exampleAgentPrompt":"Save the following to my 'project-alpha' memory collection so I can search it later: 'The client meeting on June 3rd concluded with agreement on a Q3 launch date and a $50k budget.'","exampleUseCases":[{"title":"Agent long-term memory persistence","prompt":"Store this in my 'agent-memory' namespace: 'User prefers concise bullet-point summaries, dislikes verbose explanations, and works in the fintech industry.' I want to be able to recall it later by meaning."},{"title":"Research notes knowledge base","prompt":"Add this research note to my 'ml-research' memory collection: 'Attention mechanisms in transformers allow models to weigh the importance of different tokens relative to each other, enabling long-range dependencies.'"},{"title":"Customer support FAQ indexing","prompt":"Save this FAQ entry to the 'support-docs' namespace with ID 'faq-refunds': 'Refunds are processed within 5–7 business days and returned to the original payment method. Contact support@example.com for expedited requests.'"}],"resultDescription":"Returns a JSON confirmation indicating the text was successfully stored, embedded, and indexed in the specified namespace, along with the entry ID (auto-generated or provided).","failureModes":["Missing required 'text' or 'namespace' query parameter returns a validation error","Empty string for 'text' or 'namespace' rejected due to minLength:1 constraint","Network timeout if embedding computation takes too long for very large text","Payment failure (402) if x402 USDC payment is not included or insufficient","Namespace collision or unauthorized access if namespace key is guessed by another party"],"whenToPreferThis":"Use this endpoint when you need to persist text in a durable, semantically searchable memory store that can later be queried by meaning rather than exact match. Prefer this over a simple key-value store when future retrieval will be semantic/vector-based. It pairs naturally with the companion memory-search endpoint on the same platform for a full RAG-style recall loop.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:56:17.781Z","isFirstParty":false}