Skip to main content
February 2026
AIAPINetworkingSecurityPlatform

AI & Agents — Platform MCP with Code Mode

AI agents can now manage CNAP infrastructure through the Model Context Protocol. The new platform MCP server at cnap.tech/mcp 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 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.
January 2026
InfrastructurePlatform

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.
December 2025
PlatformInfrastructure

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.
July 2025
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 — 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.
June 2025
Infrastructure

Kubernetes as a Service

Provision and manage Kubernetes clusters directly from CNAP. Includes worker node bootstrap, kubeconfig download, and full lifecycle management.
April 2025
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.
March 2025
Platform

Helm MVP

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