Pricing
MemoryNode bills through the console (PayU checkout). Plans define daily writes, reads, and embedding budgets.
What counts as usage
| Action | Typical metering |
|---|---|
POST /v1/memories | Write + optional embed/extract |
POST /v1/search (hybrid/vector) | Read + embed query |
POST /v1/search (keyword only) | Read (no query embed) |
POST /v1/context | Read + embed |
Check current consumption: GET /v1/usage/today (SDK: getUsageToday()).
Free tier / limits
Exact caps are defined in product plans (packages/shared plan definitions) and enforced by the API (HTTP 402 when exceeded).
No surprise enterprise gates
Adoption paths (quickstart, SDK, MCP) use the same API key and plans — no separate “enterprise onboarding” required to store your first memory.
For operational billing issues, see internal runbooks (operators only).