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

# Changelog

> Product updates and announcements

<Update label="February 2026" tags={["AI", "API", "Networking", "Security", "Platform"]}>
  ## AI & Agents — Platform MCP with Code Mode

  AI agents can now manage CNAP infrastructure through the [Model Context Protocol](/ai/index). The new platform MCP server at `cnap.tech/mcp` uses [Code Mode](/ai/platform-mcp#why-code-mode) — instead of one tool per API endpoint, agents get two tools (`search` + `execute`) and write JavaScript to compose API calls in a sandboxed V8 isolate. Inspired by [CodeAct](https://machinelearning.apple.com/research/codeact) research and powered by the open-source [`cnap-tech/codemode`](https://github.com/cnap-tech/codemode) library.

  ## Public REST API

  Full RESTful API at `api.cnap.tech/v1` for managing workspaces, clusters, templates, products, and deployments programmatically. Supports Personal Access Tokens and JWT authentication with workspace scoping via `X-Workspace-Id` header. Powers both the CLI and the platform MCP server.

  ## Cloudflare Tunnel Preview Domains

  Instant `*.cnap.app` HTTPS URLs for every app — no DNS setup or Cloudflare account required. Also supports custom domains using your own Cloudflare credentials, managed per-workspace in Settings.

  ## Interactive Terminal

  Shell into running containers directly from the dashboard. Select a pod and container, and get a fully interactive terminal session powered by xterm.js and WebSocket.

  ## App Dashboard Overhaul

  Redesigned app landing page with new branding, overhauled create flow, and dedicated install detail routes for better navigation.

  ## Passwordless Authentication

  New passwordless magic-link login experience.
</Update>

<Update label="January 2026" tags={["Infrastructure", "Platform"]}>
  ## Gateway API & HTTPRoutes

  Full Gateway API support with HTTPRoute-based ingress. Configure routing rules for your apps without touching raw Kubernetes manifests.

  ## Automatic Chart Generation

  CNAP now generates Helm charts from your application source code automatically — no manual chart authoring needed.

  ## Registry Proxy

  Pull images through CNAP's registry proxy, enabling private registry support without exposing credentials to clusters.

  ## MCP Server

  Added a Model Context Protocol server with ArtifactHub tools for Helm chart discovery and management.
</Update>

<Update label="December 2025" tags={["Platform", "Infrastructure"]}>
  ## App Sourcing & Deployment

  New app sourcing pipeline — connect GitHub repos, configure builds, and deploy to clusters with real-time status tracking. Includes GitHub builds with infinite scroll and image handling.

  ## Real-Time Application Logs

  Stream live logs from running pods directly in the dashboard.

  ## Workspace & Cluster UX Improvements

  Revamped workspace selection UI, cluster creation and import flows, and updated terminology from "Projects" to "Workspaces" across the platform.

  ## Product Settings & Deployment

  Enhanced product display with deploy functionality, product preview in the creation flow, and a new product settings step.
</Update>

<Update label="July 2025" tags={["Platform", "Infrastructure"]}>
  ## Quickstart Onboarding

  New guided quickstart flow to get users from sign-up to first deployment. Includes pricing display and state persistence across navigation.

  ## Self-Install for Merchants

  Merchants can now trigger product installs into their own workspace without payment — enabling self-service testing.

  ## OIDC Session Refresh

  Automatic OIDC session refresh on tab activation — no more expired sessions when switching back to the dashboard.

  ## Global Search with Product Sheets

  Search now surfaces catalog items with integrated product detail sheets.
</Update>

<Update label="June 2025" tags={["Infrastructure"]}>
  ## Kubernetes as a Service

  Provision and manage Kubernetes clusters directly from CNAP. Includes worker node bootstrap, kubeconfig download, and full lifecycle management.
</Update>

<Update label="April 2025" tags={["Platform"]}>
  ## Stripe Integration

  Automatic Stripe customer creation for billing and payment flows.

  ## Auto Migration

  Database migrations now run automatically at startup — no manual migration steps needed.

  ## Test Infrastructure

  Added comprehensive test suite foundation for the platform.
</Update>

<Update label="March 2025" tags={["Platform"]}>
  ## Helm MVP

  The foundational release — Helm-based products, cluster management, region support, and app installs. The core platform that everything else builds on.
</Update>
