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

# Changelog

> Product updates and announcements

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/akua-1dce587a/AEEz0U2s7Do2sYaM/images/heros/changelog-light.svg?fit=max&auto=format&n=AEEz0U2s7Do2sYaM&q=85&s=bdb2e303a6a409b80bfb4ccaece81b34" alt="A release timeline from March 2025 to April 2026 with dated milestones tagged by product area: Helm MVP, KaaS, Gateway API, the REST API v1, and the latest per-installation repositories" width="1536" height="864" data-path="images/heros/changelog-light.svg" />

  <img className="hidden dark:block" src="https://mintcdn.com/akua-1dce587a/AEEz0U2s7Do2sYaM/images/heros/changelog-dark.svg?fit=max&auto=format&n=AEEz0U2s7Do2sYaM&q=85&s=415eb01432354d6a8431a9f59316c0fa" alt="A release timeline from March 2025 to April 2026 with dated milestones tagged by product area: Helm MVP, KaaS, Gateway API, the REST API v1, and the latest per-installation repositories" width="1536" height="864" data-path="images/heros/changelog-dark.svg" />
</Frame>

<Update label="April 2026" tags={["Platform", "API", "Customization"]}>
  ## Per-installation git repositories

  Every installation now gets its own private git repository. Clone it, edit the inputs or composition, send the change through review, and Akua rolls it out. The repository is the same source of truth the dashboard reads from. UI edits and accepted repository changes converge on the same state.

  Use the new repository to:

  * Patch any field on any rendered resource without forking the upstream package.
  * Add resources the upstream doesn't include (extra ConfigMaps, sidecars, network policies).
  * Roll back to a previous deployment with `git revert`.
  * Pin to a specific upstream version and update on your schedule.

  Read the new [Customize an installation via git](/installs/install-repo) guide.

  ## Repositories REST API

  New `/v1/repositories` endpoints let you list and inspect installation repositories programmatically. Each entry includes the clone URL, the latest deployed commit, and a content hash that lets you skip redundant deploys when nothing changed. See the [Repositories API reference](/api-reference/repositories/list-repositories-in-workspace).

  ## Read-only access tokens

  Tokens minted for read-only consumers (deployment systems, CI artifacts) are now physically scoped to fetch operations on the platform side. A leaked read token cannot be used to push, regardless of how it gets misused.

  ## Packages API

  New `/v1/packages` endpoints expose the Package definitions backing your products, including the typed input schema served at `/v1/packages/{id}/versions/{semver}/inputs`. Use them to drive your own install flows, generate type-safe client SDKs, or audit which Package version every product points at. See the [Packages API reference](/api-reference/packages/list-packages).
</Update>

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

  AI integrations can now manage Akua infrastructure through the Model Context Protocol. The platform MCP server uses 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 [`akua-dev/codemode`](https://github.com/akua-dev/codemode) library.

  ## Public REST API

  Full RESTful API at `api.akua.dev/v1` for managing workspaces, clusters, packages, products, installations, and repositories programmatically. Supports workspace-owned API tokens and JWT authentication. A workspace API token implies its workspace, so most calls need no workspace header; broad credentials select the workspace with the optional `Akua-Context` header. Powers the platform MCP server and CLI preview.

  ## Cloudflare Tunnel Preview Domains

  Instant `*.akua.run` HTTPS URLs for every app, with 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 applications without touching raw Kubernetes manifests.

  ## Package generation

  Akua now renders per-installation manifests from your Package and the customer's inputs automatically, with no manual chart authoring needed.

  ## Registry Proxy

  Pull images through Akua'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"]}>
  ## Installation status

  New installation tracking surfaces show deployment progress, generated resources, and live status as installs converge on clusters.

  ## 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, so 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 Akua. 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, with 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>
