Versions and support matrix

The platform ships as a coordinated set of services. Use this table to verify that the dependencies in your environment meet the platform's expectations.

External dependencies

ComponentMinimumRecommendedNotes
Kubernetes1.271.29+Tested on EKS, GKE, AKS, k3d (bootstrap).
Istio1.201.22+STRICT mTLS required.
OpenZiti0.301.0+Controller + at least one router.
OpenFGA1.51.6+PostgreSQL backend.
PostgreSQL1416One cluster, multiple databases.
Redis67Pub/sub.
cert-manager1.131.15+For TLS automation.
Helm3.133.14+
Terraform (for installs)1.61.7+
agyn CLImatches chart minormatches chart minor
Terraform providermatches chart minormatches chart minor

Inter-service compatibility

Within a bootstrap release, all platform services are pinned to compatible versions in stacks/platform/variables.tf. You should not mix-and-match service versions outside what the bootstrap revision specifies.

SurfaceCompatibility window
Gateway API (external)One minor version. A v1.3.x client works with v1.3.x and v1.4.x Gateway.
Internal RPCsPinned per release. Inter-service RPCs are not stable across minor versions.
Authorization modelPinned per release. Model migrations run when the platform stack is re-applied.
Terraform providerOne minor version. v1.3.x provider works with v1.3.x and v1.4.x platform.
agyn CLIOne minor version.
Runners (k8s-runner)One minor version. The runner protocol is stable within a window.
Apps (Reminders, Telegram Connector, custom)One minor version. Apps may need upgrades for major releases.

Mixing service versions outside the bootstrap-pinned set is unsupported. Upgrading bootstrap upgrades the matching service set.

Agent CLI compatibility

The agent-init-* images are versioned independently. As long as they bundle a compatible agynd, they work across platform versions.

Init imageBundled agynd minimum
agent-init-codex:v1.xagynd v1.x
agent-init-claude:v1.xagynd v1.x
agent-init-agn:v1.xagynd v1.x

agynd versions newer than the platform's chart version are OK — agynd is backward-compatible with at least one minor version of platform Gateway.

Browser support

The Console, Chat, and Tracing apps support:

  • Chrome / Chromium-based (Edge, Brave, Arc): last 2 major versions.
  • Firefox: last 2 major versions.
  • Safari: last 2 major versions.

WebSocket and Service Workers are required. Mobile browsers (mobile Safari, mobile Chrome) work but are not the primary tested target.

Provider matrix

LLM providers exposed through LLM Proxy:

ProviderProtocolStatus
OpenAIresponsesSupported.
Azure OpenAIresponsesSupported.
Anthropicanthropic_messagesSupported.
OpenAI-compatible self-hosted (vLLM, TGI with adapter)responsesSupported.
Anthropic-compatible self-hostedanthropic_messagesSupported.

Adding a new provider protocol means a change to LLM Proxy; reach out via GitHub if you need one.

EOL

The platform is in pre-1.0 development. Once we reach 1.0:

  • Minor versions get patch support for 12 months.
  • Major versions get patch support for 18 months from the next major's release.

Pre-1.0 versions are supported on a best-effort basis. We encourage upgrading on each release.