Pricing

Memory that scales
with your agents.

Free Hobby tier, 1,000 memories a month. Developer at €19/mo when you ship to production, Team at €79/mo to scale up, Scale at €249/mo for high volume. Graph + temporal memory and EU data residency on every tier.

Hobby

Free forever for solo builders. EU-hosted.

$0/forever
  • 1,000 new memories / month
  • 10,000 memories stored
  • Unlimited reads (fair use)
  • 2 agents (namespaces)
  • Graph + temporal memory
  • MCP cloud + API key
  • EU residency (Helsinki)
  • GitHub issues support
Most popular

Developer

For builders shipping production agents.

$19/month
  • Everything in Hobby
  • 5,000 new memories / month
  • 100,000 memories stored
  • Unlimited reads (fair use)
  • 10 agents (namespaces)
  • Email support, 48h response

Team

Developer, scaled up. Same product, bigger numbers.

$79/month
  • Everything in Developer
  • 25,000 new memories / month
  • 1,000,000 memories stored
  • Unlimited reads (fair use)
  • 100 agents (namespaces)
  • Email support, 24h response

Scale

High-volume production. Finite limits, never a surprise throttle.

$249/month
  • Everything in Team
  • 75,000 new memories / month
  • 10,000,000 memories stored
  • Unlimited reads (fair use)
  • 500 agents (namespaces)
  • Priority support + SLA

Plan comparison

What's in each tier

Hobby Developer Team Scale
Capacity
New memories / month 1K 5K 25K 75K
Memories stored (cap) 10K 100K 1M 10M
Queries / month 25K 250K 1M 10M
Agents (namespaces) 2 10 100 500
End users (user_id) Unlimited Unlimited Unlimited Unlimited
Memory features (everywhere)
Graph memory
Temporal reasoning
Hybrid search (FTS + 768D)
REST API + SDK + API key
EU data residency ✓ EU ✓ EU ✓ EU ✓ EU
Support
GitHub issues
Email support 48h 24h Priority + SLA

Enterprise

Need to self-host Korely inside your infrastructure, run it on-prem or air-gapped, sign a DPA, or scope custom limits and support? We handle enterprise deployments case-by-case — tell us about your environment and we'll come back within a day.

Contact sales →

FAQ

Pricing questions

What counts as a memory?

One atomic fact stored in your cloud memory: a single statement the agent has decided is worth remembering. A 20-message conversation typically produces 10 to 30 memories, depending on how much new information the agent extracts. The dashboard shows the count in real time.

What counts as a query?

One read call: GET /v1/memories, POST /v1/memories/search, GET /v1/context, GET /v1/facts, GET /v1/users, or equivalent SDK methods (korely.search(), korely.get_context(), korely.get_facts()). Write calls (POST /v1/memories, PATCH /v1/memories/{id}) count only against the memories quota, not queries. Reads are retrieval, not generation: no generative model runs on the read path, which is why read quotas are an order of magnitude more generous than write quotas. The monthly counter resets the 1st of every month at UTC midnight.

Do my end users count against the agents limit?

No. An agent is a namespace for one of YOUR agent applications: your support chatbot is one agent, your sales copilot is another. The end users those agents serve are unlimited on every tier. Each memory and query is scoped to an end user via user_id, so a single support-bot agent can remember thousands of distinct customers. A user_id is just a label. An app with 10 users and one with 100,000 making the same API calls pay the same. What counts against quotas is total volume: memories written and queries made.

What happens if I exceed my limits?

Soft cap with a 10% buffer, then rate-limited (429 response). You get an email alert at 80% of any quota (memories, queries, or agents) so you can decide whether to upgrade or trim before you hit the wall. We never auto-upgrade and we never bill overage.

Can I self-host?

Not on the public Hobby/Developer/Team/Scale tiers. The agent memory product (REST API, SDK, graph, vector store) ships hosted only. If your environment requires on-prem deployment, email [email protected] with a one-line description and we'll handle it case-by-case.

Where is my data stored?

Your stored memory lives in our EU cloud, data residency on every public tier. AI inference on the write path (embeddings, graph extraction) runs through DPA-covered sub-processors, and you can erase everything about a user with one call. For zero third-country exposure, the air-gapped on-prem deployment runs every model locally, handled case-by-case via [email protected].

Need on-prem, SAML SSO, audit log, or a DPA?

These aren't packaged into the public Hobby/Developer/Team/Scale tiers. At our current team size we don't want to make standing SAML/audit promises we can't reliably keep. If you need any of them, email [email protected] with a one-line description of your environment (team size, deployment preference, data-control needs) and we'll work it out case-by-case.

How is this different from the Korely consumer plan?

Same product, two surfaces. The consumer pricing at /pricing is for individuals using Korely as a desktop knowledge app (transcription, built-in AI chat, sync). The agents pricing here is for builders using Korely as the memory backend for their own agents via the REST API or SDK. Different tiers, different metrics, different audiences. You can subscribe to either, or both.

Start free.
Pay when you ship.

Your agents' memory lives in our EU cloud. Connect over REST at https://api.korely.ai/v1, or use the korely-memory Python or Node SDK. Drop your email above and we'll send your API key.

Get your API key