Now in public beta. 100 free operations on signup.

Agent memory that
just works.
No setup. Ever.

Most memory solutions come with embedding pipelines, vector databases, and token bills that grow with every conversation. AgentRAM does not. One API call. Predictable credits. No infrastructure to touch.

agentram api
# Store a memory
POST agentram.dev/memory
agent_id: "agent-01" key: "user_lang" value: "French"
{ "success": true, "credits_remaining": 99 }

# Search across all memories
GET agentram.dev/memory/search?agent_id=agent-01&q=language
{ "data": [{ "key": "user_lang", "value": "French" }] }

# Share memory across multiple agents
POST agentram.dev/memory/shared
namespace_key: "ns_team01" key: "company_tone"
{ "success": true }
98ms avg. read latency
99.9% uptime SLA
1¢ per 100 operations
0 infra to manage

Set up in minutes.
Ship the same day.

Three endpoints. No infrastructure. No setup headaches. Your agents remember things now.

01.
Register and get your key

Send your email and receive an API key with 100 free credits. No credit card required to start.

POST /register
→ api_key: "agentram_..."
02.
Write what your agent knows

Store anything your agent needs to remember. User preferences, task state, conversation context. Each write costs one credit.

POST /memory
agent_id · key · value
03.
Read it back in any session

Retrieve any memory later. Your agent picks up exactly where it left off, with full context intact.

GET /memory?agent_id=...&key=...
→ value: "..."
04.
Monitor your balance

Check remaining credits at any time. Top up when needed. This endpoint never deducts a credit.

GET /credits
→ credits: 847

Everything your agents
need to remember.

No token bloat. No graph configuration. No embedding pipeline. Memory that works the first time and keeps working.

Reads under 100ms

Fast enough to sit inside any agent loop without adding perceptible latency. No retrieval strategies to configure. Results arrive in milliseconds, not seconds.

Fully isolated namespaces

Each API key operates in a private namespace. No agent can read another agent's memories. No shared state unless you choose it.

Search across memories

Find any stored memory by text in a single call. No embeddings to configure, no vector index to provision, no retrieval pipeline to maintain.

Updates, not duplicates

Writing to an existing key updates the value in place. No stale memories building up. No cleanup logic to write yourself.

Memory expiry built in

Set a TTL on any memory and it disappears automatically when it is no longer relevant. No cron jobs. No manual pruning. Clean context by default.

Shared memory for agent teams

Create a shared namespace and let multiple agents read and write to the same memory pool. Built for multi-agent workflows from the ground up, not bolted on.

Works with any framework

Plain HTTP. If your agent can make a web request, it works. No SDK required. No lock-in to any orchestration tool, agent runtime, or cloud provider.

Predictable cost, always

One operation costs one credit. Not one token. Not one episode that multiplies with conversation length. You know what you are paying before you pay it.

You never pay for a failed request

Credits deduct only on success. If a request fails for any reason, your credit returns automatically. No billing surprises from operations that did not complete.

Pay for what you use.
Nothing more.

One operation, one credit. No per-token billing that explodes as your agents get smarter. Credits never expire.

Scale
$40
600,000 operations = $0.007 per 1,000
  • Read, write and delete
  • Full API access
  • Priority support
  • Dedicated account manager
Get your key →
Starter
$5
50,000 operations = $0.01 per 1,000
  • Read, write and delete
  • Full API access
  • Email support
Get your key →
// founding member · limited availability
Pay once. Save 20% on
every top-up, always.

You get 500,000 operations the moment you pay. That is worth $40 at standard pricing. Then every top-up you ever make costs 20% less than the standard rate. As AgentRAM grows and standard prices rise, your 20% saves you more in real terms, not less. Your discount stays active for as long as your account is active. If we ever restructure pricing, you get 45 days notice before anything changes for you. Once founding member status is full, this offer does not reopen at any price.

Scale top-up saves you $8 per pack
Breaks even after ~26 top-ups
Once full Gone permanently
$249
one-time · 500k operations included
Claim your spot →

Your agents are ready
to start remembering.

100 free operations on signup. No credit card required.

Get your API key →

© 2026 AgentRAM. All rights reserved.