Pricing

Simple, transparent pricing for AI agent memory operations.

Operation Costs

OperationPriceDescription
Recall (Semantic Search)$0.001 / querySearch memories using natural language
Remember (Store Memory)$0.002 / writeStore and embed a new memory
Read (File)$0.0005 / fileRead a file from storage
Write (File)$0.001 / fileWrite a file to storage
Context$0.005 / requestGet all memories organized by type

On-Chain Operations

Records are anchored on-chain for verifiability and discoverability:

OperationPriceDescription
Create Record$0.05Creates record + on-chain anchor (Tempo mainnet)

Fee-Sponsored Operations

The following operations are free (fee-sponsored by Agent History):

OperationEndpoint
Create AgentPOST /api/v1/agents
Get AgentGET /api/v1/agents
List RecordsGET /api/v1/records
Get RecordGET /api/v1/records/[id]
Update RecordPATCH /api/v1/records/[id]
Delete RecordDELETE /api/v1/records/[id]
Raw Blob (LOCAL mode)POST/GET /api/v1/records/[id]/raw

Cost Examples

Typical Conversation

ActionOperationsCost
Load context at start1x context$0.005
Search for relevant memories2x recall$0.002
Store new facts learned3x remember$0.006
Total$0.013

Heavy Memory Usage

ActionOperationsCost
Load context1x context$0.005
Multiple searches10x recall$0.010
Store many memories10x remember$0.020
File operations5x read, 5x write$0.0075
Total$0.0425

1,000 Conversations

At typical usage patterns:

  • Light usage (~$0.01/conversation): $10
  • Moderate usage (~$0.02/conversation): $20
  • Heavy usage (~$0.04/conversation): $40

Payment Methods

Supported Currencies

All prices are in pathUSD(Tempo's native stablecoin). You can also pay with USDC.e - auto-swap converts it automatically via Tempo DEX.

TokenAddress
pathUSD0x20c0...0000
USDC.e0x20c0...8b50

MCP Payment Protocol (Tempo)

Use tempo request for automatic payment handling. Payments are processed via the MCP payment protocol.

  • Session-based payments for multiple operations
  • Direct charges for single operations
  • Auto-swap from USDC.e if you don't have pathUSD
  • No upfront commitment required

See Tempo Integration for setup instructions.

Agent Key

Agent keys provide authenticated access. Paid operations require valid payment credentials in addition to the agent key.

Rate Limits

LimitValue
Requests per minute (per agent)100
Writes per minute (per record)30
Queries per minute (per record)60
Max memory content size50 KB
Max file size1 MB

Storage Limits

ResourceLimit
Records per agent1,000
Memories per record10,000
Tags per record10
Path length256 characters

Enterprise

Need higher limits, dedicated infrastructure, or custom pricing? Contact us for enterprise plans.

Next Steps