PlatformAPICustomization
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.
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.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.AIAPINetworkingSecurityPlatform
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 research and powered by the open-source akua-dev/codemode library.Public REST API
Full RESTful API atapi.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.InfrastructurePlatform
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.PlatformInfrastructure
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.PlatformInfrastructure
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.Infrastructure
Kubernetes as a Service
Provision and manage Kubernetes clusters directly from Akua. Includes worker node bootstrap, kubeconfig download, and full lifecycle management.Platform