Changelog

What changed

Every change to the Agents API, newest first.

API versioning

The API version is stamped on every response as X-Korely-API-Version. The current version is 2026-06-12. We version by date. A new version ships only on a breaking change, old versions keep working, and we email you before any deprecation.

  1. Quota

    Tier quotas finalized + agent caps enforced

    Monthly write quotas are set: Hobby 1,000, Developer 5,000, Team 25,000 memories. Writes are accepted up to a +10% soft cap, then a clean 429 — never a surprise invoice. Agent-namespace caps (2 / 10 / 100) are now enforced server-side: a write under a brand-new agent_id beyond your plan returns 403. The numbers come from one source the API serves at GET /api/agents/tiers, so the pricing page and docs can never drift.

  2. Dashboard

    Self-serve keys, home overview, and a retrieval Playground

    New developers get a working kor_live_ key in one click, with a copy-paste curl. The dashboard home now shows memories, facts, agents, requests, and this month’s write usage at a glance. The Playground lets you type a question and see exactly which memories and facts Korely would hand your agent — the read path, made visible.

  3. API

    REST /v1 contract published

    The full programmatic surface is live at api.korely.ai: Memories (add, search, list, get, update, delete, bulk-delete per end user), Facts (typed, bi-temporal, with as_of point-in-time queries), Context (a prompt-ready block), Batch, and Webhooks. GET /v1/memories now accepts limit up to 200. An independent reviewer confirmed the contract by reading only the public docs and hitting production.

Building on the API? Read the reference or see security & data residency.