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 discriminators to CreateClusterRequest, CreateDeploymentRequest, UpdateClusterRequest, and UpdateDeploymentRequest schemas. Discriminators remove ambiguity when creating or updating resources by mapping requests to the correct cloud provider or Deployment type.
Updated descriptions for ApiTokenRole and API token listing parameters.
Added
CreateClusterRequest Schema:
Discriminator on cloudProvider with mappings for AWS, AZURE, and GCP.
CreateDeploymentRequest Schema:
Discriminator on type with mappings for DEDICATED, HYBRID, and STANDARD.
UpdateClusterRequest Schema:
Discriminator on clusterType with mappings for DEDICATED and HYBRID.
UpdateDeploymentRequest Schema:
Discriminator on type with mappings for DEDICATED, HYBRID, and STANDARD.