agentmemory-rest-api

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 5.3k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Save returns 201, reads return 200, validation errors return 400.
  • Handlers whitelist body fields and drop unknown ones, so passing extra keys is safe but ignored.
  • The port is configurable with --port or --instance; streams, viewer, and engine derive from it.
  • agentmemory-mcp-tools for the MCP equivalents.
  • agentmemory-config for the port quartet and the secret.

Requirements & configuration

  • d '{"query":"auth token strategy","limit":5}'
  • By default localhost is open and no auth is needed. When AGENTMEMORYSECRET is set, every request needs Authorization: Bearer $AGENTMEMORYSECRET. See agentmemory-config.

Configuration: AGENTMEMORY_SECRET

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

agentmemory-rest-api FAQ

What does the agentmemory-rest-api skill do?

The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when MCP is unavailable and you need a fallback, or when integrating a host that does not speak MCP. Save returns 201, reads return 200, validation errors return 400. Handlers whitelist body fields and drop unknown ones, so passing extra keys is safe but ignored.

What does agentmemory-rest-api require?

d '{"query":"auth token strategy","limit":5}' By default localhost is open and no auth is needed. When AGENTMEMORYSECRET is set, every request needs Authorization: Bearer $AGENTMEMORYSECRET. See agentmemory-config. Configuration keys: AGENTMEMORY_SECRET.

How do I install agentmemory-rest-api?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill agentmemory-rest-api --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain agentmemory-rest-api?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

agentmemory-rest-api on getagentictools
[![agentmemory-rest-api on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-agentmemory-rest-api.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-agentmemory-rest-api?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-agentmemory-rest-api

The second line is the CLI lookup for this page — handy in READMEs and docs.