> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keenable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements from Keenable.

<Update label="June 2026">
  **Live fetching on the Fetch API** — the [Fetch endpoint](/api-reference/fetch) now
  accepts a `live` parameter to retrieve a page in real time instead of serving the
  cached copy. Use it when freshness matters more than latency.

  **Published rate limits** — request limits are now documented: 10 requests/second per
  organization for authenticated API keys, and a 1,000 requests/hour quota for
  unauthenticated use. See [Rate limits](/rate-limits).

  **One-click MCP install** — added one-click install buttons for Cursor and VS Code
  (including VS Code Insiders) so you can add Keenable to your editor without editing
  config by hand. See [MCP server](/mcp-server).
</Update>

<Update label="May 2026">
  **Free-first access** — the [CLI](/cli) and [MCP server](/mcp-server) now work out of
  the box with no API key required. Run a search from the terminal or wire Keenable into
  your agent immediately, and add an API key later when you need higher limits.

  **Authentication & rate-limit guides** — new [Authentication](/authentication) and
  [Rate limits](/rate-limits) pages cover the device-code login flow, API keys, and the
  unauthenticated vs. authenticated tiers.
</Update>

<Update label="April 2026">
  **Keenable API launch** — the initial public release of the Keenable platform for AI
  agents: the [Search API](/api-reference/search) (`/v1/search`), the
  [Fetch API](/api-reference/fetch) (`/v1/fetch`), the [CLI](/cli), and the
  [MCP server](/mcp-server) — one API key across all of them.
</Update>
