For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added Private Network Egress mode for AWS clusters. When enabled, this mode disables public Internet connectivity from the cluster’s Deployments and metrics exports. Cluster create, update, and read schemas gain an isPrivateNetworkEgressEnabled field.
Added a description field to environment objects. Environment object create, update, and read schemas now accept and return an optional description of up to 500 characters.
Added
Properties
isPrivateNetworkEgressEnabled (boolean, AWS clusters only): added to Cluster, CreateAwsClusterRequest, and UpdateDedicatedClusterRequest. When true, disables public Internet connectivity from the cluster’s Deployments and metrics exports.
description (string): added to CreateEnvironmentObjectRequest and UpdateEnvironmentObjectRequest (maximum 500 characters), and to EnvironmentObject.