{"uid":"cap_t59jhoorgetvumUI9bAPh","slug":"agishub-memory-store-8629c06e","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/paid/memory-store","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"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},"type":{"enum":["http"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}},"responseSchema":null,"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_7_6sXJWNLKdCOEvOp_krj","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 piece of text in a persistent, namespace-scoped semantic memory collection, embedded and indexed for later semantic recall.","exampleAgentPrompt":"Remember this for me in my 'project-alpha' memory namespace: 'The client prefers weekly status emails on Fridays and dislikes Slack pings.'","exampleUseCases":[{"title":"Agent context persistence between sessions","prompt":"Store this in my 'user-prefs' memory namespace: 'User prefers concise bullet-point summaries, no more than 5 items, and always wants sources cited.'"},{"title":"Research notes saved for later recall","prompt":"Save this to my 'research-notes' namespace: 'GPT-4 released in March 2023; outperforms GPT-3.5 on most reasoning benchmarks according to OpenAI's technical report.'"},{"title":"CRM facts indexed for semantic search","prompt":"Add this to my 'crm-acme-corp' namespace: 'Acme Corp's procurement lead is Sarah Chen, she has budget approval up to $50k and her renewal is due in Q3 2025.'"}],"resultDescription":"A JSON object confirming the stored entry, including the assigned or provided entry ID, the namespace it was written to, and confirmation of successful indexing for semantic recall.","failureModes":["Missing required 'namespace' or 'text' query parameter returns a 400 error","Empty string for 'text' (minLength:1 not met) rejected with validation error","Invalid or expired payment causes 402 response","Namespace collision or quota exceeded may return a 429 or 403","Network timeout returns a 5xx error with no guarantee of storage"],"whenToPreferThis":"Choose this endpoint when you need to persist arbitrary text into a named, semantically searchable collection for later retrieval by an AI agent — especially when the storage needs to be grouped by namespace and recalled via semantic similarity search rather than exact key lookup. Prefer this over a simple key-value store when the retrieval pattern is semantic/fuzzy rather than exact-match.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:50:26.591Z","isFirstParty":false}