> ## Documentation Index
> Fetch the complete documentation index at: https://kosli-29-automate-helm-reference-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Put environments

## Path Parameters

<ParamField path="org" type="string" required>
  The Kosli organization.
</ParamField>

## Body Parameters

<ParamField body="name" type="string" required>
  The name of the environment to create or update.
</ParamField>

<ParamField body="description" type="string" required="false">
  A description for the environment.
</ParamField>

<ParamField body="type" type="string" required="false">
  The type of the environment. Valid values are `K8S`, `S3`, `logical`.
</ParamField>

<ParamField body="include_scaling" type="boolean" default="false">
  Whether to include scaling information in the environment snapshot.
</ParamField>

<ParamField body="policies" type="string[]" default="">
  A list of policy names to associate with the environment.
</ParamField>
