Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rohitg00 avatar

Agentmemory Rest Api

  • 6.3k installs
  • 26.6k repo stars
  • Updated August 3, 2026
  • rohitg00/agentmemory

agentmemory-rest-api is an agent skill: The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when M

About

The agentmemory-rest-api skill 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.. REST is agentmemory's primary surface. MCP is a bridge on top of it. Every memory operation has an HTTP endpoint under `http://localhost:3111/agentmemory/*`. Quick start Auth By default localhost is open and no auth is needed. When `AGENTMEMORY_SECRET` is set, every request needs `Authorization: Bearer $AGENTMEMORY_SECRET`. See agentmemory-config. Conventions - 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

  • Covers agentmemory-rest-api quick start, workflow steps, and reference pointers from SKILL.md.
  • Tagged for stage build and subphase backend in the closed Skillselion taxonomy.
  • Documents prerequisites, permissions network, apis, and compatible agents.
  • Includes AEO tagMeta with task queries, keywords, and evidence quotes for discovery.
  • Cross-links related skills and generated REFERENCE.md tables where the repo provides them.

Agentmemory Rest Api by the numbers

  • 6,296 all-time installs (skills.sh)
  • +659 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #125 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

agentmemory-rest-api capabilities & compatibility

Capabilities
agentmemory rest api documented workflow · quick start examples · reference parameter lookup · taxonomy aligned metadata · aeo discovery fields
Use cases
memory · api development
From the docs

What agentmemory-rest-api says it does

The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use wh
SKILL.md
npx skills add https://github.com/rohitg00/agentmemory --skill agentmemory-rest-api

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6.3k
repo stars26.6k
Last updatedAugust 3, 2026
Repositoryrohitg00/agentmemory

How do I run agentmemory-rest-api correctly without guessing steps, tools, or parameters?

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 inte

Who is it for?

Teams using agentmemory-rest-api when SKILL.md triggers match the user request.

Skip if: Skip when the task is outside agentmemory-rest-api documented triggers or sibling skill scope.

When should I use this skill?

User mentions agentmemory-rest-api, related trigger phrases, or asks to follow this SKILL.md workflow.

What you get

Completed agentmemory-rest-api workflow with outputs and checks defined in SKILL.md.

  • agentmemory-rest-api output per SKILL.md

By the numbers

  • Stage build/backend
  • Category Backend & APIs
  • Complexity intermediate

Files

SKILL.mdMarkdownGitHub ↗

REST is agentmemory's primary surface. MCP is a bridge on top of it. Every memory operation has an HTTP endpoint under http://localhost:3111/agentmemory/*.

Quick start

# liveness
curl -fsS http://localhost:3111/agentmemory/livez

# save
curl -X POST http://localhost:3111/agentmemory/remember \
  -H "Content-Type: application/json" \
  -d '{"content":"chose JWT refresh rotation","concepts":["jwt-refresh-rotation"]}'

# recall
curl -X POST http://localhost:3111/agentmemory/smart-search \
  -H "Content-Type: application/json" \
  -d '{"query":"auth token strategy","limit":5}'

Auth

By default localhost is open and no auth is needed. When AGENTMEMORY_SECRET is set, every request needs Authorization: Bearer $AGENTMEMORY_SECRET. See agentmemory-config.

Conventions

  • 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.

See also

  • agentmemory-mcp-tools for the MCP equivalents.
  • agentmemory-config for the port quartet and the secret.

Reference

The full endpoint list with methods lives in REFERENCE.md, generated from src/triggers/api.ts.

Related skills

How it compares

agentmemory-rest-api implements its own SKILL.md workflow rather than a generic substitute skill.

FAQ

Who is agentmemory-rest-api for?

Agents and developers following the agentmemory-rest-api SKILL.md guidance.

When should I use agentmemory-rest-api?

When user intent matches description triggers and quick start scenarios.

Is agentmemory-rest-api safe to install?

Review the Security Audits panel before production shell or network use.

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.