Skip to content

Add Agent Memory Persistence API listing#2168

Open
lulzasaur9192 wants to merge 1 commit intoAPIs-guru:mainfrom
lulzasaur9192:add-agent-memory
Open

Add Agent Memory Persistence API listing#2168
lulzasaur9192 wants to merge 1 commit intoAPIs-guru:mainfrom
lulzasaur9192:add-agent-memory

Conversation

@lulzasaur9192
Copy link
Copy Markdown

Add Agent Memory Persistence API by lulzasaur

API URL: https://agent-memory-api-production-f2c4.up.railway.app

Hosted persistent key-value memory for AI agents. Store, retrieve, full-text search, and manage agent state with namespace isolation, TTL expiry, metadata filtering, and access tracking.

Endpoints

  • POST /v1/memories — Store a memory
  • POST /v1/memories/batch — Batch store up to 100 memories
  • GET /v1/memories/{namespace} — List memories in namespace
  • GET /v1/memories/{namespace}/{key} — Get a specific memory
  • PUT /v1/memories/{namespace}/{key} — Update a memory
  • DELETE /v1/memories/{namespace}/{key} — Delete a memory
  • POST /v1/memories/{namespace}/search — Full-text search (FTS5)
  • GET /v1/stats — Namespace statistics

Spec Details

  • OpenAPI 3.0.3
  • 9 endpoints with full schemas
  • API key authentication (x-api-key header)
  • Namespace isolation, TTL expiry, FTS5 search

Also available on RapidAPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant